| /Linux-v5.15/drivers/net/ethernet/sfc/ |
| D | ef100_rx.c | 67 unlikely(!(efx->net_dev->features & NETIF_F_RXALL))) in __ef100_rx_packet()
|
| D | efx.c | 1007 NETIF_F_TSO | NETIF_F_RXCSUM | NETIF_F_RXALL); in efx_pci_probe_post_io() 1021 net_dev->features &= ~NETIF_F_RXALL; in efx_pci_probe_post_io()
|
| D | ef100_nic.c | 700 NETIF_F_RXHASH | NETIF_F_RXFCS | NETIF_F_TSO_ECN | NETIF_F_RXALL | \
|
| D | farch.c | 924 if (efx->net_dev->features & NETIF_F_RXALL) in efx_farch_handle_rx_not_ok()
|
| D | ef10.c | 2697 if (!(efx->net_dev->features & NETIF_F_RXALL)) { in efx_ef10_handle_rx_event_errors()
|
| /Linux-v5.15/include/linux/ |
| D | netdev_features.h | 138 #define NETIF_F_RXALL __NETIF_F(RXALL) macro
|
| /Linux-v5.15/drivers/net/ethernet/realtek/ |
| D | 8139too.c | 907 if (!(changed & (NETIF_F_RXALL))) in rtl8139_set_features() 912 if (changed & NETIF_F_RXALL) { in rtl8139_set_features() 914 if (features & NETIF_F_RXALL) in rtl8139_set_features() 1013 dev->hw_features |= NETIF_F_RXALL; in rtl8139_init_one() 2012 if ((dev->features & NETIF_F_RXALL) && in rtl8139_rx() 2583 if (dev->features & NETIF_F_RXALL) in __set_rx_mode()
|
| D | r8169_main.c | 1489 if (features & NETIF_F_RXALL) in rtl_set_rx_config_features() 4538 if (!(dev->features & NETIF_F_RXALL)) in rtl_rx() 5421 dev->hw_features |= NETIF_F_RXALL; in rtl_init_one()
|
| /Linux-v5.15/drivers/net/ethernet/atheros/atl1e/ |
| D | atl1e_main.c | 302 if (features & NETIF_F_RXALL) { in __atl1e_rx_mode() 408 if (changed & NETIF_F_RXALL) in atl1e_set_features() 1070 if (netdev->features & NETIF_F_RXALL) in atl1e_setup_mac_ctrl() 1432 !(netdev->features & NETIF_F_RXALL)) { in atl1e_clean_rx_irq() 2276 netdev->hw_features |= NETIF_F_RXALL | NETIF_F_RXFCS; in atl1e_init_netdev()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ |
| D | e100.c | 1144 if (netdev->features & NETIF_F_RXALL) { in e100_configure() 2024 if (unlikely(dev->features & NETIF_F_RXALL)) { in e100_rx_indicate() 2805 if (!(changed & (NETIF_F_RXFCS | NETIF_F_RXALL))) in e100_set_features() 2839 netdev->hw_features |= NETIF_F_RXALL; in e100_probe()
|
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_vf.c | 658 netdev->hw_features |= NETIF_F_RXALL; in otx2vf_probe()
|
| D | otx2_txrx.c | 261 if (pfvf->netdev->features & NETIF_F_RXALL) in otx2_check_rcv_errors()
|
| D | otx2_pf.c | 2608 netdev->hw_features |= NETIF_F_LOOPBACK | NETIF_F_RXALL; in otx2_probe()
|
| /Linux-v5.15/drivers/net/ethernet/intel/e1000/ |
| D | e1000_main.c | 813 if (!(changed & (NETIF_F_RXCSUM | NETIF_F_RXALL))) in e1000_set_features() 1053 NETIF_F_RXALL | in e1000_probe() 1827 if (adapter->netdev->features & NETIF_F_RXALL) { in e1000_setup_rctl() 4181 } else if (netdev->features & NETIF_F_RXALL) { in e1000_clean_jumbo_rx_irq() 4433 } else if (netdev->features & NETIF_F_RXALL) { in e1000_clean_rx_irq()
|
| /Linux-v5.15/drivers/net/ethernet/intel/e1000e/ |
| D | netdev.c | 980 !(netdev->features & NETIF_F_RXALL))) { in e1000_clean_rx_irq() 1366 !(netdev->features & NETIF_F_RXALL))) { in e1000_clean_rx_irq_ps() 1561 !(netdev->features & NETIF_F_RXALL)))) { in e1000_clean_jumbo_rx_irq() 3169 if (adapter->netdev->features & NETIF_F_RXALL) { in e1000_setup_rctl() 7323 NETIF_F_RXALL))) in e1000_set_features() 7543 netdev->hw_features |= NETIF_F_RXALL; in e1000_probe()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_netdev.c | 2528 if (DEV_FEATURE_CHANGED(netdev, features, NETIF_F_RXALL)) { in mlx4_en_set_features() 2529 u8 ignore_fcs_value = (features & NETIF_F_RXALL) ? 1 : 0; in mlx4_en_set_features() 3393 dev->hw_features |= NETIF_F_RXALL; in mlx4_en_init_netdev()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 2459 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igb_set_features() 3297 NETIF_F_RXALL; in igb_probe() 4543 if (adapter->netdev->features & NETIF_F_RXALL) { in igb_setup_rctl() 5221 (netdev->features & NETIF_F_RXALL)) { in igb_set_rx_mode() 8562 if (!(netdev->features & NETIF_F_RXALL)) { in igb_cleanup_headers()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igc/ |
| D | igc_main.c | 824 if (adapter->netdev->features & NETIF_F_RXALL) { in igc_setup_rctl() 1902 if (!(netdev->features & NETIF_F_RXALL)) { in igc_cleanup_headers() 4942 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igc_set_features()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_main.c | 3464 err |= MLX5E_HANDLE_FEATURE(NETIF_F_RXALL, set_feature_rx_all); in mlx5e_set_features() 4493 netdev->hw_features |= NETIF_F_RXALL; in mlx5e_build_nic_netdev() 4505 netdev->features &= ~NETIF_F_RXALL; in mlx5e_build_nic_netdev()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 1893 !(netdev->features & NETIF_F_RXALL)))) { in ixgbe_cleanup_headers() 4957 if (features & NETIF_F_RXALL) { in ixgbe_set_rx_mode() 9777 if (changed & NETIF_F_RXALL) in ixgbe_set_features() 10829 NETIF_F_RXALL | in ixgbe_probe()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/ |
| D | ixgbevf_main.c | 745 if (!(netdev->features & NETIF_F_RXALL)) { in ixgbevf_cleanup_headers()
|