Searched refs:sq_head (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/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 | 1131 trace_nvme_sq(req, cqe->sq_head, nvmeq->sq_tail); in nvme_handle_cqe()
|
| /linux-6.15/io_uring/ |
| H A D | fdinfo.c | 95 unsigned int sq_head = READ_ONCE(r->sq.head); in __io_uring_show_fdinfo() local 118 seq_printf(m, "SqHead:\t%u\n", sq_head); in __io_uring_show_fdinfo() 125 seq_printf(m, "SQEs:\t%u\n", sq_tail - sq_head); in __io_uring_show_fdinfo() 126 sq_entries = min(sq_tail - sq_head, ctx->sq_entries); in __io_uring_show_fdinfo() 128 unsigned int entry = i + sq_head; in __io_uring_show_fdinfo()
|
| /linux-6.15/drivers/crypto/hisilicon/ |
| H A D | qm_common.h | 12 __le16 sq_head; member
|
| H A D | qm.c | 937 le16_to_cpu(cqe->sq_head)); in qm_poll_req_cb()
|
| /linux-6.15/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.h | 74 volatile __be64 *sq_head; member
|
| H A D | fun_queue.c | 360 NULL, &funq->sq_head); in fun_alloc_sqes()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | fabrics-cmd.c | 217 req->cqe->sq_head = cpu_to_le16(0xffff); in nvmet_install_queue()
|
| H A D | fc.c | 2156 queue_90percent_full(fod->queue, le16_to_cpu(cqe->sq_head))) in nvmet_fc_prep_fcp_rsp() 2437 fod->queue->sqhd = cqe->sq_head; in __nvmet_fc_fcp_nvme_cmd_done() 2448 cqe->sq_head = fod->queue->sqhd; /* echo last cqe sqhd */ in __nvmet_fc_fcp_nvme_cmd_done()
|
| H A D | core.c | 752 req->cqe->sq_head = cpu_to_le16(req->sq->sqhd & 0x0000FFFF); in nvmet_update_sq_head() 1128 req->cqe->sq_head = 0; in nvmet_req_init()
|
| H A D | pci-epf.c | 1781 cqe->sq_head = cpu_to_le16(READ_ONCE(iod->sq->head)); in nvmet_pci_epf_cq_work()
|
| /linux-6.15/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma.h | 341 struct list_head sq_head, rq_head; member
|
| H A D | ocrdma_hw.c | 908 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 D | ocrdma_verbs.c | 990 INIT_LIST_HEAD(&cq->sq_head); in ocrdma_create_cq() 2861 list_for_each_entry(qp, &cq->sq_head, sq_entry) { in ocrdma_poll_cq()
|
| /linux-6.15/drivers/dma/ |
| H A D | hisi_dma.c | 130 __le16 sq_head; member
|
| /linux-6.15/include/linux/ |
| H A D | nvme.h | 2168 __le16 sq_head; /* how much of this queue may be reclaimed */ member
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_nvme.c | 1035 ep->cqe.sq_head = sqhd; in lpfc_nvme_io_cmd_cmpl()
|