Lines Matching refs:bnx2fc_cmd

283 	struct bnx2fc_cmd **cmds;
372 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1];
404 struct bnx2fc_cmd *aborted_io_req;
405 struct bnx2fc_cmd *io_req;
412 struct bnx2fc_cmd { struct
469 struct bnx2fc_cmd *io_req; argument
489 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
490 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
516 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
520 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req);
521 int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req);
522 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req,
524 int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req);
525 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req,
528 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnup_req,
530 struct bnx2fc_cmd *orig_io_req,
532 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req,
534 void bnx2fc_init_task(struct bnx2fc_cmd *io_req,
545 void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
548 void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req,
551 void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req,
554 void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req,
557 void bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req,
560 void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req,
581 int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
582 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
583 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
584 void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnup_req,
587 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,