Home
last modified time | relevance | path

Searched refs:seq_clnp_req (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_io.c936 struct bnx2fc_cmd *seq_clnp_req; in bnx2fc_initiate_seq_cleanup() local
958 seq_clnp_req = bnx2fc_elstm_alloc(tgt, BNX2FC_SEQ_CLEANUP); in bnx2fc_initiate_seq_cleanup()
959 if (!seq_clnp_req) { in bnx2fc_initiate_seq_cleanup()
966 seq_clnp_req->sc_cmd = NULL; in bnx2fc_initiate_seq_cleanup()
967 seq_clnp_req->port = port; in bnx2fc_initiate_seq_cleanup()
968 seq_clnp_req->tgt = tgt; in bnx2fc_initiate_seq_cleanup()
969 seq_clnp_req->data_xfer_len = 0; /* No data transfer for cleanup */ in bnx2fc_initiate_seq_cleanup()
971 xid = seq_clnp_req->xid; in bnx2fc_initiate_seq_cleanup()
981 cb_arg->io_req = seq_clnp_req; in bnx2fc_initiate_seq_cleanup()
984 seq_clnp_req->cb_arg = cb_arg; in bnx2fc_initiate_seq_cleanup()
[all …]
Dbnx2fc_hwi.c1489 void bnx2fc_init_seq_cleanup_task(struct bnx2fc_cmd *seq_clnp_req, in bnx2fc_init_seq_cleanup_task() argument
1495 struct bnx2fc_rport *tgt = seq_clnp_req->tgt; in bnx2fc_init_seq_cleanup_task()