Searched refs:iaf (Results 1 – 2 of 2) sorted by relevance
453 struct sas_identify_frame *iaf; in sci_phy_get_attached_sas_address() local455 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() local985 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()
101 struct sas_identify_frame iaf; member