Searched refs:host_rrq_dma (Results 1 – 2 of 2) sorted by relevance
7468 ((u64) hrrq->host_rrq_dma >> 24) & 0xff; in ipr_ioafp_identify_hrrq()7470 ((u64) hrrq->host_rrq_dma >> 16) & 0xff; in ipr_ioafp_identify_hrrq()7472 ((u64) hrrq->host_rrq_dma >> 8) & 0xff; in ipr_ioafp_identify_hrrq()7474 ((u64) hrrq->host_rrq_dma) & 0xff; in ipr_ioafp_identify_hrrq()7486 ((u64) hrrq->host_rrq_dma >> 56) & 0xff; in ipr_ioafp_identify_hrrq()7488 ((u64) hrrq->host_rrq_dma >> 48) & 0xff; in ipr_ioafp_identify_hrrq()7490 ((u64) hrrq->host_rrq_dma >> 40) & 0xff; in ipr_ioafp_identify_hrrq()7492 ((u64) hrrq->host_rrq_dma >> 32) & 0xff; in ipr_ioafp_identify_hrrq()8804 ioa_cfg->hrrq[i].host_rrq_dma); in ipr_free_mem()9016 &ioa_cfg->hrrq[i].host_rrq_dma, in ipr_alloc_mem()[all …]
486 dma_addr_t host_rrq_dma; member