Searched refs:rscn_fid (Results 1 – 5 of 5) 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()
599 __u8 rscn_fid[3]; /* fabric ID */ member
250 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
3696 event->portid.rscn_fid[0] = (nportid & 0x00FF0000) >> 16; in lpfc_issue_els_rscn()3697 event->portid.rscn_fid[1] = (nportid & 0x0000FF00) >> 8; in lpfc_issue_els_rscn()3698 event->portid.rscn_fid[2] = nportid & 0x000000FF; in lpfc_issue_els_rscn()
4542 memcpy(fcid, rscn_port->rscn_fid, 3); in fdls_process_rscn()