Home
last modified time | relevance | path

Searched full:dmacs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c44 /* actual number of DMACs configured */
46 /* overal number of possible DMACs could be configured per LMAC */
48 struct dmac_map *dmacs; /* DMAC:VFs tracking filter array */ member
271 lmac->dmacs[i].vf_map &= ~BIT_ULL(vf_id); in bgx_lmac_remove_filters()
272 if (!lmac->dmacs[i].vf_map) { in bgx_lmac_remove_filters()
274 lmac->dmacs[i].dmac = 0; in bgx_lmac_remove_filters()
275 lmac->dmacs[i].vf_map = 0; in bgx_lmac_remove_filters()
295 if (lmac->dmacs[i].dmac == dmac) { in bgx_lmac_save_filter()
296 lmac->dmacs[i].vf_map |= BIT_ULL(vf_id); in bgx_lmac_save_filter()
305 lmac->dmacs[lmac->dmacs_cfg].dmac = dmac; in bgx_lmac_save_filter()
[all …]
/linux/drivers/dma/sh/
H A Dshdmac.c507 * handling or NMI events that don't concern the DMACs. in sh_dmae_nmi_handler()