Searched refs:sq_head (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/nvme/host/ |
| H A D | trace.h | 142 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 D | pci.c | 1558 trace_nvme_sq(req, cqe->sq_head, nvmeq->sq_tail); in nvme_handle_cqe()
|
| /linux/io_uring/ |
| H A D | fdinfo.c | 65 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 D | qm_common.h | 12 __le16 sq_head; member
|
| /linux/drivers/nvme/target/ |
| H A D | fabrics-cmd.c | 225 req->cqe->sq_head = cpu_to_le16(0xffff); in nvmet_install_queue()
|
| H A D | core.c | 753 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 D | pci-epf.c | 1791 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 D | fun_queue.c | 360 NULL, &funq->sq_head); in fun_alloc_sqes()
|
| /linux/drivers/dma/ |
| H A D | hisi_dma.c | 130 __le16 sq_head; member
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.c | 908 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()
|