Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c41 u64 vf_map; member
274 lmac->dmacs[i].vf_map &= ~BIT_ULL(vf_id); in bgx_lmac_remove_filters()
275 if (!lmac->dmacs[i].vf_map) { in bgx_lmac_remove_filters()
278 lmac->dmacs[i].vf_map = 0; in bgx_lmac_remove_filters()
299 lmac->dmacs[i].vf_map |= BIT_ULL(vf_id); in bgx_lmac_save_filter()
309 lmac->dmacs[lmac->dmacs_cfg].vf_map = BIT_ULL(vf_id); in bgx_lmac_save_filter()