Searched refs:req_ctag (Results 1 – 1 of 1) sorted by relevance
5976 bool cur_ctag, cur_stag, req_ctag, req_stag; in ice_fix_features() local5983 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()