Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/scsi/libfc/
Dfc_exch.c1209 FC_LPORT_DBG(fr_dev(fp), "Invalid ELS CMD:%x\n", els_cmd); in fc_seq_els_rsp_send()
1310 lport = fr_dev(rx_fp); in fc_exch_send_ba_rjt()
1432 WARN_ON(lport != fr_dev(fp)); in fc_seq_assign()
1477 fr_dev(fp) = lport; in fc_exch_recv_req()
1780 lport = fr_dev(rx_fp); in fc_seq_ls_acc()
1807 lport = fr_dev(rx_fp); in fc_seq_ls_rjt()
1959 lport = fr_dev(rfp); in fc_exch_els_rec()
2197 lport = fr_dev(fp); in fc_exch_els_rrq()
Dfc_libfc.c229 fr_seq(fp) = fr_dev(in_fp)->tt.seq_start_next(sp); in fc_fill_reply_hdr()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c140 if (fr->fr_dev == lp) { in bnx2fc_clean_rx_queue()
387 fr_dev(fp) = lport; in bnx2fc_xmit()
453 fr->fr_dev = lport; in bnx2fc_rcv()
509 lport = fr->fr_dev; in bnx2fc_recv_frame()
529 fr_dev(fp) = lport; in bnx2fc_recv_frame()
Dbnx2fc_hwi.c609 fr_dev(fp) = lport; in bnx2fc_process_l2_frame_compl()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c1490 fr->fr_dev = lport; in fcoe_rcv()
1711 fr_dev(fp) = lport; in fcoe_xmit()
1794 lport = fr->fr_dev; in fcoe_recv_frame()
1838 fr_dev(fp) = lport; in fcoe_recv_frame()
Dfcoe_ctlr.c1288 fr_dev(fp) = lport; in fcoe_ctlr_recv_els()
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_cmd.c99 lport = fr_dev(fp); in ft_free_cmd()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_fcs.c880 fr_dev(fp) = fnic->lport; in fnic_rq_cmpl_frame_recv()