Searched refs:nvme_complete_async_event (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/nvme/host/ |
D | nvme.h | 429 void nvme_complete_async_event(struct nvme_ctrl *ctrl, __le16 status,
|
D | core.c | 3434 void nvme_complete_async_event(struct nvme_ctrl *ctrl, __le16 status, in nvme_complete_async_event() function 3457 EXPORT_SYMBOL_GPL(nvme_complete_async_event);
|
D | rdma.c | 1477 nvme_complete_async_event(&queue->ctrl->ctrl, cqe->status, in __nvme_rdma_recv_done()
|
D | fc.c | 1667 nvme_complete_async_event(&queue->ctrl->ctrl, status, &result); in nvme_fc_fcpio_done()
|
D | pci.c | 891 nvme_complete_async_event(&nvmeq->dev->ctrl, in nvme_handle_cqe()
|
/Linux-v4.19/drivers/nvme/target/ |
D | loop.c | 115 nvme_complete_async_event(&queue->ctrl->ctrl, cqe->status, in nvme_loop_queue_response()
|