Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfi_ms.h267 union bfi_addr_u stats_dma_addr; /* DMA address for stats */ member
Dbfa_svc.c3215 bfa_dma_be_addr_set(m->stats_dma_addr, fcport->stats_pa); in bfa_fcport_send_enable()
3216 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_lo); in bfa_fcport_send_enable()
3217 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_hi); in bfa_fcport_send_enable()
/drivers/atm/
Dfore200e.c1748 u32 stats_dma_addr; in fore200e_getstats() local
1756 stats_dma_addr = fore200e->bus->dma_map(fore200e, fore200e->stats, in fore200e_getstats()
1764 fore200e->bus->write(stats_dma_addr, &entry->cp_entry->cmd.stats_block.stats_haddr); in fore200e_getstats()
1774 fore200e->bus->dma_unmap(fore200e, stats_dma_addr, sizeof(struct stats), DMA_FROM_DEVICE); in fore200e_getstats()