Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/scsi/libfc/
Dfc_exch.c1109 FC_LPORT_DBG(fr_dev(fp), "Invalid ELS CMD:%x\n", els_cmd); in fc_seq_els_rsp_send()
1210 lport = fr_dev(rx_fp); in fc_exch_send_ba_rjt()
1328 WARN_ON(lport != fr_dev(fp)); in fc_seq_assign()
1373 fr_dev(fp) = lport; in fc_exch_recv_req()
1686 lport = fr_dev(rx_fp); in fc_seq_ls_acc()
1713 lport = fr_dev(rx_fp); in fc_seq_ls_rjt()
1865 lport = fr_dev(rfp); in fc_exch_els_rec()
2103 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-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c137 if (fr->fr_dev == lp) { in bnx2fc_clean_rx_queue()
382 fr_dev(fp) = lport; in bnx2fc_xmit()
439 fr->fr_dev = lport; in bnx2fc_rcv()
495 lport = fr->fr_dev; in bnx2fc_recv_frame()
519 fr_dev(fp) = lport; in bnx2fc_recv_frame()
Dbnx2fc_hwi.c601 fr_dev(fp) = lport; in bnx2fc_process_l2_frame_compl()
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c1417 fr->fr_dev = lport; in fcoe_rcv()
1636 fr_dev(fp) = lport; in fcoe_xmit()
1717 lport = fr->fr_dev; in fcoe_recv_frame()
1761 fr_dev(fp) = lport; in fcoe_recv_frame()
Dfcoe_ctlr.c1158 fr_dev(fp) = lport; in fcoe_ctlr_recv_els()
/linux-3.4.99/drivers/target/tcm_fc/
Dtfc_cmd.c91 lport = fr_dev(fp); in ft_free_cmd()
/linux-3.4.99/drivers/scsi/fnic/
Dfnic_fcs.c376 fr_dev(fp) = fnic->lport; in fnic_rq_cmpl_frame_recv()