Lines Matching refs:bnx2fc_cmd

286 	struct bnx2fc_cmd **cmds;
375 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1];
407 struct bnx2fc_cmd *aborted_io_req;
408 struct bnx2fc_cmd *io_req;
415 struct bnx2fc_cmd { struct
472 struct bnx2fc_cmd *io_req; argument
492 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
493 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
519 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
523 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req);
524 int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req);
525 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req,
527 int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req);
528 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req,
531 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnup_req,
533 struct bnx2fc_cmd *orig_io_req,
535 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req,
537 void bnx2fc_init_task(struct bnx2fc_cmd *io_req,
547 void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
550 void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req,
553 void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req,
556 void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req,
559 void bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req,
562 void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req,
583 int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
584 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
585 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
586 void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnup_req,
589 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,