Home
last modified time | relevance | path

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

/Linux-v5.10/include/scsi/
Dfc_frame.h54 #define fr_dev(fp) (fr_cb(fp)->fr_dev) macro
69 struct fc_lport *fr_dev; /* transport layer private pointer */ member
103 fr_dev(fp) = NULL; in fc_frame_init()
/Linux-v5.10/drivers/scsi/libfc/
Dfc_exch.c1246 FC_LPORT_DBG(fr_dev(fp), "Invalid ELS CMD:%x\n", els_cmd); in fc_seq_els_rsp_send()
1351 lport = fr_dev(rx_fp); in fc_exch_send_ba_rjt()
1480 WARN_ON(lport != fr_dev(fp)); in fc_seq_assign()
1527 fr_dev(fp) = lport; in fc_exch_recv_req()
1831 lport = fr_dev(rx_fp); in fc_seq_ls_acc()
1863 lport = fr_dev(rx_fp); in fc_seq_ls_rjt()
2017 lport = fr_dev(rfp); in fc_exch_els_rec()
2291 lport = fr_dev(fp); in fc_exch_els_rrq()
/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c159 if (fr->fr_dev == lp) { in bnx2fc_clean_rx_queue()
406 fr_dev(fp) = lport; in bnx2fc_xmit()
467 fr->fr_dev = lport; in bnx2fc_rcv()
525 lport = fr->fr_dev; in bnx2fc_recv_frame()
545 fr_dev(fp) = lport; in bnx2fc_recv_frame()
Dbnx2fc_hwi.c610 fr_dev(fp) = lport; in bnx2fc_process_l2_frame_compl()
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe.c1396 fr->fr_dev = lport; in fcoe_rcv()
1595 fr_dev(fp) = lport; in fcoe_xmit()
1667 lport = fr->fr_dev; in fcoe_recv_frame()
1709 fr_dev(fp) = lport; in fcoe_recv_frame()
Dfcoe_ctlr.c1286 fr_dev(fp) = lport; in fcoe_ctlr_recv_els()
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_els.c355 fr_dev(fp) = lport; in qedf_process_l2_frame_compl()
Dqedf_main.c1224 fr_dev(fp) = lport; in qedf_xmit()
2468 fr_dev(fp) = lport; in qedf_recv_frame()
Dqedf_io.c2580 fr_dev(fp) = qedf->lport; in qedf_process_unsol_compl()
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_fcs.c912 fr_dev(fp) = fnic->lport; in fnic_rq_cmpl_frame_recv()