/linux/drivers/scsi/isci/ |
H A D | phy.h | 101 struct sas_identify_frame iaf; 199 struct sas_identify_frame rcvd_iaf;
|
H A D | phy.c | 453 struct sas_identify_frame *iaf; in sci_phy_get_attached_sas_address() 976 struct sas_identify_frame iaf; in sci_phy_frame_handler()
|
H A D | port.c | 210 iphy->sas_phy.frame_rcvd_size = sizeof(struct sas_identify_frame); in isci_port_link_up()
|
/linux/drivers/scsi/mvsas/ |
H A D | mv_94xx.c | 808 struct sas_identify_frame *id) in mvs_94xx_get_dev_identify_frame() 822 struct sas_identify_frame *id) in mvs_94xx_get_att_identify_frame() 837 static u32 mvs_94xx_make_dev_info(struct sas_identify_frame *id) in mvs_94xx_make_dev_info() 859 static u32 mvs_94xx_make_att_info(struct sas_identify_frame *id) in mvs_94xx_make_att_info() 865 struct sas_identify_frame *id) in mvs_94xx_fix_phy_info()
|
H A D | mv_sas.c | 236 struct sas_identify_frame *id; in mvs_bytes_dmaed() 238 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_bytes_dmaed() 986 struct sas_identify_frame *id; in mvs_update_phyinfo() 988 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_update_phyinfo() 1040 sizeof(struct sas_identify_frame); in mvs_update_phyinfo()
|
H A D | mv_sas.h | 132 struct sas_identify_frame *id);
|
H A D | mv_64xx.c | 575 struct sas_identify_frame *id) in mvs_64xx_fix_phy_info()
|
/linux/include/scsi/ |
H A D | sas.h | 254 struct sas_identify_frame { struct 475 struct sas_identify_frame { struct 256 frame_typesas_identify_frame global() argument 257 dev_typesas_identify_frame global() argument 258 _un0sas_identify_frame global() argument 261 _un1sas_identify_frame global() argument 264 __anon45bf84af080asas_identify_frame global() argument 276 __anon45bf84af0a0asas_identify_frame global() argument 288 _un4_11sas_identify_frame global() argument 291 sas_addrsas_identify_frame global() argument 294 phy_idsas_identify_frame global() argument 296 _un21_27sas_identify_frame global() argument 298 crcsas_identify_frame global() argument 477 _un0sas_identify_frame global() argument 478 dev_typesas_identify_frame global() argument 479 frame_typesas_identify_frame global() argument 482 _un1sas_identify_frame global() argument 485 __anon45bf84af0f0asas_identify_frame global() argument 497 __anon45bf84af110asas_identify_frame global() argument 509 _un4_11sas_identify_frame global() argument 512 sas_addrsas_identify_frame global() argument 515 phy_idsas_identify_frame global() argument 517 _un21_27sas_identify_frame global() argument 519 crcsas_identify_frame global() argument
|
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.h | 156 struct sas_identify_frame sas_identify; 232 struct sas_identify_frame sas_identify;
|
H A D | pm8001_hwi.c | 3002 struct sas_identify_frame *id; in pm8001_bytes_dmaed() 3003 id = (struct sas_identify_frame *)phy->frame_rcvd; in pm8001_bytes_dmaed() 3065 struct sas_identify_frame *idframe = in pm8001_get_attached_sas_addr() 3168 sizeof(struct sas_identify_frame)-4); in hw_event_sas_phy_up() 3169 phy->frame_rcvd_size = sizeof(struct sas_identify_frame) - 4; in hw_event_sas_phy_up()
|
H A D | pm80xx_hwi.h | 430 struct sas_identify_frame sas_identify;
|
H A D | pm80xx_hwi.c | 3245 sizeof(struct sas_identify_frame)-4); in hw_event_sas_phy_up() 3246 phy->frame_rcvd_size = sizeof(struct sas_identify_frame) - 4; in hw_event_sas_phy_up()
|
/linux/drivers/scsi/libsas/ |
H A D | sas_discover.c | 84 struct sas_identify_frame *id = in sas_get_port_device() 85 (struct sas_identify_frame *) dev->frame_rcvd; in sas_get_port_device()
|
/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 462 struct sas_identify_frame identify_frame; in config_id_frame_v1_hw() 1324 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in int_phyup_v1_hw() 1370 phy->frame_rcvd_size = sizeof(struct sas_identify_frame); in int_phyup_v1_hw()
|
H A D | hisi_sas_v2_hw.c | 893 struct sas_identify_frame identify_frame; in config_id_frame_v2_hw() 2656 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in phy_up_v2_hw() 2700 phy->frame_rcvd_size = sizeof(struct sas_identify_frame); in phy_up_v2_hw()
|
H A D | hisi_sas_v3_hw.c | 842 struct sas_identify_frame identify_frame; in config_id_frame_v3_hw() 1644 struct sas_identify_frame *id = in phy_up_v3_hw() 1645 (struct sas_identify_frame *)frame_rcvd; in phy_up_v3_hw() 1659 phy->frame_rcvd_size = sizeof(struct sas_identify_frame); in phy_up_v3_hw()
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_sas.h | 680 struct sas_identify_frame *identify_frame;
|
H A D | aic94xx_scb.c | 148 struct sas_identify_frame *idframe = in asd_get_attached_sas_addr()
|