Searched refs:iaf (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/scsi/isci/ |
D | phy.c | 453 struct sas_identify_frame *iaf; in sci_phy_get_attached_sas_address() local 455 iaf = &iphy->frame_rcvd.iaf; in sci_phy_get_attached_sas_address() 456 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE); in sci_phy_get_attached_sas_address() 976 struct sas_identify_frame iaf; in sci_phy_frame_handler() local 985 sci_swab32_cpy(&iaf, frame_words, sizeof(iaf) / sizeof(u32)); in sci_phy_frame_handler() 986 if (iaf.frame_type == 0) { in sci_phy_frame_handler() 990 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf)); in sci_phy_frame_handler() 992 if (iaf.smp_tport) { in sci_phy_frame_handler()
|
D | phy.h | 101 struct sas_identify_frame iaf; member
|
D | host.c | 1787 u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr, in power_control_timeout() 1788 iphy->frame_rcvd.iaf.sas_addr, in power_control_timeout() 1789 sizeof(requester->frame_rcvd.iaf.sas_addr)); in power_control_timeout() 1844 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert() 1845 iphy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert() 1846 sizeof(current_phy->frame_rcvd.iaf.sas_addr)); in sci_controller_power_control_queue_insert()
|
D | port.c | 214 iphy->frame_rcvd.iaf.sas_addr, SAS_ADDR_SIZE); in isci_port_link_up()
|