Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_main.c5797 bool cur_ctag, cur_stag, req_ctag, req_stag; in ice_fix_features() local
5805 req_stag = req_vlan_fltr & NETIF_F_HW_VLAN_STAG_FILTER; in ice_fix_features()
5809 if (req_ctag && req_stag) { in ice_fix_features()
5811 } else if (!req_ctag && !req_stag) { in ice_fix_features()
5814 (!cur_stag && req_stag && !cur_ctag)) { in ice_fix_features()
5818 (cur_stag && !req_stag && cur_ctag)) { in ice_fix_features()