Home
last modified time | relevance | path

Searched refs:rscn_fid (Results 1 – 5 of 5) 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.h599 __u8 rscn_fid[3]; /* fabric ID */ member
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c250 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c3696 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()
/linux/drivers/scsi/fnic/
H A Dfdls_disc.c4542 memcpy(fcid, rscn_port->rscn_fid, 3); in fdls_process_rscn()