Home
last modified time | relevance | path

Searched refs:blk_flags (Results 1 – 1 of 1) sorted by relevance

/drivers/nvme/host/
Dioctl.c154 blk_mq_req_flags_t blk_flags) in nvme_alloc_user_request() argument
158 req = blk_mq_alloc_request(q, nvme_req_op(cmd) | rq_flags, blk_flags); in nvme_alloc_user_request()
570 blk_mq_req_flags_t blk_flags = 0; in nvme_uring_cmd_io() local
606 blk_flags = BLK_MQ_REQ_NOWAIT; in nvme_uring_cmd_io()
611 req = nvme_alloc_user_request(q, &c, rq_flags, blk_flags); in nvme_uring_cmd_io()