Searched refs:VLAN_N_VID (Results 76 - 91 of 91) sorted by relevance

1234

/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c520 for_each_set_bit(vid, vptr->active_vlans, VLAN_N_VID) {
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c2373 for_each_set_bit(vid, bnad->active_vlans, VLAN_N_VID) {
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c849 return VLAN_N_VID;
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c2591 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2572 if (vlan >= VLAN_N_VID || qos)
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2089 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1557 for_each_set_bit(i, adapter->vids, VLAN_N_VID)
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c3206 if (vid >= VLAN_N_VID)
3228 if (vid >= VLAN_N_VID)
3274 for_each_set_bit(vid, vsi->active_vlans, VLAN_N_VID)
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c4886 if (vlan_id < VLAN_N_VID &&
/linux-master/net/core/
H A Drtnetlink.c6412 if (entry->vid >= VLAN_N_VID - 1) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4326 !bitmap_empty(mlx5e_vlan_get_active_svlans(vlan), VLAN_N_VID)) {
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c6647 for_each_set_bit(vid, priv->active_vlans, VLAN_N_VID) {
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c2841 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4704 for_each_set_bit_from(vid, adapter->active_vlans, VLAN_N_VID)
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c9270 for_each_set_bit_from(vid, adapter->active_vlans, VLAN_N_VID)
/linux-master/net/wireless/
H A Dnl80211.c771 [NL80211_ATTR_VLAN_ID] = NLA_POLICY_RANGE(NLA_U16, 1, VLAN_N_VID - 2),

Completed in 529 milliseconds

1234