Searched refs:commit_rqs (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/scsi/
H A Dscsi_host.h61 * commit_rqs. The done() function must be called on the command
90 * The commit_rqs function is used to trigger a hardware
97 void (*commit_rqs)(struct Scsi_Host *, u16); member in struct:scsi_host_template
/linux-master/include/linux/
H A Dblk-mq.h542 * @commit_rqs: If a driver uses bd->last to judge when to submit
548 void (*commit_rqs)(struct blk_mq_hw_ctx *); member in struct:blk_mq_ops
/linux-master/drivers/scsi/
H A Dscsi_lib.c2029 shost->hostt->commit_rqs(shost, hctx->queue_num);
2036 .commit_rqs = scsi_commit_rqs,
2066 if (shost->hostt->commit_rqs)
H A Dvirtio_scsi.c799 .commit_rqs = virtscsi_commit_rqs,
/linux-master/drivers/block/
H A Dvirtio_blk.c1237 .commit_rqs = virtio_commit_rqs,
/linux-master/block/
H A Dblk-mq.c1996 * more requests. (See comment in struct blk_mq_ops for commit_rqs for
2005 if (hctx->queue->mq_ops->commit_rqs && queued) {
2007 hctx->queue->mq_ops->commit_rqs(hctx);
/linux-master/drivers/nvme/host/
H A Dtcp.c2633 .commit_rqs = nvme_tcp_commit_rqs,
H A Dpci.c1677 .commit_rqs = nvme_commit_rqs,

Completed in 273 milliseconds