Searched refs:nvme_queue (Results 1 – 1 of 1) sorted by relevance
/drivers/block/ |
D | nvme-core.c | 92 struct nvme_queue { struct 140 typedef void (*nvme_completion_fn)(struct nvme_queue *, void *, argument 150 static struct nvme_cmd_info *nvme_cmd_info(struct nvme_queue *nvmeq) in nvme_cmd_info() 175 static int alloc_cmdid(struct nvme_queue *nvmeq, void *ctx, in alloc_cmdid() 195 static int alloc_cmdid_killable(struct nvme_queue *nvmeq, void *ctx, in alloc_cmdid_killable() 211 static void special_completion(struct nvme_queue *nvmeq, void *ctx, in special_completion() 236 static void async_completion(struct nvme_queue *nvmeq, void *ctx, in async_completion() 248 static void *free_cmdid(struct nvme_queue *nvmeq, int cmdid, in free_cmdid() 269 static void *cancel_cmdid(struct nvme_queue *nvmeq, int cmdid, in cancel_cmdid() 282 static struct nvme_queue *raw_nvmeq(struct nvme_dev *dev, int qid) in raw_nvmeq() [all …]
|