Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dipr.c8228 ((u64) hrrq->host_rrq_dma >> 24) & 0xff; in ipr_ioafp_identify_hrrq()
8230 ((u64) hrrq->host_rrq_dma >> 16) & 0xff; in ipr_ioafp_identify_hrrq()
8232 ((u64) hrrq->host_rrq_dma >> 8) & 0xff; in ipr_ioafp_identify_hrrq()
8234 ((u64) hrrq->host_rrq_dma) & 0xff; in ipr_ioafp_identify_hrrq()
8246 ((u64) hrrq->host_rrq_dma >> 56) & 0xff; in ipr_ioafp_identify_hrrq()
8248 ((u64) hrrq->host_rrq_dma >> 48) & 0xff; in ipr_ioafp_identify_hrrq()
8250 ((u64) hrrq->host_rrq_dma >> 40) & 0xff; in ipr_ioafp_identify_hrrq()
8252 ((u64) hrrq->host_rrq_dma >> 32) & 0xff; in ipr_ioafp_identify_hrrq()
9570 ioa_cfg->hrrq[i].host_rrq_dma); in ipr_free_mem()
9782 &ioa_cfg->hrrq[i].host_rrq_dma, in ipr_alloc_mem()
[all …]
Dipr.h501 dma_addr_t host_rrq_dma; member