Home
last modified time | relevance | path

Searched refs:rscn_fid (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/libfc/
H A Dfc_disc.c118 "(%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()
/linux/include/uapi/scsi/fc/
H A Dfc_els.h593 __u8 rscn_fid[3]; /* fabric ID */ member
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c251 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c3638 event->portid.rscn_fid[0] = (nportid & 0x00FF0000) >> 16; in lpfc_issue_els_rscn()
3639 event->portid.rscn_fid[1] = (nportid & 0x0000FF00) >> 8; in lpfc_issue_els_rscn()
3640 event->portid.rscn_fid[2] = nportid & 0x000000FF; in lpfc_issue_els_rscn()