Searched refs:rx_filters (Results 51 - 69 of 69) sorted by relevance

123

/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c2022 info->rx_filters =
2038 info->rx_filters = 0;
/linux-master/drivers/net/phy/
H A Dmicrel.c2401 info->rx_filters =
3725 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |
/linux-master/drivers/net/ethernet/renesas/
H A Drswitch.c1824 info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) | BIT(HWTSTAMP_FILTER_ALL);
H A Dravb_main.c1712 info->rx_filters =
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1926 info->rx_filters =
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1569 ts_info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c2331 info->rx_filters = (BIT(HWTSTAMP_FILTER_NONE) |
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1520 info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) |
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2574 info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) |
2580 info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V1_L4_SYNC) |
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c4854 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |
4859 info->rx_filters |= (1 << HWTSTAMP_FILTER_ALL);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2522 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c3654 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |
/linux-master/include/net/
H A Dcfg80211.h3795 * @rx_filters: rx filters that are matched with corresponding peer's tx_filter
3797 * @num_rx_filters: length of &rx_filters.
3821 struct cfg80211_nan_func_filter *rx_filters; member in struct:cfg80211_nan_func
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c2785 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3456 info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) | BIT(HWTSTAMP_FILTER_ALL);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c3399 info->rx_filters =
/linux-master/net/wireless/
H A Dnl80211.c14327 BUILD_BUG_ON(sizeof(*func->rx_filters) != sizeof(*func->tx_filters));
14329 filter = kcalloc(n_entries, sizeof(*func->rx_filters), GFP_KERNEL);
14347 func->rx_filters = filter;
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5274 info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) |
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c6165 info->rx_filters = (1 << HWTSTAMP_FILTER_NONE) |

Completed in 568 milliseconds

123