Searched refs:ndo_fix_features (Results 26 - 50 of 64) sorted by relevance

123

/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2253 .ndo_fix_features = atl1e_fix_features,
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c1708 .ndo_fix_features = alx_fix_features,
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2850 .ndo_fix_features = cxgb4vf_fix_features,
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c2087 .ndo_fix_features = nicvf_fix_features,
/linux-master/drivers/net/team/
H A Dteam_core.c2065 .ndo_fix_features = team_fix_features,
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1964 .ndo_fix_features = hns_nic_fix_features,
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2309 .ndo_fix_features = xgbe_fix_features,
/linux-master/drivers/net/
H A Dxen-netfront.c1688 .ndo_fix_features = xennet_fix_features,
H A Dmacsec.c3784 .ndo_fix_features = macsec_fix_features,
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c2031 .ndo_fix_features = netvsc_fix_features,
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c4566 .ndo_fix_features = sky2_fix_features,
4583 .ndo_fix_features = sky2_fix_features,
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c5682 .ndo_fix_features = nv_fix_features,
5699 .ndo_fix_features = nv_fix_features,
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c512 .ndo_fix_features = qlcnic_fix_features,
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c3235 .ndo_fix_features = liquidio_fix_features,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c561 .ndo_fix_features = netxen_fix_features,
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2886 .ndo_fix_features = atlx_fix_features,
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c3186 .ndo_fix_features = cxgb_fix_features,
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4759 .ndo_fix_features = iavf_fix_features,
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c3774 .ndo_fix_features = vmxnet3_fix_features,
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c840 .ndo_fix_features = e1000_fix_features,
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2772 .ndo_fix_features = otx2_fix_features,
/linux-master/drivers/net/ethernet/
H A Djme.c2897 .ndo_fix_features = jme_fix_features,
/linux-master/include/linux/
H A Dnetdevice.h1214 * netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1222 * feature set might be less than what was returned by ndo_fix_features()).
1491 netdev_features_t (*ndo_fix_features)(struct net_device *dev, member in struct:net_device_ops
/linux-master/net/core/
H A Ddev.c9968 if (dev->netdev_ops->ndo_fix_features)
9969 features = dev->netdev_ops->ndo_fix_features(dev, features);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c4475 .ndo_fix_features = mtk_fix_features,

Completed in 595 milliseconds

123