Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr_hba.c701 unsigned long cdb_phyaddr, next_ccb_phy; in arcmsr_alloc_ccb_pool() local
752 next_ccb_phy = dma_coherent_handle + roundup_ccbsize; in arcmsr_alloc_ccb_pool()
753 if (upper_32_bits(next_ccb_phy) != curr_phy_upper32) { in arcmsr_alloc_ccb_pool()
761 dma_coherent_handle = next_ccb_phy; in arcmsr_alloc_ccb_pool()