Lines Matching refs:bnx2fc_cmd

283 	struct bnx2fc_cmd **cmds;
373 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1];
405 struct bnx2fc_cmd *aborted_io_req;
406 struct bnx2fc_cmd *io_req;
413 struct bnx2fc_cmd { struct
470 struct bnx2fc_cmd *io_req; argument
490 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
491 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
517 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
521 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req);
522 int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req);
523 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req,
525 int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req);
526 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req,
529 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnup_req,
531 struct bnx2fc_cmd *orig_io_req,
533 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req,
535 void bnx2fc_init_task(struct bnx2fc_cmd *io_req,
546 void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
549 void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req,
552 void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req,
555 void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req,
558 void bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req,
561 void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req,
582 int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
583 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
584 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
585 void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnup_req,
588 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,