Home
last modified time | relevance | path

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

/drivers/scsi/
Dscsi_ioctl.c416 int at_head = 0; in sg_io() local
439 at_head = 1; in sg_io()
467 blk_execute_rq(rq, at_head); in sg_io()
Dsg.c785 int k, at_head; in sg_common_write() local
828 at_head = 0; in sg_common_write()
830 at_head = 1; in sg_common_write()
835 blk_execute_rq_nowait(srp->rq, at_head); in sg_common_write()
/drivers/nvme/host/
Dnvme.h867 int qid, int at_head,
1125 int nvme_execute_rq(struct request *rq, bool at_head);
Dcore.c1007 int nvme_execute_rq(struct request *rq, bool at_head) in nvme_execute_rq() argument
1011 status = blk_execute_rq(rq, at_head); in nvme_execute_rq()
1026 int qid, int at_head, blk_mq_req_flags_t flags) in __nvme_submit_sync_cmd() argument
1047 ret = nvme_execute_rq(req, at_head); in __nvme_submit_sync_cmd()