Lines Matching refs:seq_clnp_req
964 struct bnx2fc_cmd *seq_clnp_req; in bnx2fc_initiate_seq_cleanup() local
987 seq_clnp_req = bnx2fc_elstm_alloc(tgt, BNX2FC_SEQ_CLEANUP); in bnx2fc_initiate_seq_cleanup()
988 if (!seq_clnp_req) { in bnx2fc_initiate_seq_cleanup()
995 seq_clnp_req->sc_cmd = NULL; in bnx2fc_initiate_seq_cleanup()
996 seq_clnp_req->port = port; in bnx2fc_initiate_seq_cleanup()
997 seq_clnp_req->tgt = tgt; in bnx2fc_initiate_seq_cleanup()
998 seq_clnp_req->data_xfer_len = 0; /* No data transfer for cleanup */ in bnx2fc_initiate_seq_cleanup()
1000 xid = seq_clnp_req->xid; in bnx2fc_initiate_seq_cleanup()
1010 cb_arg->io_req = seq_clnp_req; in bnx2fc_initiate_seq_cleanup()
1013 seq_clnp_req->cb_arg = cb_arg; in bnx2fc_initiate_seq_cleanup()
1016 bnx2fc_init_seq_cleanup_task(seq_clnp_req, task, orig_io_req, offset); in bnx2fc_initiate_seq_cleanup()
1311 void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnp_req, in bnx2fc_process_seq_cleanup_compl() argument
1315 struct bnx2fc_els_cb_arg *cb_arg = seq_clnp_req->cb_arg; in bnx2fc_process_seq_cleanup_compl()
1324 seq_clnp_req->xid, seq_clnp_req->cmd_type); in bnx2fc_process_seq_cleanup_compl()
1328 seq_clnp_req->xid); in bnx2fc_process_seq_cleanup_compl()
1339 seq_clnp_req->cb_arg = NULL; in bnx2fc_process_seq_cleanup_compl()