Lines Matching refs:iaf
453 struct sas_identify_frame *iaf;
455 iaf = &iphy->frame_rcvd.iaf;
456 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE);
976 struct sas_identify_frame iaf;
985 sci_swab32_cpy(&iaf, frame_words, sizeof(iaf) / sizeof(u32));
986 if (iaf.frame_type == 0) {
990 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf));
992 if (iaf.smp_tport) {