Home
last modified time | relevance | path

Searched refs:rqi (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/scsi/snic/
Dsnic_io.c88 struct snic_req_info *rqi = NULL; in snic_free_wq_buf() local
94 rqi = req_to_rqi(req); in snic_free_wq_buf()
96 if (list_empty(&rqi->list)) { in snic_free_wq_buf()
101 SNIC_BUG_ON(rqi->list.next == NULL); /* if not added to spl_cmd_list */ in snic_free_wq_buf()
102 list_del_init(&rqi->list); in snic_free_wq_buf()
105 if (rqi->sge_va) { in snic_free_wq_buf()
106 snic_pci_unmap_rsp_buf(snic, rqi); in snic_free_wq_buf()
107 kfree((void *)rqi->sge_va); in snic_free_wq_buf()
108 rqi->sge_va = 0; in snic_free_wq_buf()
110 snic_req_free(snic, rqi); in snic_free_wq_buf()
[all …]
Dsnic_scsi.c114 struct snic_req_info *rqi, in snic_release_req_buf() argument
117 struct snic_host_req *req = rqi_to_req(rqi); in snic_release_req_buf()
130 sc, snic_cmd_tag(sc), rqi, rqi->req, rqi->abort_req, in snic_release_req_buf()
131 rqi->dr_req, snic_ioreq_state_to_str(CMD_STATE(sc)), in snic_release_req_buf()
142 snic_req_free(snic, rqi); in snic_release_req_buf()
150 struct snic_req_info *rqi, in snic_queue_icmnd_req() argument
164 sgd = (struct snic_sg_desc *) req_to_sgl(rqi->req); in snic_queue_icmnd_req()
194 snic_icmnd_init(rqi->req, in snic_queue_icmnd_req()
197 (ulong) rqi, in snic_queue_icmnd_req()
199 rqi->tgt_id, in snic_queue_icmnd_req()
[all …]
Dsnic_disc.c68 struct snic_req_info *rqi = NULL; in snic_queue_report_tgt_req() local
74 rqi = snic_req_init(snic, 1); in snic_queue_report_tgt_req()
75 if (!rqi) { in snic_queue_report_tgt_req()
91 snic_req_free(snic, rqi); in snic_queue_report_tgt_req()
106 snic_req_free(snic, rqi); in snic_queue_report_tgt_req()
114 rqi->sge_va = (ulong) buf; in snic_queue_report_tgt_req()
116 snic_report_tgt_init(rqi->req, in snic_queue_report_tgt_req()
121 (ulong)rqi); in snic_queue_report_tgt_req()
123 snic_handle_untagged_req(snic, rqi); in snic_queue_report_tgt_req()
125 ret = snic_queue_wq_desc(snic, rqi->req, rqi->req_len); in snic_queue_report_tgt_req()
[all …]
Dsnic_ctl.c94 struct snic_req_info *rqi = NULL; in snic_queue_exch_ver_req() local
101 rqi = snic_req_init(snic, 0); in snic_queue_exch_ver_req()
102 if (!rqi) { in snic_queue_exch_ver_req()
108 req = rqi_to_req(rqi); in snic_queue_exch_ver_req()
112 snic->config.hid, 0, (ulong)rqi); in snic_queue_exch_ver_req()
117 snic_handle_untagged_req(snic, rqi); in snic_queue_exch_ver_req()
121 snic_release_untagged_req(snic, rqi); in snic_queue_exch_ver_req()
140 struct snic_req_info *rqi = NULL; in snic_io_exch_ver_cmpl_handler() local
150 rqi = (struct snic_req_info *) ctx; in snic_io_exch_ver_cmpl_handler()
206 snic_release_untagged_req(snic, rqi); in snic_io_exch_ver_cmpl_handler()
Dsnic_io.h36 char *rqi; member
86 #define rqi_to_req(rqi) \ argument
87 ((struct snic_host_req *) (((struct snic_req_info *)rqi)->req))
Dsnic.h96 (((struct snic_internal_io_state *)scsi_cmd_priv(Cmnd))->rqi)
/linux-6.12.1/fs/xfs/scrub/
Dquota_repair.c171 struct xrep_quota_info *rqi, in xrep_quota_item() argument
174 struct xfs_scrub *sc = rqi->sc; in xrep_quota_item()
225 rqi->need_quotacheck = true; in xrep_quota_item()
233 rqi->need_quotacheck = true; in xrep_quota_item()
240 rqi->need_quotacheck = true; in xrep_quota_item()
509 struct xrep_quota_info rqi = { .sc = sc }; in xrep_quota_problems() local
515 error = xrep_quota_item(&rqi, dq); in xrep_quota_problems()
524 if (rqi.need_quotacheck) in xrep_quota_problems()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_fdir.h144 rqi:1, member