Lines Matching defs:bnx2fc_cmd
287 struct bnx2fc_cmd **cmds;
376 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1];
408 struct bnx2fc_cmd *aborted_io_req;
409 struct bnx2fc_cmd *io_req;
416 struct bnx2fc_cmd {
476 struct bnx2fc_cmd *io_req;
499 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
500 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
526 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
530 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req);
531 int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req);
532 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req,
534 int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req);
535 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req,
538 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnup_req,
540 struct bnx2fc_cmd *orig_io_req,
542 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req,
544 void bnx2fc_init_task(struct bnx2fc_cmd *io_req,
554 void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
557 void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req,
560 void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req,
563 void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req,
566 void bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req,
569 void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req,
592 int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
593 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
594 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
595 void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnup_req,
598 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,