Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c6013 bool cur_ctag, cur_stag, req_ctag, req_stag; in ice_fix_features() local
6020 req_ctag = req_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER; in ice_fix_features()
6025 if (req_ctag && req_stag) { in ice_fix_features()
6027 } else if (!req_ctag && !req_stag) { in ice_fix_features()
6029 } else if ((!cur_ctag && req_ctag && !cur_stag) || in ice_fix_features()
6033 } else if ((cur_ctag && !req_ctag && cur_stag) || in ice_fix_features()