Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c6000 bool cur_ctag, cur_stag, req_ctag, req_stag; in ice_fix_features() local
6008 req_stag = req_vlan_fltr & NETIF_F_HW_VLAN_STAG_FILTER; in ice_fix_features()
6012 if (req_ctag && req_stag) { in ice_fix_features()
6014 } else if (!req_ctag && !req_stag) { in ice_fix_features()
6017 (!cur_stag && req_stag && !cur_ctag)) { in ice_fix_features()
6021 (cur_stag && !req_stag && cur_ctag)) { in ice_fix_features()