Searched refs:req_stag (Results 1 – 1 of 1) sorted by relevance
6277 bool cur_ctag, cur_stag, req_ctag, req_stag; in ice_fix_features() local6285 req_stag = req_vlan_fltr & NETIF_F_HW_VLAN_STAG_FILTER; in ice_fix_features()6289 if (req_ctag && req_stag) { in ice_fix_features()6291 } else if (!req_ctag && !req_stag) { in ice_fix_features()6294 (!cur_stag && req_stag && !cur_ctag)) { in ice_fix_features()6298 (cur_stag && !req_stag && cur_ctag)) { in ice_fix_features()