Searched refs:filtering (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/net/mac802154/ |
H A D | rx.c | 121 /* Level 3 filtering: Only beacons are accepted during scans */ in ieee802154_subif_frame() 123 sdata->required_filtering > wpan_phy->filtering) { in ieee802154_subif_frame() 331 if (local->hw.phy->filtering < IEEE802154_FILTERING_4_FRAME_FIELDS && in __ieee802154_rx_handle_packet() 394 /* Level 1 filtering: Check the FCS by software when relevant */ in ieee802154_rx() 395 if (local->hw.phy->filtering == IEEE802154_FILTERING_NONE) { in ieee802154_rx()
|
H A D | driver-ops.h | 174 /* In practice other filtering levels can be requested, but as in drv_start() 177 * filtering level in hardware and make our own additional in drv_start() 178 * filtering in mac802154 receive path. in drv_start() 187 local->phy->filtering = IEEE802154_FILTERING_NONE; in drv_start() 200 local->phy->filtering = IEEE802154_FILTERING_4_FRAME_FIELDS; in drv_start()
|
H A D | cfg.c | 70 ret = drv_start(local, local->phy->filtering, &local->addr_filt); in ieee802154_resume()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 412 ((_a)->vlan_v2_caps.filtering.filtering_support.outer || \ 413 (_a)->vlan_v2_caps.filtering.filtering_support.inner))
|
H A D | iavf_virtchnl.c | 718 u16 max_vlans = adapter->vlan_v2_caps.filtering.max_filters; in iavf_add_vlans() 750 &adapter->vlan_v2_caps.filtering.filtering_support; in iavf_add_vlans() 900 &adapter->vlan_v2_caps.filtering.filtering_support; in iavf_del_vlans()
|
H A D | iavf_main.c | 878 return adapter->vlan_v2_caps.filtering.max_filters; in iavf_get_max_vlans_allowed() 915 netdev_err(netdev, "Max allowed VLAN filters %u. Remove existing VLANs or disable filtering via Ethtool if supported.\n", in iavf_vlan_rx_add_vid() 4608 &vlan_v2_caps->filtering.filtering_support; in iavf_get_netdev_vlan_features() 4656 /* give priority to outer filtering and don't bother if both in iavf_get_netdev_vlan_features() 4657 * outer and inner filtering are enabled in iavf_get_netdev_vlan_features() 4659 ethertype_init = vlan_v2_caps->filtering.ethertype_init; in iavf_get_netdev_vlan_features()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.c | 384 * these two conditions, which amounts to guest VLAN filtering in ice_vc_get_vlan_caps() 2329 /* Enable VLAN filtering on first non-zero VLAN */ in ice_vc_process_vlan_msg() 2384 /* Disable VLAN filtering when only VLAN 0 is left */ in ice_vc_process_vlan_msg() 2715 * filtering/offload capabilities since the port VLAN is using the outer VLAN 2724 /* until support for inner VLAN filtering is added when a port in ice_vc_set_dvm_caps() 2728 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_dvm_caps() 2747 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_dvm_caps() 2753 caps->filtering.ethertype_init = VIRTCHNL_VLAN_ETHERTYPE_8100 | in ice_vc_set_dvm_caps() 2785 caps->filtering.max_filters = ice_vc_get_max_vlan_fltrs(vf); in ice_vc_set_dvm_caps() 2795 * filtering o [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg802154.h | 240 /* Current filtering level on reception. 243 enum ieee802154_filtering_level filtering; member
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_feat.pl | 577 Output features for an specific architecture, optionally filtering for
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge.c | 1467 bool filtering; in mlx5_esw_bridge_vlan_filtering_set() local 1473 filtering = bridge->flags & MLX5_ESW_BRIDGE_VLAN_FILTERING_FLAG; in mlx5_esw_bridge_vlan_filtering_set() 1474 if (filtering == enable) in mlx5_esw_bridge_vlan_filtering_set()
|
/kernel/linux/linux-6.6/include/linux/avf/ |
H A D | virtchnl.h | 513 * The VF would interpret this as VLAN filtering can be supported on both 0x8100 540 * VLAN filtering if the underlying PF supports it. 544 * allows the VF to toggle VLAN filtering, stripping, and/or insertion it should 563 * for filtering, insertion, and stripping capabilities. 565 * If only outer capabilities are supported (for filtering, insertion, and/or 569 * If only inner capabilities are supported (for filtering, insertion, and/or 575 * If both outer and inner capabilities are supported (for filtering, insertion, 587 /* The PF populates these fields based on the supported VLAN filtering. If a 592 * Also, a VF is only allowed to toggle its VLAN filtering setting if the 596 * enabled for VLAN filtering 675 struct virtchnl_vlan_filtering_caps filtering; global() member [all...] |
Completed in 23 milliseconds