Home
last modified time | relevance | path

Searched refs:sq_head (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dtrace.h142 TP_PROTO(struct request *req, __le16 sq_head, int sq_tail),
143 TP_ARGS(req, sq_head, sq_tail),
148 __field(u16, sq_head)
155 __entry->sq_head = le16_to_cpu(sq_head);
160 __entry->qid, __entry->sq_head, __entry->sq_tail
H A Dpci.c1037 trace_nvme_sq(req, cqe->sq_head, nvmeq->sq_tail); in nvme_handle_cqe()
/openbmc/linux/io_uring/
H A Dfdinfo.c59 unsigned int sq_head = READ_ONCE(r->sq.head); in io_uring_show_fdinfo() local
82 seq_printf(m, "SqHead:\t%u\n", sq_head); in io_uring_show_fdinfo()
89 seq_printf(m, "SQEs:\t%u\n", sq_tail - sq_head); in io_uring_show_fdinfo()
90 sq_entries = min(sq_tail - sq_head, ctx->sq_entries); in io_uring_show_fdinfo()
92 unsigned int entry = i + sq_head; in io_uring_show_fdinfo()
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm_common.h12 __le16 sq_head; member
H A Dqm.c889 le16_to_cpu(cqe->sq_head)); in qm_poll_req_cb()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.h74 volatile __be64 *sq_head; member
H A Dfun_queue.c360 NULL, &funq->sq_head); in fun_alloc_sqes()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsislite.h294 __be64 sq_head; /* Submission Queue Head (R): for debugging */ member
H A Dmain.c377 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd.c181 req->cqe->sq_head = cpu_to_le16(0xffff); in nvmet_install_queue()
H A Dcore.c709 req->cqe->sq_head = cpu_to_le16(req->sq->sqhd & 0x0000FFFF); in nvmet_update_sq_head()
950 req->cqe->sq_head = 0; in nvmet_req_init()
H A Dfc.c2186 queue_90percent_full(fod->queue, le16_to_cpu(cqe->sq_head))) in nvmet_fc_prep_fcp_rsp()
2467 fod->queue->sqhd = cqe->sq_head; in __nvmet_fc_fcp_nvme_cmd_done()
2478 cqe->sq_head = fod->queue->sqhd; /* echo last cqe sqhd */ in __nvmet_fc_fcp_nvme_cmd_done()
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma.h341 struct list_head sq_head, rq_head; member
H A Docrdma_hw.c908 struct list_head *head = sq?(&cq->sq_head):(&cq->rq_head); in _ocrdma_qp_buddy_cq_handler()
2082 list_for_each_entry(tmp, &cq->sq_head, sq_entry) { in ocrdma_is_qp_in_sq_flushlist()
2113 list_add_tail(&qp->sq_entry, &qp->sq_cq->sq_head); in ocrdma_flush_qp()
H A Docrdma_verbs.c989 INIT_LIST_HEAD(&cq->sq_head); in ocrdma_create_cq()
2860 list_for_each_entry(qp, &cq->sq_head, sq_entry) { in ocrdma_poll_cq()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h524 __le16 sq_head; /* how much of this queue may be reclaimed */ member
H A Dnvme.c41 u16 sq_head; member
/openbmc/qemu/block/
H A Dtrace-events141 nvme_error(int cmd_specific, int sq_head, int sqid, int cid, int status) "cmd_specific %d sq_head %…
H A Dnvme.c366 le16_to_cpu(c->sq_head), in nvme_translate_error()
/openbmc/linux/drivers/dma/
H A Dhisi_dma.c130 __le16 sq_head; member
/openbmc/linux/include/linux/
H A Dnvme.h2001 __le16 sq_head; /* how much of this queue may be reclaimed */ member
/openbmc/qemu/include/block/
H A Dnvme.h882 uint16_t sq_head; member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1035 ep->cqe.sq_head = sqhd; in lpfc_nvme_io_cmd_cmpl()
/openbmc/qemu/hw/nvme/
H A Dctrl.c1519 req->cqe.sq_head = cpu_to_le16(sq->head); in nvme_post_cqes()