Home
last modified time | relevance | path

Searched refs:netdev_features_t (Results 76 – 100 of 217) sorted by relevance

123456789

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c1763 netdev_features_t features) in nicvf_config_loopback()
1774 static netdev_features_t nicvf_fix_features(struct net_device *netdev, in nicvf_fix_features()
1775 netdev_features_t features) in nicvf_fix_features()
1787 netdev_features_t features) in nicvf_set_features()
1790 netdev_features_t changed = features ^ netdev->features; in nicvf_set_features()
/openbmc/linux/drivers/net/
H A Dmacvlan.c1105 static netdev_features_t macvlan_fix_features(struct net_device *dev, in macvlan_fix_features()
1106 netdev_features_t features) in macvlan_fix_features()
1109 netdev_features_t lowerdev_features = vlan->lowerdev->features; in macvlan_fix_features()
1110 netdev_features_t mask; in macvlan_fix_features()
H A Dveth.c1516 static netdev_features_t veth_fix_features(struct net_device *dev, in veth_fix_features()
1517 netdev_features_t features) in veth_fix_features()
1534 netdev_features_t features) in veth_set_features()
1536 netdev_features_t changed = features ^ dev->features; in veth_set_features()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3438 netdev_features_t csumo_features; in ice_set_netdev_features()
3439 netdev_features_t vlano_features; in ice_set_netdev_features()
3440 netdev_features_t dflt_features; in ice_set_netdev_features()
3441 netdev_features_t tso_features; in ice_set_netdev_features()
6012 static netdev_features_t
6013 ice_fix_features(struct net_device *netdev, netdev_features_t features) in ice_fix_features()
6016 netdev_features_t req_vlan_fltr, cur_vlan_fltr; in ice_fix_features()
6151 netdev_features_t current_vlan_features, requested_vlan_features; in ice_set_vlan_features()
6217 netdev_features_t changed = netdev->features ^ features; in ice_set_features()
9244 static netdev_features_t
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c102 netdev_features_t features) in mlx4_en_update_loopback_state()
H A Den_netdev.c2495 static netdev_features_t mlx4_en_fix_features(struct net_device *netdev, in mlx4_en_fix_features()
2496 netdev_features_t features) in mlx4_en_fix_features()
2515 netdev_features_t features) in mlx4_en_set_features()
2676 static netdev_features_t mlx4_en_features_check(struct sk_buff *skb, in mlx4_en_features_check()
2678 netdev_features_t features) in mlx4_en_features_check()
3441 netdev_features_t features) in mlx4_en_reset_config()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c727 netdev_features_t feat) in gve_rx_complete_skb()
761 netdev_features_t feat = napi->dev->features; in gve_rx_poll_dqo()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4042 netdev_features_t *features, in mlx5e_handle_feature()
4043 netdev_features_t feature, in mlx5e_handle_feature()
4046 netdev_features_t changes = *features ^ netdev->features; in mlx5e_handle_feature()
4083 int mlx5e_set_features(struct net_device *netdev, netdev_features_t features) in mlx5e_set_features()
4085 netdev_features_t oper_features = features; in mlx5e_set_features()
4116 netdev_features_t features) in mlx5e_fix_uplink_rep_features()
4141 static netdev_features_t mlx5e_fix_features(struct net_device *netdev, in mlx5e_fix_features()
4142 netdev_features_t features) in mlx5e_fix_features()
4673 netdev_features_t features) in mlx5e_tunnel_features_check()
4726 netdev_features_t mlx5e_features_check(struct sk_buff *skb, in mlx5e_features_check()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c913 netdev_features_t qede_fix_features(struct net_device *dev, in qede_fix_features()
914 netdev_features_t features) in qede_fix_features()
925 int qede_set_features(struct net_device *dev, netdev_features_t features) in qede_set_features()
928 netdev_features_t changes = features ^ dev->features; in qede_set_features()
/openbmc/linux/drivers/net/netdevsim/
H A Dnetdev.c258 nsim_set_features(struct net_device *dev, netdev_features_t features) in nsim_set_features()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h610 netdev_features_t netdev_features;
H A Ddwc-xlgmac-net.c879 netdev_features_t features) in xlgmac_set_features()
881 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features()
/openbmc/linux/arch/um/drivers/
H A Dvector_kern.c1340 static netdev_features_t vector_fix_features(struct net_device *dev, in vector_fix_features()
1341 netdev_features_t features) in vector_fix_features()
1348 netdev_features_t features) in vector_set_features()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_main.c238 static netdev_features_t ipvlan_fix_features(struct net_device *dev, in ipvlan_fix_features()
239 netdev_features_t features) in ipvlan_fix_features()
/openbmc/linux/drivers/net/team/
H A Dteam.c993 netdev_features_t vlan_features = TEAM_VLAN_FEATURES & in __team_compute_features()
995 netdev_features_t enc_features = TEAM_ENC_FEATURES; in __team_compute_features()
2006 static netdev_features_t team_fix_features(struct net_device *dev, in team_fix_features()
2007 netdev_features_t features) in team_fix_features()
2011 netdev_features_t mask; in team_fix_features()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst572 用于打印netdev_features_t
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c6772 netdev_features_t features; in qeth_enable_hw_features()
6792 netdev_features_t changed, in qeth_check_restricted_features()
6793 netdev_features_t actual) in qeth_check_restricted_features()
6795 netdev_features_t ipv6_features = NETIF_F_TSO6; in qeth_check_restricted_features()
6796 netdev_features_t ipv4_features = NETIF_F_TSO; in qeth_check_restricted_features()
6812 netdev_features_t changed = dev->features ^ features; in qeth_set_features()
6862 netdev_features_t qeth_fix_features(struct net_device *dev, in qeth_fix_features()
6863 netdev_features_t features) in qeth_fix_features()
6885 netdev_features_t qeth_features_check(struct sk_buff *skb, in qeth_features_check()
6887 netdev_features_t features) in qeth_features_check()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h368 netdev_features_t current_netdev_promisc_flags;
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h430 void enetc_set_features(struct net_device *ndev, netdev_features_t features);
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c1532 static netdev_features_t rtl8169_fix_features(struct net_device *dev, in rtl8169_fix_features()
1533 netdev_features_t features) in rtl8169_fix_features()
1548 netdev_features_t features) in rtl_set_rx_config_features()
1568 netdev_features_t features) in rtl8169_set_features()
4330 static netdev_features_t rtl8168evl_fix_tso(struct sk_buff *skb, in rtl8168evl_fix_tso()
4331 netdev_features_t features) in rtl8168evl_fix_tso()
4349 static netdev_features_t rtl8169_features_check(struct sk_buff *skb, in rtl8169_features_check()
4351 netdev_features_t features) in rtl8169_features_check()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1907 static netdev_features_t netvsc_fix_features(struct net_device *ndev, in netvsc_fix_features()
1908 netdev_features_t features) in netvsc_fix_features()
1925 netdev_features_t features) in netvsc_set_features()
1927 netdev_features_t change = features ^ ndev->features; in netvsc_set_features()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c772 static netdev_features_t ibmveth_fix_features(struct net_device *dev, in ibmveth_fix_features()
773 netdev_features_t features) in ibmveth_fix_features()
934 netdev_features_t features) in ibmveth_set_features()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c836 netdev_features_t features) in ocelot_vlan_mode()
850 netdev_features_t features) in ocelot_set_features()
852 netdev_features_t changed = dev->features ^ features; in ocelot_set_features()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c143 netdev_features_t features);
790 static netdev_features_t e1000_fix_features(struct net_device *netdev, in e1000_fix_features()
791 netdev_features_t features) in e1000_fix_features()
805 netdev_features_t features) in e1000_set_features()
808 netdev_features_t changed = features ^ netdev->features; in e1000_set_features()
4886 netdev_features_t features) in __e1000_vlan_mode()
4931 netdev_features_t features) in e1000_vlan_mode()
/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c918 ax88796c_set_features(struct net_device *ndev, netdev_features_t features) in ax88796c_set_features()
921 netdev_features_t changed = features ^ ndev->features; in ax88796c_set_features()

123456789