Lines Matching refs:iaf
456 struct sas_identify_frame *iaf;
458 iaf = &iphy->frame_rcvd.iaf;
459 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE);
981 struct sas_identify_frame iaf;
990 sci_swab32_cpy(&iaf, frame_words, sizeof(iaf) / sizeof(u32));
991 if (iaf.frame_type == 0) {
995 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf));
997 if (iaf.smp_tport) {