Searched refs:ndo_fix_features (Results 1 – 25 of 58) sorted by relevance
123
/Linux-v4.19/Documentation/networking/ |
D | netdev-features.txt | 36 This set is filtered by ndo_fix_features callback whenever it or 46 is calculated and filtered by calling ndo_fix_features callback 64 driver except by means of ndo_fix_features callback. 71 * ndo_fix_features: 90 be reliably detected in ndo_fix_features. In this case, the callback
|
/Linux-v4.19/net/hsr/ |
D | hsr_device.c | 389 .ndo_fix_features = hsr_fix_features,
|
/Linux-v4.19/net/bridge/ |
D | br_device.c | 392 .ndo_fix_features = br_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 646 .ndo_fix_features = qede_fix_features, 675 .ndo_fix_features = qede_fix_features, 693 .ndo_fix_features = qede_fix_features,
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | interface.c | 436 .ndo_fix_features = xenvif_fix_features,
|
/Linux-v4.19/net/8021q/ |
D | vlan_dev.c | 805 .ndo_fix_features = vlan_dev_fix_features,
|
/Linux-v4.19/drivers/net/ipvlan/ |
D | ipvlan_main.c | 413 .ndo_fix_features = ipvlan_fix_features,
|
/Linux-v4.19/drivers/net/ |
D | veth.c | 1015 .ndo_fix_features = veth_fix_features,
|
D | macvlan.c | 1104 .ndo_fix_features = macvlan_fix_features,
|
D | tun.c | 1248 .ndo_fix_features = tun_net_fix_features, 1324 .ndo_fix_features = tun_net_fix_features,
|
D | xen-netfront.c | 1274 .ndo_fix_features = xennet_fix_features,
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 2030 .ndo_fix_features = ipoib_fix_features, 2050 .ndo_fix_features = ipoib_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 972 .ndo_fix_features = t1_fix_features,
|
/Linux-v4.19/arch/um/drivers/ |
D | vector_kern.c | 1414 .ndo_fix_features = vector_fix_features,
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_l3_main.c | 2487 .ndo_fix_features = qeth_fix_features, 2503 .ndo_fix_features = qeth_fix_features,
|
D | qeth_l2_main.c | 889 .ndo_fix_features = qeth_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1604 .ndo_fix_features = ibmveth_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2936 .ndo_fix_features = mlx4_en_fix_features, 2970 .ndo_fix_features = mlx4_en_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1687 .ndo_fix_features = alx_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 346 .ndo_fix_features = ixgb_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 2040 .ndo_fix_features = nicvf_fix_features,
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1639 .ndo_fix_features = nes_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | lio_vf_main.c | 1875 .ndo_fix_features = liquidio_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 2251 .ndo_fix_features = atl1e_fix_features,
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 1956 .ndo_fix_features = hns_nic_fix_features,
|
123