Searched refs:arcache (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-dev.c1333 unsigned int arcache, awcache; local
1335 arcache = 0;
1336 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRC, pdata->arcache);
1337 XGMAC_SET_BITS(arcache, DMA_AXIARCR, DRD, pdata->axdomain);
1338 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TEC, pdata->arcache);
1339 XGMAC_SET_BITS(arcache, DMA_AXIARCR, TED, pdata->axdomain);
1340 XGMAC_SET_BITS(arcache, DMA_AXIARCR, THC, pdata->arcache);
[all...]
H A Dif_axgbe.c471 sc->prv.arcache = XGBE_DMA_OS_ARCACHE;
475 sc->prv.arcache = XGBE_DMA_SYS_ARCACHE;
H A Dxgbe.h730 unsigned int arcache; member in struct:xgbe_prv_data

Completed in 164 milliseconds