Symbol: bnx2fc_cmd
drivers/scsi/bnx2fc/bnx2fc.h
284
struct bnx2fc_cmd **cmds;
drivers/scsi/bnx2fc/bnx2fc.h
367
struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1];
drivers/scsi/bnx2fc/bnx2fc.h
400
struct bnx2fc_cmd *aborted_io_req;
drivers/scsi/bnx2fc/bnx2fc.h
401
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc.h
468
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc.h
490
struct bnx2fc_cmd *io_req;
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
526
int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
drivers/scsi/bnx2fc/bnx2fc.h
530
int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc.h
531
int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc.h
532
void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
534
int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc.h
535
void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
538
void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnup_req,
drivers/scsi/bnx2fc/bnx2fc.h
540
struct bnx2fc_cmd *orig_io_req,
drivers/scsi/bnx2fc/bnx2fc.h
542
void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
544
void bnx2fc_init_task(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
554
void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
557
void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
560
void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
563
void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
566
void bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req,
drivers/scsi/bnx2fc/bnx2fc.h
569
void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc.h
592
int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc.h
593
int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
drivers/scsi/bnx2fc/bnx2fc.h
594
int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
drivers/scsi/bnx2fc/bnx2fc.h
595
void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnup_req,
drivers/scsi/bnx2fc/bnx2fc.h
598
int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
drivers/scsi/bnx2fc/bnx2fc_debug.c
17
void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...)
drivers/scsi/bnx2fc/bnx2fc_debug.h
41
void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...);
drivers/scsi/bnx2fc/bnx2fc_els.c
124
struct bnx2fc_cmd *els_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
269
struct bnx2fc_cmd *srr_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
270
struct bnx2fc_cmd *orig_io_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
30
struct bnx2fc_cmd *orig_io_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
31
struct bnx2fc_cmd *rrq_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
377
struct bnx2fc_cmd *orig_io_req, *new_io_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
378
struct bnx2fc_cmd *rec_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
582
int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req)
drivers/scsi/bnx2fc/bnx2fc_els.c
60
int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req)
drivers/scsi/bnx2fc/bnx2fc_els.c
624
int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl)
drivers/scsi/bnx2fc/bnx2fc_els.c
679
struct bnx2fc_cmd *els_req;
drivers/scsi/bnx2fc/bnx2fc_els.c
805
void bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1488
void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnp_req,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1490
struct bnx2fc_cmd *orig_io_req,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1568
void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1606
void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1702
void bnx2fc_init_task(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_hwi.c
635
struct bnx2fc_cmd *io_req = NULL;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
710
io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid];
drivers/scsi/bnx2fc/bnx2fc_hwi.c
831
io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid];
drivers/scsi/bnx2fc/bnx2fc_hwi.c
866
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
875
io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid];
drivers/scsi/bnx2fc/bnx2fc_io.c
1082
static int bnx2fc_abts_cleanup(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
1128
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
1285
void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnp_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
1290
struct bnx2fc_cmd *orig_io_req = cb_arg->aborted_io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
1320
void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
1352
void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
1452
static void bnx2fc_lun_reset_cmpl(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
1455
struct bnx2fc_cmd *cmd, *tmp;
drivers/scsi/bnx2fc/bnx2fc_io.c
1491
static void bnx2fc_tgt_reset_cmpl(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
1494
struct bnx2fc_cmd *cmd, *tmp;
drivers/scsi/bnx2fc/bnx2fc_io.c
1522
void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
162
static void bnx2fc_scsi_done(struct bnx2fc_cmd *io_req, int err_code)
drivers/scsi/bnx2fc/bnx2fc_io.c
1624
static int bnx2fc_split_bd(struct bnx2fc_cmd *io_req, u64 addr, int sg_len,
drivers/scsi/bnx2fc/bnx2fc_io.c
1649
static int bnx2fc_map_sg(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
1695
static int bnx2fc_build_bd_list_from_sg(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
1725
static void bnx2fc_unmap_sg_list(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
1742
void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
1755
static void bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
1844
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
19
static int bnx2fc_split_bd(struct bnx2fc_cmd *io_req, u64 addr, int sg_len,
drivers/scsi/bnx2fc/bnx2fc_io.c
1902
void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
2022
struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
21
static int bnx2fc_map_sg(struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc_io.c
215
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
22
static int bnx2fc_build_bd_list_from_sg(struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc_io.c
23
static void bnx2fc_unmap_sg_list(struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc_io.c
234
len = (num_ios * (sizeof(struct bnx2fc_cmd *)));
drivers/scsi/bnx2fc/bnx2fc_io.c
24
static void bnx2fc_free_mp_resc(struct bnx2fc_cmd *io_req);
drivers/scsi/bnx2fc/bnx2fc_io.c
25
static void bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
258
cmgr->cmds = (struct bnx2fc_cmd **)(cmgr + 1);
drivers/scsi/bnx2fc/bnx2fc_io.c
29
void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req,
drivers/scsi/bnx2fc/bnx2fc_io.c
378
struct bnx2fc_cmd *tmp, *io_req;
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
397
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
42
struct bnx2fc_cmd *io_req = container_of(work, struct bnx2fc_cmd,
drivers/scsi/bnx2fc/bnx2fc_io.c
438
io_req = (struct bnx2fc_cmd *) listp;
drivers/scsi/bnx2fc/bnx2fc_io.c
462
struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt)
drivers/scsi/bnx2fc/bnx2fc_io.c
467
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
492
io_req = (struct bnx2fc_cmd *) listp;
drivers/scsi/bnx2fc/bnx2fc_io.c
517
struct bnx2fc_cmd *io_req = container_of(ref,
drivers/scsi/bnx2fc/bnx2fc_io.c
518
struct bnx2fc_cmd, refcount);
drivers/scsi/bnx2fc/bnx2fc_io.c
542
static void bnx2fc_free_mp_resc(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
577
int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
664
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
813
int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
821
struct bnx2fc_cmd *abts_io_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
922
int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
drivers/scsi/bnx2fc/bnx2fc_io.c
928
struct bnx2fc_cmd *seq_clnp_req;
drivers/scsi/bnx2fc/bnx2fc_io.c
990
int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req)
drivers/scsi/bnx2fc/bnx2fc_io.c
995
struct bnx2fc_cmd *cleanup_io_req;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
166
struct bnx2fc_cmd *io_req;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
167
struct bnx2fc_cmd *tmp;