| /linux-6.15/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.h | 42 u32 sqid; member 132 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, 149 #define fun_destroy_sq(fdev, sqid) \ argument 150 fun_res_destroy((fdev), FUN_ADMIN_OP_EPSQ, 0, (sqid))
|
| H A D | fun_queue.c | 75 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, in fun_sq_create() argument 100 sqid, cqid, sqe_size_log2, in fun_sq_create() 424 funq->sqid = funq->rqid + 1; in fun_alloc_queue() 427 funq->sqid = 0; in fun_alloc_queue() 432 funq->sqid = qid; in fun_alloc_queue() 473 if (funq->sqid == 0) in fun_alloc_queue()
|
| H A D | fun_dev.h | 113 unsigned int sqid) in fun_sq_db_addr() argument 115 return fun_db_addr(fdev, sqid * 2); in fun_sq_db_addr()
|
| H A D | fun_hci.h | 1035 __be16 sqid; member
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | trace.c | 13 u16 sqid = get_unaligned_le16(cdw10); in nvme_trace_delete_sq() local 15 trace_seq_printf(p, "sqid=%u", sqid); in nvme_trace_delete_sq() 24 u16 sqid = get_unaligned_le16(cdw10); in nvme_trace_create_sq() local 31 sqid, qsize, sq_flags, cqid); in nvme_trace_create_sq()
|
| H A D | pci.c | 1330 c.create_sq.sqid = cpu_to_le16(qid); in adapter_alloc_sq() 1343 static int adapter_delete_sq(struct nvme_dev *dev, u16 sqid) in adapter_delete_sq() argument 1345 return adapter_delete_queue(dev, nvme_admin_delete_sq, sqid); in adapter_delete_sq() 1510 cmd.abort.sqid = cpu_to_le16(nvmeq->qid); in nvme_timeout()
|
| H A D | apple.c | 715 c.create_sq.sqid = cpu_to_le16(1); in apple_nvme_create_sq()
|
| H A D | fc.c | 2668 op->fcp_req.sqid = cpu_to_le16(queue->qnum); in nvme_fc_start_fcp_op()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | admin-cmd.c | 18 u16 sqid = le16_to_cpu(req->cmd->delete_queue.qid); in nvmet_execute_delete_sq() local 26 if (!sqid) { in nvmet_execute_delete_sq() 31 status = nvmet_check_sqid(ctrl, sqid, false); in nvmet_execute_delete_sq() 35 status = ctrl->ops->delete_sq(ctrl, sqid); in nvmet_execute_delete_sq() 45 u16 sqid = le16_to_cpu(cmd->create_sq.sqid); in nvmet_execute_create_sq() local 57 if (!sqid) { in nvmet_execute_create_sq() 62 status = nvmet_check_sqid(ctrl, sqid, true); in nvmet_execute_create_sq() 71 if (!cqid || cqid != sqid) { in nvmet_execute_create_sq() 72 pr_err("SQ %u: Unsupported CQID %u\n", sqid, cqid); in nvmet_execute_create_sq() 82 status = ctrl->ops->create_sq(ctrl, sqid, sq_flags, qsize, prp1); in nvmet_execute_create_sq()
|
| H A D | pci-epf.c | 1362 u16 sqid, u16 flags, u16 qsize, u64 pci_addr) in nvmet_pci_epf_create_sq() argument 1365 struct nvmet_pci_epf_queue *sq = &ctrl->sq[sqid]; in nvmet_pci_epf_create_sq() 1375 sq->qid = sqid; in nvmet_pci_epf_create_sq() 1380 sq->db = NVME_REG_DBS + (sqid * 2 * sizeof(u32)); in nvmet_pci_epf_create_sq() 1382 if (!sqid) in nvmet_pci_epf_create_sq() 1388 status = nvmet_sq_create(tctrl, &sq->nvme_sq, sqid, sq->depth); in nvmet_pci_epf_create_sq() 1393 min_t(int, sq->depth, WQ_MAX_ACTIVE), sqid); in nvmet_pci_epf_create_sq() 1395 dev_err(ctrl->dev, "Failed to create SQ %d work queue\n", sqid); in nvmet_pci_epf_create_sq() 1403 sqid, qsize, sq->qes); in nvmet_pci_epf_create_sq() 1412 static u16 nvmet_pci_epf_delete_sq(struct nvmet_ctrl *tctrl, u16 sqid) in nvmet_pci_epf_delete_sq() argument [all …]
|
| H A D | core.c | 772 new_error_slot->sqid = cpu_to_le16(req->sq->qid); in nvmet_set_error() 877 u16 nvmet_check_sqid(struct nvmet_ctrl *ctrl, u16 sqid, in nvmet_check_sqid() argument 883 if (sqid > ctrl->subsys->max_qid) in nvmet_check_sqid() 886 if ((create && ctrl->sqs[sqid]) || in nvmet_check_sqid() 887 (!create && !ctrl->sqs[sqid])) in nvmet_check_sqid() 894 u16 sqid, u16 size) in nvmet_sq_create() argument 902 status = nvmet_check_sqid(ctrl, sqid, true); in nvmet_sq_create() 912 nvmet_sq_setup(ctrl, sq, sqid, size); in nvmet_sq_create()
|
| H A D | nvmet.h | 427 u16 (*create_sq)(struct nvmet_ctrl *ctrl, u16 sqid, u16 flags, 429 u16 (*delete_sq)(struct nvmet_ctrl *ctrl, u16 sqid); 579 u16 nvmet_check_sqid(struct nvmet_ctrl *ctrl, u16 sqid, bool create);
|
| /linux-6.15/include/uapi/rdma/ |
| H A D | mana-abi.h | 42 __u32 sqid; member
|
| H A D | cxgb4-abi.h | 80 __u32 sqid; member
|
| /linux-6.15/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth.h | 161 int fun_create_and_bind_tx(struct funeth_priv *fp, u32 sqid);
|
| H A D | funeth_main.c | 637 int fun_create_and_bind_tx(struct funeth_priv *fp, u32 sqid) in fun_create_and_bind_tx() argument 643 rc = fun_bind(fp->fdev, FUN_ADMIN_BIND_TYPE_EPSQ, sqid, in fun_create_and_bind_tx()
|
| /linux-6.15/include/linux/ |
| H A D | nvme-fc-driver.h | 226 __le16 sqid; member
|
| H A D | nvme.h | 1427 __le16 sqid; member 1449 __le16 sqid; member 1976 __le16 sqid; member
|
| /linux-6.15/drivers/infiniband/hw/mana/ |
| H A D | qp.c | 372 resp.sqid = qp->raw_sq.id; in mana_ib_create_qp_raw()
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 619 if (unlikely(!fd->sqid)) { in qla2x00_start_nvme_mq()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_nvme.c | 1036 ep->cqe.sq_id = nCmd->sqid; in lpfc_nvme_io_cmd_cmpl()
|
| /linux-6.15/drivers/infiniband/hw/cxgb4/ |
| H A D | qp.c | 2262 uresp.sqid = qhp->wq.sq.qid; in c4iw_create_qp()
|