Home
last modified time | relevance | path

Searched refs:bnx2fc_rport (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc.h228 struct bnx2fc_rport **tgt_ofld_list;
286 struct bnx2fc_rport { struct
427 struct bnx2fc_rport *tgt;
478 struct bnx2fc_rport *tgt;
490 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
491 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
497 struct bnx2fc_rport *tgt);
499 struct bnx2fc_rport *tgt);
501 struct bnx2fc_rport *tgt);
503 struct bnx2fc_rport *tgt);
[all …]
Dbnx2fc_tgt.c18 static int bnx2fc_init_tgt(struct bnx2fc_rport *tgt,
22 struct bnx2fc_rport *tgt);
24 struct bnx2fc_rport *tgt);
26 struct bnx2fc_rport *tgt);
32 struct bnx2fc_rport *tgt = (struct bnx2fc_rport *)data; in bnx2fc_upld_timer()
45 struct bnx2fc_rport *tgt = (struct bnx2fc_rport *)data; in bnx2fc_ofld_timer()
65 static void bnx2fc_ofld_wait(struct bnx2fc_rport *tgt) in bnx2fc_ofld_wait()
80 struct bnx2fc_rport *tgt, in bnx2fc_offload_session()
166 void bnx2fc_flush_active_ios(struct bnx2fc_rport *tgt) in bnx2fc_flush_active_ios()
278 static void bnx2fc_upld_wait(struct bnx2fc_rport *tgt) in bnx2fc_upld_wait()
[all …]
Dbnx2fc_hwi.c171 struct bnx2fc_rport *tgt) in bnx2fc_send_session_ofld_req()
356 struct bnx2fc_rport *tgt) in bnx2fc_send_session_enable_req()
426 struct bnx2fc_rport *tgt) in bnx2fc_send_session_disable_req()
491 struct bnx2fc_rport *tgt) in bnx2fc_send_session_destroy_req()
547 void bnx2fc_process_l2_frame_compl(struct bnx2fc_rport *tgt, in bnx2fc_process_l2_frame_compl()
625 static void bnx2fc_process_unsol_compl(struct bnx2fc_rport *tgt, u16 wqe) in bnx2fc_process_unsol_compl()
872 void bnx2fc_process_cq_compl(struct bnx2fc_rport *tgt, u16 wqe) in bnx2fc_process_cq_compl()
983 void bnx2fc_arm_cq(struct bnx2fc_rport *tgt) in bnx2fc_arm_cq()
997 struct bnx2fc_work *bnx2fc_alloc_work(struct bnx2fc_rport *tgt, u16 wqe) in bnx2fc_alloc_work()
1010 int bnx2fc_process_new_cqes(struct bnx2fc_rport *tgt) in bnx2fc_process_new_cqes()
[all …]
Dbnx2fc_els.c22 static int bnx2fc_initiate_els(struct bnx2fc_rport *tgt, unsigned int op,
63 struct bnx2fc_rport *tgt = aborted_io_req->tgt; in bnx2fc_send_rrq()
117 struct bnx2fc_rport *tgt; in bnx2fc_l2_els_compl()
174 int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_adisc()
202 int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_logo()
230 int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_rls()
291 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_srr_compl()
375 struct bnx2fc_rport *tgt; in bnx2fc_rec_compl()
577 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_send_rec()
619 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_send_srr()
[all …]
Dbnx2fc_io.c46 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_cmd_timeout()
426 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type) in bnx2fc_elstm_alloc()
496 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt) in bnx2fc_cmd_alloc()
696 struct bnx2fc_rport *tgt; in bnx2fc_initiate_tmf()
732 tgt = (struct bnx2fc_rport *)&rp[1]; in bnx2fc_initiate_tmf()
851 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_abts()
961 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup()
1030 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_cleanup()
1113 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_expl_logo()
1167 struct bnx2fc_rport *tgt; in bnx2fc_eh_abort()
[all …]
Dbnx2fc_debug.h42 void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...);
Dbnx2fc_debug.c40 void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...) in BNX2FC_TGT_DBG()
Dbnx2fc_fcoe.c173 struct bnx2fc_rport *tgt; in bnx2fc_cleanup()
195 static int bnx2fc_xmit_l2_frame(struct bnx2fc_rport *tgt, in bnx2fc_xmit_l2_frame()
254 struct bnx2fc_rport *tgt; in bnx2fc_xmit()
1323 kzalloc(sizeof(struct bnx2fc_rport *) * BNX2FC_NUM_MAX_SESS, in bnx2fc_hba_create()
2726 sizeof(struct bnx2fc_rport)),
2766 sizeof(struct bnx2fc_rport)),