Searched refs:iaf (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/isci/ |
D | phy.c | 456 struct sas_identify_frame *iaf; in sci_phy_get_attached_sas_address() local 458 iaf = &iphy->frame_rcvd.iaf; in sci_phy_get_attached_sas_address() 459 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE); in sci_phy_get_attached_sas_address() 981 struct sas_identify_frame iaf; in sci_phy_frame_handler() local 990 sci_swab32_cpy(&iaf, frame_words, sizeof(iaf) / sizeof(u32)); in sci_phy_frame_handler() 991 if (iaf.frame_type == 0) { in sci_phy_frame_handler() 995 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf)); in sci_phy_frame_handler() 997 if (iaf.smp_tport) { in sci_phy_frame_handler()
|
D | phy.h | 101 struct sas_identify_frame iaf; member
|
D | host.c | 1789 u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr, in power_control_timeout() 1790 iphy->frame_rcvd.iaf.sas_addr, in power_control_timeout() 1791 sizeof(requester->frame_rcvd.iaf.sas_addr)); in power_control_timeout() 1846 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert() 1847 iphy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert() 1848 sizeof(current_phy->frame_rcvd.iaf.sas_addr)); in sci_controller_power_control_queue_insert()
|
D | port.c | 213 iphy->frame_rcvd.iaf.sas_addr, SAS_ADDR_SIZE); in isci_port_link_up()
|