Searched refs:iaf (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/isci/
H A Dphy.c453 struct sas_identify_frame *iaf; local
455 iaf = &iphy->frame_rcvd.iaf;
456 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE);
976 struct sas_identify_frame iaf; local
985 sci_swab32_cpy(&iaf, frame_words, sizeof(iaf) / sizeof(u32));
986 if (iaf.frame_type == 0) {
990 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeo
[all...]
H A Dphy.h101 struct sas_identify_frame iaf; member in union:isci_phy::__anon966
H A Dhost.c1787 u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr,
1788 iphy->frame_rcvd.iaf.sas_addr,
1789 sizeof(requester->frame_rcvd.iaf.sas_addr));
1844 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr,
1845 iphy->frame_rcvd.iaf.sas_addr,
1846 sizeof(current_phy->frame_rcvd.iaf.sas_addr));
H A Dport.c214 iphy->frame_rcvd.iaf.sas_addr, SAS_ADDR_SIZE);

Completed in 226 milliseconds