Searched refs:rscn_fid (Results 1 – 4 of 4) sorted by relevance
118 "(%6.6x)\n", ntoh24(pp->rscn_fid)); in fc_disc_recv_rscn_req()125 dp->port_id = ntoh24(pp->rscn_fid); in fc_disc_recv_rscn_req()
593 __u8 rscn_fid[3]; /* fabric ID */ member
251 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
3640 event->portid.rscn_fid[0] = (nportid & 0x00FF0000) >> 16; in lpfc_issue_els_rscn()3641 event->portid.rscn_fid[1] = (nportid & 0x0000FF00) >> 8; in lpfc_issue_els_rscn()3642 event->portid.rscn_fid[2] = nportid & 0x000000FF; in lpfc_issue_els_rscn()