Home
last modified time | relevance | path

Searched refs:sas_identify_frame (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/scsi/isci/
Dphy.h101 struct sas_identify_frame iaf;
199 struct sas_identify_frame rcvd_iaf;
Dphy.c456 struct sas_identify_frame *iaf; in sci_phy_get_attached_sas_address()
980 struct sas_identify_frame iaf; in sci_phy_frame_handler()
Dport.c209 iphy->sas_phy.frame_rcvd_size = sizeof(struct sas_identify_frame); in isci_port_link_up()
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_94xx.c824 struct sas_identify_frame *id) in mvs_94xx_get_dev_identify_frame()
838 struct sas_identify_frame *id) in mvs_94xx_get_att_identify_frame()
853 static u32 mvs_94xx_make_dev_info(struct sas_identify_frame *id) in mvs_94xx_make_dev_info()
875 static u32 mvs_94xx_make_att_info(struct sas_identify_frame *id) in mvs_94xx_make_att_info()
881 struct sas_identify_frame *id) in mvs_94xx_fix_phy_info()
Dmv_sas.c262 struct sas_identify_frame *id; in mvs_bytes_dmaed()
264 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_bytes_dmaed()
1021 struct sas_identify_frame *id; in mvs_update_phyinfo()
1023 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_update_phyinfo()
1075 sizeof(struct sas_identify_frame); in mvs_update_phyinfo()
1909 struct sas_identify_frame *id; in mvs_work_queue()
1910 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_work_queue()
Dmv_sas.h151 struct sas_identify_frame *id);
Dmv_64xx.c591 struct sas_identify_frame *id) in mvs_64xx_fix_phy_info()
/Linux-v4.19/include/scsi/
Dsas.h262 struct sas_identify_frame { struct
493 struct sas_identify_frame { struct
/Linux-v4.19/drivers/scsi/pm8001/
Dpm8001_hwi.h160 struct sas_identify_frame sas_identify;
236 struct sas_identify_frame sas_identify;
Dpm8001_hwi.c3256 struct sas_identify_frame *id; in pm8001_bytes_dmaed()
3257 id = (struct sas_identify_frame *)phy->frame_rcvd; in pm8001_bytes_dmaed()
3323 struct sas_identify_frame *idframe = in pm8001_get_attached_sas_addr()
3430 sizeof(struct sas_identify_frame)-4); in hw_event_sas_phy_up()
3431 phy->frame_rcvd_size = sizeof(struct sas_identify_frame) - 4; in hw_event_sas_phy_up()
Dpm80xx_hwi.h423 struct sas_identify_frame sas_identify;
Dpm80xx_hwi.c2972 sizeof(struct sas_identify_frame)-4); in hw_event_sas_phy_up()
2973 phy->frame_rcvd_size = sizeof(struct sas_identify_frame) - 4; in hw_event_sas_phy_up()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_discover.c101 struct sas_identify_frame *id = in sas_get_port_device()
102 (struct sas_identify_frame *) dev->frame_rcvd; in sas_get_port_device()
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c476 struct sas_identify_frame identify_frame; in config_id_frame_v1_hw()
1376 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in int_phyup_v1_hw()
1423 phy->frame_rcvd_size = sizeof(struct sas_identify_frame); in int_phyup_v1_hw()
Dhisi_sas_v3_hw.c584 struct sas_identify_frame identify_frame; in config_id_frame_v3_hw()
1218 struct sas_identify_frame *id = in phy_up_v3_hw()
1219 (struct sas_identify_frame *)frame_rcvd; in phy_up_v3_hw()
1233 phy->frame_rcvd_size = sizeof(struct sas_identify_frame); in phy_up_v3_hw()
Dhisi_sas_v2_hw.c895 struct sas_identify_frame identify_frame; in config_id_frame_v2_hw()
2668 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in phy_up_v2_hw()
2711 phy->frame_rcvd_size = sizeof(struct sas_identify_frame); in phy_up_v2_hw()
Dhisi_sas_main.c535 struct sas_identify_frame *id; in hisi_sas_bytes_dmaed()
537 id = (struct sas_identify_frame *)phy->frame_rcvd; in hisi_sas_bytes_dmaed()
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_sas.h698 struct sas_identify_frame *identify_frame;
Daic94xx_scb.c165 struct sas_identify_frame *idframe = in asd_get_attached_sas_addr()