Searched refs:asd_phy (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_init.c | 184 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_get_linkerrors() local 194 int sas_try_ata_reset(struct asd_sas_phy *asd_phy) in sas_try_ata_reset() argument 199 if (asd_phy->port) in sas_try_ata_reset() 200 dev = asd_phy->port->port_dev; in sas_try_ata_reset() 233 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in transport_sas_phy_reset() local 237 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0) in transport_sas_phy_reset() 239 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in transport_sas_phy_reset() 267 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_enable() local 274 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL); in sas_phy_enable() 304 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_reset() local [all …]
|
H A D | sas_host_smp.c | 187 struct asd_sas_phy *asd_phy; in sas_phy_control() local 194 asd_phy = sas_ha->sas_phy[phy_id]; in sas_phy_control() 214 if (phy_op == PHY_FUNC_LINK_RESET && sas_try_ata_reset(asd_phy) == 0) { in sas_phy_control() 219 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_dump.h | 15 void asd_dump_frame_rcvd(struct asd_phy *phy, 21 static inline void asd_dump_frame_rcvd(struct asd_phy *phy, in asd_dump_frame_rcvd()
|
H A D | aic94xx_scb.c | 36 static void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) in get_lrate_mode() 72 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_phy_event_tasklet() 112 static unsigned ord_phy(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in ord_phy() 137 static void asd_get_attached_sas_addr(struct asd_phy *phy, u8 *sas_addr) in asd_get_attached_sas_addr() 154 static void asd_form_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_form_port() 225 struct asd_phy *phy = &ascb->ha->phys[phy_id]; in asd_bytes_dmaed_tasklet() 247 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_link_reset_err_tasklet() 301 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_primitive_rcvd_tasklet() 408 struct asd_phy *phy = &asd_ha->phys[phy_id]; in escb_tasklet_complete() 633 struct asd_phy *phy = &ascb->ha->phys[phy_id]; in control_phy_tasklet_complete() [all …]
|
H A D | aic94xx_seq.h | 47 void asd_update_port_links(struct asd_ha_struct *asd_ha, struct asd_phy *phy);
|
H A D | aic94xx_hwi.c | 53 static void asd_init_phy_identify(struct asd_phy *phy) in asd_init_phy_identify() 69 static int asd_init_phy(struct asd_phy *phy) in asd_init_phy() 116 struct asd_phy *phy = &asd_ha->phys[i]; in asd_init_phys() 1304 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_enable_phy()
|
H A D | aic94xx_hwi.h | 194 struct asd_phy phys[ASD_MAX_PHYS];
|
H A D | aic94xx_sas.h | 676 struct asd_phy { struct
|
H A D | aic94xx_dump.c | 739 void asd_dump_frame_rcvd(struct asd_phy *phy, in asd_dump_frame_rcvd()
|
H A D | aic94xx_init.c | 577 struct asd_phy *phy = &asd_ha->phys[i]; in asd_destroy_ha_caches()
|
H A D | aic94xx_seq.c | 1367 void asd_update_port_links(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_update_port_links()
|