Home
last modified time | relevance | path

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

/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.c1558 trace_nvme_sq(req, cqe->sq_head, nvmeq->sq_tail); in nvme_handle_cqe()
/linux/io_uring/
H A Dfdinfo.c65 unsigned int sq_head = READ_ONCE(r->sq.head); in __io_uring_show_fdinfo() local
85 seq_printf(m, "SqHead:\t%u\n", sq_head); in __io_uring_show_fdinfo()
92 seq_printf(m, "SQEs:\t%u\n", sq_tail - sq_head); in __io_uring_show_fdinfo()
93 sq_entries = min(sq_tail - sq_head, ctx->sq_entries); in __io_uring_show_fdinfo()
95 unsigned int entry = i + sq_head; in __io_uring_show_fdinfo()
128 sq_head++; in __io_uring_show_fdinfo()
/linux/drivers/crypto/hisilicon/
H A Dqm_common.h12 __le16 sq_head; member
/linux/drivers/nvme/target/
H A Dfabrics-cmd.c225 req->cqe->sq_head = cpu_to_le16(0xffff); in nvmet_install_queue()
H A Dcore.c753 req->cqe->sq_head = cpu_to_le16(req->sq->sqhd & 0x0000FFFF); in nvmet_update_sq_head()
1177 req->cqe->sq_head = 0; in nvmet_req_init()
H A Dpci-epf.c1791 cqe->sq_head = cpu_to_le16(READ_ONCE(iod->sq->head)); in nvmet_pci_epf_cq_work()
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c360 NULL, &funq->sq_head); in fun_alloc_sqes()
/linux/drivers/dma/
H A Dhisi_dma.c130 __le16 sq_head; member
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c908 struct list_head *head = sq?(&cq->sq_head):(&cq->rq_head); in _ocrdma_qp_buddy_cq_handler()
2081 list_for_each_entry(tmp, &cq->sq_head, sq_entry) { in ocrdma_is_qp_in_sq_flushlist()
2112 list_add_tail(&qp->sq_entry, &qp->sq_cq->sq_head); in ocrdma_flush_qp()