Lines Matching refs:bnx2fc_cmd

284 	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
473 struct bnx2fc_cmd *io_req; argument
495 struct bnx2fc_cmd *io_req;
503 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt);
504 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
530 int bnx2fc_send_rrq(struct bnx2fc_cmd *aborted_io_req);
534 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req);
535 int bnx2fc_initiate_abts(struct bnx2fc_cmd *io_req);
536 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req,
538 int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req);
539 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req,
542 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnup_req,
544 struct bnx2fc_cmd *orig_io_req,
546 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req,
548 void bnx2fc_init_task(struct bnx2fc_cmd *io_req,
558 void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
561 void bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req,
564 void bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req,
567 void bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req,
570 void bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req,
573 void bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req,
596 int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
597 int bnx2fc_send_rec(struct bnx2fc_cmd *orig_io_req);
598 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
599 void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnup_req,
602 int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,