Home
last modified time | relevance | path

Searched refs:NETIF_F_RXALL (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/include/linux/
A Dnetdev_features.h138 #define NETIF_F_RXALL __NETIF_F(RXALL) macro
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100_rx.c78 unlikely(!(efx->net_dev->features & NETIF_F_RXALL))) in __ef100_rx_packet()
A Defx.c1005 NETIF_F_TSO | NETIF_F_RXCSUM | NETIF_F_RXALL); in efx_pci_probe_post_io()
1022 net_dev->features &= ~NETIF_F_RXALL; in efx_pci_probe_post_io()
A Def100_nic.c1221 NETIF_F_RXHASH | NETIF_F_RXFCS | NETIF_F_TSO_ECN | NETIF_F_RXALL | \
A Def10.c2710 if (!(efx->net_dev->features & NETIF_F_RXALL)) { in efx_ef10_handle_rx_event_errors()
/linux-6.3-rc2/drivers/net/ethernet/realtek/
A D8139too.c907 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()
1014 dev->hw_features |= NETIF_F_RXALL; in rtl8139_init_one()
2013 if ((dev->features & NETIF_F_RXALL) && in rtl8139_rx()
2584 if (dev->features & NETIF_F_RXALL) in __set_rx_mode()
A Dr8169_main.c1445 if (features & NETIF_F_RXALL) in rtl_set_rx_config_features()
4437 if (!(dev->features & NETIF_F_RXALL)) in rtl_rx()
5302 dev->hw_features |= NETIF_F_RXALL; in rtl_init_one()
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/
A Datl1e_main.c302 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-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx.c987 NETIF_F_TSO | NETIF_F_RXCSUM | NETIF_F_RXALL); in efx_pci_probe_post_io()
1001 net_dev->features &= ~NETIF_F_RXALL; in efx_pci_probe_post_io()
A Dfarch.c926 if (efx->net_dev->features & NETIF_F_RXALL) in efx_farch_handle_rx_not_ok()
/linux-6.3-rc2/drivers/net/ethernet/wangxun/ngbe/
A Dngbe_main.c559 NETIF_F_RXALL; in ngbe_probe()
/linux-6.3-rc2/drivers/net/ethernet/wangxun/txgbe/
A Dtxgbe_main.c602 netdev->hw_features |= netdev->features | NETIF_F_RXALL; in txgbe_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/
A De100.c1144 if (netdev->features & NETIF_F_RXALL) { in e100_configure()
2020 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-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_vf.c652 netdev->hw_features |= NETIF_F_RXALL; in otx2vf_probe()
A Dotx2_txrx.c331 if (pfvf->netdev->features & NETIF_F_RXALL) in otx2_check_rcv_errors()
A Dotx2_pf.c2878 netdev->hw_features |= NETIF_F_LOOPBACK | NETIF_F_RXALL; in otx2_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000_main.c813 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()
4183 } else if (netdev->features & NETIF_F_RXALL) { in e1000_clean_jumbo_rx_irq()
4432 } else if (netdev->features & NETIF_F_RXALL) { in e1000_clean_rx_irq()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A Dnetdev.c984 !(netdev->features & NETIF_F_RXALL))) { in e1000_clean_rx_irq()
1370 !(netdev->features & NETIF_F_RXALL))) { in e1000_clean_rx_irq_ps()
1557 !(netdev->features & NETIF_F_RXALL)))) { in e1000_clean_jumbo_rx_irq()
3162 if (adapter->netdev->features & NETIF_F_RXALL) { in e1000_setup_rctl()
7322 NETIF_F_RXALL))) in e1000_set_features()
7533 netdev->hw_features |= NETIF_F_RXALL; in e1000_probe()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_netdev.c2527 if (DEV_FEATURE_CHANGED(netdev, features, NETIF_F_RXALL)) { in mlx4_en_set_features()
2528 u8 ignore_fcs_value = (features & NETIF_F_RXALL) ? 1 : 0; in mlx4_en_set_features()
3398 dev->hw_features |= NETIF_F_RXALL; in mlx4_en_init_netdev()
/linux-6.3-rc2/drivers/net/ethernet/wangxun/libwx/
A Dwx_hw.c1222 if (netdev->features & NETIF_F_RXALL) { in wx_set_rx_mode()
A Dwx_lib.c406 !(netdev->features & NETIF_F_RXALL))) { in wx_cleanup_headers()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_main.c2485 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igb_set_features()
3339 NETIF_F_RXALL; in igb_probe()
4602 if (adapter->netdev->features & NETIF_F_RXALL) { in igb_setup_rctl()
5283 (netdev->features & NETIF_F_RXALL)) { in igb_set_rx_mode()
8740 if (!(netdev->features & NETIF_F_RXALL)) { in igb_cleanup_headers()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4020 err |= MLX5E_HANDLE_FEATURE(NETIF_F_RXALL, set_feature_rx_all); in mlx5e_set_features()
5133 netdev->hw_features |= NETIF_F_RXALL; in mlx5e_build_nic_netdev()
5145 netdev->features &= ~NETIF_F_RXALL; in mlx5e_build_nic_netdev()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_main.c828 if (adapter->netdev->features & NETIF_F_RXALL) { in igc_setup_rctl()
2034 if (!(netdev->features & NETIF_F_RXALL)) { in igc_cleanup_headers()
5135 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igc_set_features()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c1896 !(netdev->features & NETIF_F_RXALL)))) { in ixgbe_cleanup_headers()
4963 if (features & NETIF_F_RXALL) { in ixgbe_set_rx_mode()
9931 if (changed & NETIF_F_RXALL) in ixgbe_set_features()
11003 NETIF_F_RXALL | in ixgbe_probe()

Completed in 142 milliseconds

12