Searched refs:filtering (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/mac802154/
H A Ddriver-ops.h174 /* In practice other filtering levels can be requested, but as
177 * filtering level in hardware and make our own additional
178 * filtering in mac802154 receive path.
187 local->phy->filtering = IEEE802154_FILTERING_NONE;
200 local->phy->filtering = IEEE802154_FILTERING_4_FRAME_FIELDS;
H A Drx.c146 /* Level 3 filtering: Only beacons are accepted during scans */
148 sdata->required_filtering > wpan_phy->filtering) {
359 if (local->hw.phy->filtering < IEEE802154_FILTERING_4_FRAME_FIELDS &&
422 /* Level 1 filtering: Check the FCS by software when relevant */
423 if (local->hw.phy->filtering == IEEE802154_FILTERING_NONE) {
H A Dcfg.c70 ret = drv_start(local, local->phy->filtering, &local->addr_filt);
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf.h398 ((_a)->vlan_v2_caps.filtering.filtering_support.outer || \
399 (_a)->vlan_v2_caps.filtering.filtering_support.inner))
H A Diavf_virtchnl.c721 u16 max_vlans = adapter->vlan_v2_caps.filtering.max_filters;
753 &adapter->vlan_v2_caps.filtering.filtering_support;
903 &adapter->vlan_v2_caps.filtering.filtering_support;
H A Diavf_main.c877 return adapter->vlan_v2_caps.filtering.max_filters;
914 netdev_err(netdev, "Max allowed VLAN filters %u. Remove existing VLANs or disable filtering via Ethtool if supported.\n",
4564 &vlan_v2_caps->filtering.filtering_support;
4612 /* give priority to outer filtering and don't bother if both
4613 * outer and inner filtering are enabled
4615 ethertype_init = vlan_v2_caps->filtering.ethertype_init;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c384 * these two conditions, which amounts to guest VLAN filtering
2398 /* Enable VLAN filtering on first non-zero VLAN */
2453 /* Disable VLAN filtering when only VLAN 0 is left */
2811 * filtering/offload capabilities since the port VLAN is using the outer VLAN
2820 /* until support for inner VLAN filtering is added when a port
2824 supported_caps = &caps->filtering.filtering_support;
2843 supported_caps = &caps->filtering.filtering_support;
2849 caps->filtering.ethertype_init = VIRTCHNL_VLAN_ETHERTYPE_8100 |
2881 caps->filtering.max_filters = ice_vc_get_max_vlan_fltrs(vf);
2891 * filtering o
[all...]
/linux-master/include/net/
H A Dcfg802154.h247 /* Current filtering level on reception.
250 enum ieee802154_filtering_level filtering; member in struct:wpan_phy
/linux-master/scripts/
H A Dget_feat.pl577 Output features for an specific architecture, optionally filtering for
/linux-master/include/linux/avf/
H A Dvirtchnl.h526 * The VF would interpret this as VLAN filtering can be supported on both 0x8100
553 * VLAN filtering if the underlying PF supports it.
557 * allows the VF to toggle VLAN filtering, stripping, and/or insertion it should
576 * for filtering, insertion, and stripping capabilities.
578 * If only outer capabilities are supported (for filtering, insertion, and/or
582 * If only inner capabilities are supported (for filtering, insertion, and/or
588 * If both outer and inner capabilities are supported (for filtering, insertion,
600 /* The PF populates these fields based on the supported VLAN filtering. If a
605 * Also, a VF is only allowed to toggle its VLAN filtering setting if the
609 * enabled for VLAN filtering
688 struct virtchnl_vlan_filtering_caps filtering; member in struct:virtchnl_vlan_caps
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c1467 bool filtering; local
1473 filtering = bridge->flags & MLX5_ESW_BRIDGE_VLAN_FILTERING_FLAG;
1474 if (filtering == enable)

Completed in 232 milliseconds