/openbmc/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 | 1037 trace_nvme_sq(req, cqe->sq_head, nvmeq->sq_tail); in nvme_handle_cqe()
|
/openbmc/linux/io_uring/ |
H A D | fdinfo.c | 59 unsigned int sq_head = READ_ONCE(r->sq.head); in io_uring_show_fdinfo() local 82 seq_printf(m, "SqHead:\t%u\n", sq_head); in io_uring_show_fdinfo() 89 seq_printf(m, "SQEs:\t%u\n", sq_tail - sq_head); in io_uring_show_fdinfo() 90 sq_entries = min(sq_tail - sq_head, ctx->sq_entries); in io_uring_show_fdinfo() 92 unsigned int entry = i + sq_head; in io_uring_show_fdinfo()
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | qm_common.h | 12 __le16 sq_head; member
|
H A D | qm.c | 889 le16_to_cpu(cqe->sq_head)); in qm_poll_req_cb()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | sislite.h | 294 __be64 sq_head; /* Submission Queue Head (R): for debugging */ member
|
H A D | main.c | 377 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | fabrics-cmd.c | 181 req->cqe->sq_head = cpu_to_le16(0xffff); in nvmet_install_queue()
|
H A D | core.c | 709 req->cqe->sq_head = cpu_to_le16(req->sq->sqhd & 0x0000FFFF); in nvmet_update_sq_head() 950 req->cqe->sq_head = 0; in nvmet_req_init()
|
H A D | fc.c | 2186 queue_90percent_full(fod->queue, le16_to_cpu(cqe->sq_head))) in nvmet_fc_prep_fcp_rsp() 2467 fod->queue->sqhd = cqe->sq_head; in __nvmet_fc_fcp_nvme_cmd_done() 2478 cqe->sq_head = fod->queue->sqhd; /* echo last cqe sqhd */ in __nvmet_fc_fcp_nvme_cmd_done()
|
/openbmc/linux/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 | 989 INIT_LIST_HEAD(&cq->sq_head); in ocrdma_create_cq() 2860 list_for_each_entry(qp, &cq->sq_head, sq_entry) { in ocrdma_poll_cq()
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.h | 524 __le16 sq_head; /* how much of this queue may be reclaimed */ member
|
H A D | nvme.c | 41 u16 sq_head; member
|
/openbmc/qemu/block/ |
H A D | trace-events | 141 nvme_error(int cmd_specific, int sq_head, int sqid, int cid, int status) "cmd_specific %d sq_head %…
|
H A D | nvme.c | 366 le16_to_cpu(c->sq_head), in nvme_translate_error()
|
/openbmc/linux/drivers/dma/ |
H A D | hisi_dma.c | 130 __le16 sq_head; member
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 2001 __le16 sq_head; /* how much of this queue may be reclaimed */ member
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 882 uint16_t sq_head; member
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvme.c | 1035 ep->cqe.sq_head = sqhd; in lpfc_nvme_io_cmd_cmpl()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 1519 req->cqe.sq_head = cpu_to_le16(sq->head); in nvme_post_cqes()
|