Symbol: bnx2fc_rport
drivers/scsi/bnx2fc/bnx2fc.h
228
struct bnx2fc_rport **tgt_ofld_list;
drivers/scsi/bnx2fc/bnx2fc.h
422
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc.h
476
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc.h
498
struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
499
struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
drivers/scsi/bnx2fc/bnx2fc.h
506
struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
508
struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
510
struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
512
struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
513
int bnx2fc_map_doorbell(struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
523
char *bnx2fc_get_next_rqe(struct bnx2fc_rport *tgt, u8 num_items);
drivers/scsi/bnx2fc/bnx2fc.h
524
void bnx2fc_return_rqe(struct bnx2fc_rport *tgt, u8 num_items);
drivers/scsi/bnx2fc/bnx2fc.h
527
int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp);
drivers/scsi/bnx2fc/bnx2fc.h
528
int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp);
drivers/scsi/bnx2fc/bnx2fc.h
529
int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp);
drivers/scsi/bnx2fc/bnx2fc.h
546
void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid);
drivers/scsi/bnx2fc/bnx2fc.h
547
void bnx2fc_ring_doorbell(struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
574
void bnx2fc_flush_active_ios(struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
581
void bnx2fc_arm_cq(struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
582
int bnx2fc_process_new_cqes(struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc.h
583
void bnx2fc_process_cq_compl(struct bnx2fc_rport *tgt, u16 wqe,
drivers/scsi/bnx2fc/bnx2fc.h
586
struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port,
drivers/scsi/bnx2fc/bnx2fc.h
588
void bnx2fc_process_l2_frame_compl(struct bnx2fc_rport *tgt,
drivers/scsi/bnx2fc/bnx2fc.h
592
int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc_debug.c
41
void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...)
drivers/scsi/bnx2fc/bnx2fc_debug.h
43
void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...);
drivers/scsi/bnx2fc/bnx2fc_els.c
125
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_els.c
182
int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp)
drivers/scsi/bnx2fc/bnx2fc_els.c
210
int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp)
drivers/scsi/bnx2fc/bnx2fc_els.c
23
static int bnx2fc_initiate_els(struct bnx2fc_rport *tgt, unsigned int op,
drivers/scsi/bnx2fc/bnx2fc_els.c
238
int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp)
drivers/scsi/bnx2fc/bnx2fc_els.c
299
struct bnx2fc_rport *tgt = orig_io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_els.c
383
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_els.c
585
struct bnx2fc_rport *tgt = orig_io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_els.c
627
struct bnx2fc_rport *tgt = orig_io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_els.c
64
struct bnx2fc_rport *tgt = aborted_io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_els.c
670
static int bnx2fc_initiate_els(struct bnx2fc_rport *tgt, unsigned int op,
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
1384
kzalloc_objs(struct bnx2fc_rport *, BNX2FC_NUM_MAX_SESS);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
194
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
216
static int bnx2fc_xmit_l2_frame(struct bnx2fc_rport *tgt,
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
275
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
2837
sizeof(struct bnx2fc_rport)),
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
2877
sizeof(struct bnx2fc_rport)),
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1064
int bnx2fc_process_new_cqes(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1134
struct bnx2fc_rport *tgt = hba->tgt_ofld_list[conn_id];
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1156
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1208
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1250
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1282
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1413
void bnx2fc_add_2_sq(struct bnx2fc_rport *tgt, u16 xid)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1430
void bnx2fc_ring_doorbell(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1443
int bnx2fc_map_doorbell(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1461
char *bnx2fc_get_next_rqe(struct bnx2fc_rport *tgt, u8 num_items)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1476
void bnx2fc_return_rqe(struct bnx2fc_rport *tgt, u8 num_items)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1494
struct bnx2fc_rport *tgt = seq_clnp_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1573
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1610
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1708
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
172
struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
357
struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
427
struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
492
struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
548
void bnx2fc_process_l2_frame_compl(struct bnx2fc_rport *tgt,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
626
static void bnx2fc_process_unsol_compl(struct bnx2fc_rport *tgt, u16 wqe)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
859
void bnx2fc_process_cq_compl(struct bnx2fc_rport *tgt, u16 wqe,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
957
void bnx2fc_arm_cq(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
970
static struct bnx2fc_work *bnx2fc_alloc_work(struct bnx2fc_rport *tgt, u16 wqe,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
991
static bool bnx2fc_pending_work(struct bnx2fc_rport *tgt, unsigned int wqe)
drivers/scsi/bnx2fc/bnx2fc_io.c
1085
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
1130
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
1144
tgt = (struct bnx2fc_rport *)&rp[1];
drivers/scsi/bnx2fc/bnx2fc_io.c
1294
struct bnx2fc_rport *tgt = orig_io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
1359
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
1454
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
1493
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
1843
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
1861
tgt = (struct bnx2fc_rport *)&rp[1];
drivers/scsi/bnx2fc/bnx2fc_io.c
1907
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
2021
int bnx2fc_post_io_req(struct bnx2fc_rport *tgt,
drivers/scsi/bnx2fc/bnx2fc_io.c
392
struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type)
drivers/scsi/bnx2fc/bnx2fc_io.c
45
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
462
struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_io.c
663
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
696
tgt = (struct bnx2fc_rport *)&rp[1];
drivers/scsi/bnx2fc/bnx2fc_io.c
816
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
925
struct bnx2fc_rport *tgt = orig_io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_io.c
992
struct bnx2fc_rport *tgt = io_req->tgt;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
164
void bnx2fc_flush_active_ios(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_tgt.c
19
static int bnx2fc_init_tgt(struct bnx2fc_rport *tgt,
drivers/scsi/bnx2fc/bnx2fc_tgt.c
23
struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc_tgt.c
25
struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc_tgt.c
27
struct bnx2fc_rport *tgt);
drivers/scsi/bnx2fc/bnx2fc_tgt.c
276
static void bnx2fc_upld_wait(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_tgt.c
290
struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_tgt.c
33
struct bnx2fc_rport *tgt = timer_container_of(tgt, t, upld_timer);
drivers/scsi/bnx2fc/bnx2fc_tgt.c
348
static int bnx2fc_init_tgt(struct bnx2fc_rport *tgt,
drivers/scsi/bnx2fc/bnx2fc_tgt.c
446
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
46
struct bnx2fc_rport *tgt = timer_container_of(tgt, t, ofld_timer);
drivers/scsi/bnx2fc/bnx2fc_tgt.c
487
tgt = (struct bnx2fc_rport *)&rp[1];
drivers/scsi/bnx2fc/bnx2fc_tgt.c
541
tgt = (struct bnx2fc_rport *)&rp[1];
drivers/scsi/bnx2fc/bnx2fc_tgt.c
576
struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port,
drivers/scsi/bnx2fc/bnx2fc_tgt.c
581
struct bnx2fc_rport *tgt;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
614
struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_tgt.c
66
static void bnx2fc_ofld_wait(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_tgt.c
661
struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_tgt.c
81
struct bnx2fc_rport *tgt,
drivers/scsi/bnx2fc/bnx2fc_tgt.c
828
struct bnx2fc_rport *tgt)