Lines Matching refs:hostt
1003 sdev->host->hostt->dma_need_drain(rq);
1519 rtn = host->hostt->queuecommand(host, cmd);
1572 if (!shost->hostt->init_cmd_priv)
1573 memset(cmd + 1, 0, shost->hostt->cmd_size);
1581 sg = (void *)cmd + sizeof(struct scsi_cmnd) + shost->hostt->cmd_size;
1824 shost->hostt->cmd_size;
1828 if (shost->hostt->init_cmd_priv) {
1829 ret = shost->hostt->init_cmd_priv(shost, cmd);
1843 if (shost->hostt->exit_cmd_priv)
1844 shost->hostt->exit_cmd_priv(shost, cmd);
1853 if (shost->hostt->mq_poll)
1854 return shost->hostt->mq_poll(shost, hctx->queue_num);
1872 if (shost->hostt->map_queues)
1873 return shost->hostt->map_queues(shost);
1939 shost->hostt->commit_rqs(shost, hctx->queue_num);
1970 cmd_size = sizeof(struct scsi_cmnd) + shost->hostt->cmd_size + sgl_size;
1976 if (shost->hostt->commit_rqs)
1987 BLK_ALLOC_POLICY_TO_MQ_FLAG(shost->hostt->tag_alloc_policy);