Home
last modified time | relevance | path

Searched refs:fr_dev (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/scsi/
Dfc_frame.h66 #define fr_dev(fp) (fr_cb(fp)->fr_dev) macro
81 struct fc_lport *fr_dev; /* transport layer private pointer */ member
115 fr_dev(fp) = NULL; in fc_frame_init()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c1253 FC_LPORT_DBG(fr_dev(fp), "Invalid ELS CMD:%x\n", els_cmd); in fc_seq_els_rsp_send()
1358 lport = fr_dev(rx_fp); in fc_exch_send_ba_rjt()
1487 WARN_ON(lport != fr_dev(fp)); in fc_seq_assign()
1534 fr_dev(fp) = lport; in fc_exch_recv_req()
1838 lport = fr_dev(rx_fp); in fc_seq_ls_acc()
1870 lport = fr_dev(rx_fp); in fc_seq_ls_rjt()
2024 lport = fr_dev(rfp); in fc_exch_els_rec()
2298 lport = fr_dev(fp); in fc_exch_els_rrq()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c163 if (fr->fr_dev == lp) { in bnx2fc_clean_rx_queue()
410 fr_dev(fp) = lport; in bnx2fc_xmit()
476 fr->fr_dev = lport; in bnx2fc_rcv()
534 lport = fr->fr_dev; in bnx2fc_recv_frame()
554 fr_dev(fp) = lport; in bnx2fc_recv_frame()
Dbnx2fc_hwi.c610 fr_dev(fp) = lport; in bnx2fc_process_l2_frame_compl()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1403 fr->fr_dev = lport; in fcoe_rcv()
1603 fr_dev(fp) = lport; in fcoe_xmit()
1677 lport = fr->fr_dev; in fcoe_recv_frame()
1720 fr_dev(fp) = lport; in fcoe_recv_frame()
Dfcoe_ctlr.c1293 fr_dev(fp) = lport; in fcoe_ctlr_recv_els()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c320 fr_dev(fp) = lport; in qedf_process_l2_frame_compl()
Dqedf_main.c1027 fr_dev(fp) = lport; in qedf_xmit()
2198 fr_dev(fp) = lport; in qedf_recv_frame()
Dqedf_io.c2141 fr_dev(fp) = qedf->lport; in qedf_process_unsol_compl()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c905 fr_dev(fp) = fnic->lport; in fnic_rq_cmpl_frame_recv()