Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_main.c5976 bool cur_ctag, cur_stag, req_ctag, req_stag; in ice_fix_features() local
5983 req_ctag = req_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER; in ice_fix_features()
5988 if (req_ctag && req_stag) { in ice_fix_features()
5990 } else if (!req_ctag && !req_stag) { in ice_fix_features()
5992 } else if ((!cur_ctag && req_ctag && !cur_stag) || in ice_fix_features()
5996 } else if ((cur_ctag && !req_ctag && cur_stag) || in ice_fix_features()

Completed in 11 milliseconds