Searched full:dmacs (Results 1 – 2 of 2) sorted by relevance
44 /* 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 */ member271 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 …]
507 * handling or NMI events that don't concern the DMACs. in sh_dmae_nmi_handler()