Home
last modified time | relevance | path

Searched refs:netdev_features_t (Results 126 – 150 of 217) sorted by relevance

123456789

/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c1760 netdev_features_t qede_features_check(struct sk_buff *skb, in qede_features_check()
1762 netdev_features_t features) in qede_features_check()
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1489 static int xgmac_set_features(struct net_device *dev, netdev_features_t features) in xgmac_set_features()
1494 netdev_features_t changed = dev->features ^ features; in xgmac_set_features()
/openbmc/linux/drivers/net/usb/
H A Dax88179_178a.c913 ax88179_set_features(struct net_device *net, netdev_features_t features) in ax88179_set_features()
917 netdev_features_t changed = net->features ^ features; in ax88179_set_features()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4918 netdev_features_t bnx2x_fix_features(struct net_device *dev, in bnx2x_fix_features()
4919 netdev_features_t features) in bnx2x_fix_features()
4924 netdev_features_t changed = dev->features ^ features; in bnx2x_fix_features()
4952 int bnx2x_set_features(struct net_device *dev, netdev_features_t features) in bnx2x_set_features()
4955 netdev_features_t changes = features ^ dev->features; in bnx2x_set_features()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c120 netdev_features_t wanted) in bcm_sysport_set_rx_csum()
157 netdev_features_t wanted) in bcm_sysport_set_tx_csum()
188 netdev_features_t features) in bcm_sysport_set_features()
/openbmc/linux/net/bridge/
H A Dbr_private.h903 netdev_features_t br_features_recompute(struct net_bridge *br,
904 netdev_features_t features);
/openbmc/linux/net/ipv4/
H A Daf_inet.c1370 netdev_features_t features) in inet_gso_segment()
1469 netdev_features_t features) in ipip_gso_segment()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c1236 netdev_features_t wanted_features, in mlxsw_sp_handle_feature()
1237 netdev_features_t feature, in mlxsw_sp_handle_feature()
1240 netdev_features_t changes = wanted_features ^ dev->features; in mlxsw_sp_handle_feature()
1262 netdev_features_t features) in mlxsw_sp_set_features()
1264 netdev_features_t oper_features = dev->features; in mlxsw_sp_set_features()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h1344 int gfar_set_features(struct net_device *dev, netdev_features_t features);
H A Dfec_main.c3661 netdev_features_t features) in fec_enet_set_netdev_features()
3664 netdev_features_t changed = features ^ netdev->features; in fec_enet_set_netdev_features()
3678 netdev_features_t features) in fec_set_features()
3681 netdev_features_t changed = features ^ netdev->features; in fec_set_features()
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1778 netdev_features_t features) in sxgbe_set_features()
1781 netdev_features_t changed = dev->features ^ features; in sxgbe_set_features()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c520 static netdev_features_t netxen_fix_features(struct net_device *dev, in netxen_fix_features()
521 netdev_features_t features) in netxen_fix_features()
533 netdev_features_t features) in netxen_set_features()
/openbmc/linux/drivers/net/ethernet/
H A Djme.c2663 static netdev_features_t
2664 jme_fix_features(struct net_device *netdev, netdev_features_t features) in jme_fix_features()
2672 jme_set_features(struct net_device *netdev, netdev_features_t features) in jme_set_features()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c147 netdev_features_t features);
2462 static netdev_features_t igb_fix_features(struct net_device *netdev, in igb_fix_features()
2463 netdev_features_t features) in igb_fix_features()
2477 netdev_features_t features) in igb_set_features()
2479 netdev_features_t changed = netdev->features ^ features; in igb_set_features()
2534 static netdev_features_t
2536 netdev_features_t features) in igb_features_check()
9228 static void igb_vlan_mode(struct net_device *netdev, netdev_features_t features) in igb_vlan_mode()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c1811 static netdev_features_t qeth_l3_osa_features_check(struct sk_buff *skb, in qeth_l3_osa_features_check()
1813 netdev_features_t features) in qeth_l3_osa_features_check()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1866 int otx2_handle_ntuple_tc_features(struct net_device *netdev, netdev_features_t features) in otx2_handle_ntuple_tc_features()
1868 netdev_features_t changed = features ^ netdev->features; in otx2_handle_ntuple_tc_features()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c1099 static netdev_features_t alx_fix_features(struct net_device *netdev, in alx_fix_features()
1100 netdev_features_t features) in alx_fix_features()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c890 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment()
964 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso()
/openbmc/linux/include/net/
H A Dmac80211.h1902 netdev_features_t netdev_features;
2904 netdev_features_t netdev_features;
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1272 static int cxgb_set_features(struct net_device *dev, netdev_features_t features) in cxgb_set_features()
1274 netdev_features_t changed = dev->features ^ features; in cxgb_set_features()
3836 static netdev_features_t cxgb_features_check(struct sk_buff *skb, in cxgb_features_check()
3838 netdev_features_t features) in cxgb_features_check()
3854 static netdev_features_t cxgb_fix_features(struct net_device *dev, in cxgb_fix_features()
3855 netdev_features_t features) in cxgb_fix_features()
/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c4874 static int nv_set_loopback(struct net_device *dev, netdev_features_t features) in nv_set_loopback()
4929 static netdev_features_t nv_fix_features(struct net_device *dev, in nv_fix_features()
4930 netdev_features_t features) in nv_fix_features()
4939 static void nv_vlan_mode(struct net_device *dev, netdev_features_t features) in nv_vlan_mode()
4960 static int nv_set_features(struct net_device *dev, netdev_features_t features) in nv_set_features()
4964 netdev_features_t changed = dev->features ^ features; in nv_set_features()
/openbmc/linux/include/linux/
H A Dskbuff.h4023 struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
4024 struct sk_buff *skb_segment_list(struct sk_buff *skb, netdev_features_t features,
4104 netdev_features_t features) in skb_needs_linearize()
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_main.c2222 static void qlge_vlan_mode(struct net_device *ndev, netdev_features_t features) in qlge_vlan_mode()
2239 netdev_features_t features) in qlge_update_hw_vlan_features()
2270 netdev_features_t features) in qlge_set_features()
2272 netdev_features_t changed = ndev->features ^ features; in qlge_set_features()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1455 static __le64 ionic_netdev_features_to_nic(netdev_features_t features) in ionic_netdev_features_to_nic()
1496 netdev_features_t features) in ionic_set_nic_features()
1574 netdev_features_t features; in ionic_init_nic_features()
1649 netdev_features_t features) in ionic_set_features()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h1173 netdev_features_t hw_features;

123456789