Searched refs:rscn_fid (Results 1 – 6 of 6) sorted by relevance
121 "(%6.6x)\n", ntoh24(pp->rscn_fid)); in fc_disc_recv_rscn_req()128 dp->port_id = ntoh24(pp->rscn_fid); in fc_disc_recv_rscn_req()
353 __u8 rscn_fid[3]; member
333 __u8 rscn_fid[3]; member
585 __u8 rscn_fid[3]; /* fabric ID */ member
251 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
3328 event->portid.rscn_fid[0] = (nportid & 0x00FF0000) >> 16; in lpfc_issue_els_rscn()3329 event->portid.rscn_fid[1] = (nportid & 0x0000FF00) >> 8; in lpfc_issue_els_rscn()3330 event->portid.rscn_fid[2] = nportid & 0x000000FF; in lpfc_issue_els_rscn()