Searched refs:sq_head (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/nvme/host/ |
D | trace.h | 145 TP_PROTO(struct request *req, __le16 sq_head, int sq_tail), 146 TP_ARGS(req, sq_head, sq_tail), 151 __field(u16, sq_head) 158 __entry->sq_head = le16_to_cpu(sq_head); 163 __entry->qid, __entry->sq_head, __entry->sq_tail
|
D | pci.c | 1093 trace_nvme_sq(req, cqe->sq_head, nvmeq->sq_tail); in nvme_handle_cqe()
|
/linux-6.1.9/io_uring/ |
D | fdinfo.c | 58 unsigned int sq_head = READ_ONCE(r->sq.head); in __io_uring_show_fdinfo() local 80 seq_printf(m, "SqHead:\t%u\n", sq_head); in __io_uring_show_fdinfo() 87 seq_printf(m, "SQEs:\t%u\n", sq_tail - sq_head); in __io_uring_show_fdinfo() 88 sq_entries = min(sq_tail - sq_head, ctx->sq_entries); in __io_uring_show_fdinfo() 90 unsigned int entry = i + sq_head; in __io_uring_show_fdinfo()
|
/linux-6.1.9/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.1.9/drivers/scsi/cxlflash/ |
D | sislite.h | 294 __be64 sq_head; /* Submission Queue Head (R): for debugging */ member
|
D | main.c | 377 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
|
/linux-6.1.9/drivers/nvme/target/ |
D | fabrics-cmd.c | 181 req->cqe->sq_head = cpu_to_le16(0xffff); in nvmet_install_queue()
|
D | core.c | 705 req->cqe->sq_head = cpu_to_le16(req->sq->sqhd & 0x0000FFFF); in nvmet_update_sq_head() 934 req->cqe->sq_head = 0; in nvmet_req_init()
|
D | fc.c | 2172 queue_90percent_full(fod->queue, le16_to_cpu(cqe->sq_head))) in nvmet_fc_prep_fcp_rsp() 2453 fod->queue->sqhd = cqe->sq_head; in __nvmet_fc_fcp_nvme_cmd_done() 2464 cqe->sq_head = fod->queue->sqhd; /* echo last cqe sqhd */ in __nvmet_fc_fcp_nvme_cmd_done()
|
/linux-6.1.9/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 | 989 INIT_LIST_HEAD(&cq->sq_head); in ocrdma_create_cq() 2862 list_for_each_entry(qp, &cq->sq_head, sq_entry) { in ocrdma_poll_cq()
|
/linux-6.1.9/drivers/dma/ |
D | hisi_dma.c | 130 __le16 sq_head; member
|
/linux-6.1.9/include/linux/ |
D | nvme.h | 1958 __le16 sq_head; /* how much of this queue may be reclaimed */ member
|
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_nvme.c | 1033 ep->cqe.sq_head = sqhd; in lpfc_nvme_io_cmd_cmpl()
|
/linux-6.1.9/drivers/crypto/hisilicon/ |
D | qm.c | 375 __le16 sq_head; member 969 le16_to_cpu(cqe->sq_head)); in qm_poll_req_cb()
|