Home
last modified time | relevance | path

Searched refs:sq_id (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.c212 int hinic_sq_debug_add(struct hinic_dev *dev, u16 sq_id) in hinic_sq_debug_add() argument
218 sq = dev->txqs[sq_id].sq; in hinic_sq_debug_add()
220 sprintf(sub_dir, "0x%x", sq_id); in hinic_sq_debug_add()
H A Dhinic_debugfs.h81 int hinic_sq_debug_add(struct hinic_dev *dev, u16 sq_id);
H A Dhinic_hw_dev.h357 u32 sq_id; member
H A Dhinic_hw_dev.c1148 hw_ci.sq_id = qp->q_id; in hinic_hwdev_hw_ci_addr_set()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c298 req.packet.sq_id = vlan_tci; in rvu_rep_install_tx_rule()
299 req.mask.sq_id = 0xffff; in rvu_rep_install_tx_rule()
H A Dmbox.h1644 u16 sq_id; member
/linux-6.15/include/linux/
H A Dnvme.h2169 __le16 sq_id; /* submission queue that generated this entry */ member
/linux-6.15/drivers/nvme/target/
H A Dcore.c791 req->cqe->sq_id = cpu_to_le16(req->sq->qid); in __nvmet_req_complete()
H A Dfc.c2449 cqe->sq_id = cpu_to_le16(fod->queue->qid); in __nvmet_fc_fcp_nvme_cmd_done()
H A Dpci-epf.c1782 cqe->sq_id = cpu_to_le16(iod->sq->qid); in nvmet_pci_epf_cq_work()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1036 ep->cqe.sq_id = nCmd->sqid; in lpfc_nvme_io_cmd_cmpl()
/linux-6.15/drivers/nvme/host/
H A Dpci.c1127 command_id, le16_to_cpu(cqe->sq_id)); in nvme_handle_cqe()