Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/infiniband/hw/mana/
H A Dqp.c371 qp->sq_id = wq_spec.queue_index; in mana_ib_create_qp_raw()
376 qp->tx_object, qp->sq_id, send_cq->id); in mana_ib_create_qp_raw()
378 resp.sqid = qp->sq_id; in mana_ib_create_qp_raw()
H A Dmana_ib.h79 u64 sq_id; member
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h525 __le16 sq_id; /* submission queue that generated this entry */ member
/openbmc/linux/include/linux/
H A Dnvme.h2002 __le16 sq_id; /* submission queue that generated this entry */ member
/openbmc/linux/drivers/nvme/target/
H A Dcore.c747 req->cqe->sq_id = cpu_to_le16(req->sq->qid); in __nvmet_req_complete()
H A Dfc.c2479 cqe->sq_id = cpu_to_le16(fod->queue->qid); in __nvmet_fc_fcp_nvme_cmd_done()
/openbmc/qemu/include/block/
H A Dnvme.h883 uint16_t sq_id; member
/openbmc/qemu/block/
H A Dnvme.c367 le16_to_cpu(c->sq_id), in nvme_translate_error()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1036 ep->cqe.sq_id = nCmd->sqid; in lpfc_nvme_io_cmd_cmpl()
/openbmc/linux/drivers/nvme/host/
H A Dpci.c1033 command_id, le16_to_cpu(cqe->sq_id)); in nvme_handle_cqe()
/openbmc/qemu/hw/nvme/
H A Dctrl.c1518 req->cqe.sq_id = cpu_to_le16(sq->sqid); in nvme_post_cqes()