Searched refs:req_ctag (Results 1 – 1 of 1) sorted by relevance
6270 bool cur_ctag, cur_stag, req_ctag, req_stag; in ice_fix_features() local6277 req_ctag = req_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER; in ice_fix_features()6282 if (req_ctag && req_stag) { in ice_fix_features()6284 } else if (!req_ctag && !req_stag) { in ice_fix_features()6286 } else if ((!cur_ctag && req_ctag && !cur_stag) || in ice_fix_features()6290 } else if ((cur_ctag && !req_ctag && cur_stag) || in ice_fix_features()