Searched refs:fc_rport_lookup (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_rport.c | 104 struct fc_rport_priv *fc_rport_lookup(const struct fc_lport *lport, in fc_rport_lookup() function 119 EXPORT_SYMBOL(fc_rport_lookup); 135 rdata = fc_rport_lookup(lport, port_id); in fc_rport_create() 881 rdata = fc_rport_lookup(lport, sid); in fc_rport_recv_flogi_req() 1704 rdata = fc_rport_lookup(lport, fc_frame_sid(fp)); in fc_rport_recv_els_req() 2164 rdata = fc_rport_lookup(lport, sid); in fc_rport_recv_logo_req()
|
H A D | fc_lport.c | 2181 rdata = fc_rport_lookup(lport, did); in fc_lport_bsg_request()
|
/openbmc/linux/include/scsi/ |
H A D | libfc.h | 921 struct fc_rport_priv *fc_rport_lookup(const struct fc_lport *lport,
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 2549 rdata = fc_rport_lookup(lport, port_id); in fcoe_ctlr_vn_lookup() 2649 rdata = fc_rport_lookup(lport, new->rdata.ids.port_id); in fcoe_ctlr_vn_beacon()
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1118 rdata = fc_rport_lookup(lport, ntoh24(fh->fh_d_id)); in qedf_xmit()
|