Searched refs:sq_head (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/drivers/nvme/host/ |
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
|
D | pci.c | 1040 trace_nvme_sq(req, cqe->sq_head, nvmeq->sq_tail); in nvme_handle_cqe()
|
/linux-6.12.1/io_uring/ |
D | fdinfo.c | 60 unsigned int sq_head = READ_ONCE(r->sq.head); in io_uring_show_fdinfo() local 84 seq_printf(m, "SqHead:\t%u\n", sq_head); in io_uring_show_fdinfo() 91 seq_printf(m, "SQEs:\t%u\n", sq_tail - sq_head); in io_uring_show_fdinfo() 92 sq_entries = min(sq_tail - sq_head, ctx->sq_entries); in io_uring_show_fdinfo() 94 unsigned int entry = i + sq_head; in io_uring_show_fdinfo()
|
/linux-6.12.1/drivers/crypto/hisilicon/ |
D | qm_common.h | 12 __le16 sq_head; member
|
D | qm.c | 864 le16_to_cpu(cqe->sq_head)); in qm_poll_req_cb()
|
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_queue.h | 74 volatile __be64 *sq_head; member
|
D | fun_queue.c | 360 NULL, &funq->sq_head); in fun_alloc_sqes()
|
/linux-6.12.1/drivers/scsi/cxlflash/ |
D | sislite.h | 294 __be64 sq_head; /* Submission Queue Head (R): for debugging */ member
|
D | main.c | 382 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
|
/linux-6.12.1/drivers/nvme/target/ |
D | fabrics-cmd.c | 182 req->cqe->sq_head = cpu_to_le16(0xffff); in nvmet_install_queue()
|
D | fc.c | 2190 queue_90percent_full(fod->queue, le16_to_cpu(cqe->sq_head))) in nvmet_fc_prep_fcp_rsp() 2471 fod->queue->sqhd = cqe->sq_head; in __nvmet_fc_fcp_nvme_cmd_done() 2482 cqe->sq_head = fod->queue->sqhd; /* echo last cqe sqhd */ in __nvmet_fc_fcp_nvme_cmd_done()
|
D | core.c | 722 req->cqe->sq_head = cpu_to_le16(req->sq->sqhd & 0x0000FFFF); in nvmet_update_sq_head() 963 req->cqe->sq_head = 0; in nvmet_req_init()
|
/linux-6.12.1/drivers/infiniband/hw/ocrdma/ |
D | ocrdma.h | 341 struct list_head sq_head, rq_head; member
|
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()
|
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.12.1/drivers/dma/ |
D | hisi_dma.c | 130 __le16 sq_head; member
|
/linux-6.12.1/include/linux/ |
D | nvme.h | 2027 __le16 sq_head; /* how much of this queue may be reclaimed */ member
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_nvme.c | 1035 ep->cqe.sq_head = sqhd; in lpfc_nvme_io_cmd_cmpl()
|