Searched refs:netdev_features_t (Results 1 - 118 of 118) sorted by relevance

/linux-4.1.27/net/mpls/
H A Dmpls_gso.c23 netdev_features_t features) mpls_gso_segment()
26 netdev_features_t mpls_features; mpls_gso_segment()
/linux-4.1.27/include/linux/
H A Dif_macvlan.h48 netdev_features_t set_features;
57 netdev_features_t tap_features;
H A Dnetdevice.h951 * netdev_features_t (*ndo_fix_features)(struct net_device *dev,
952 * netdev_features_t features);
957 * int (*ndo_set_features)(struct net_device *dev, netdev_features_t features);
1029 * netdev_features_t (*ndo_features_check) (struct sk_buff *skb,
1031 * netdev_features_t features);
1146 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1147 netdev_features_t features);
1149 netdev_features_t features);
1203 netdev_features_t (*ndo_features_check) (struct sk_buff *skb,
1205 netdev_features_t features);
1545 netdev_features_t features;
1546 netdev_features_t hw_features;
1547 netdev_features_t wanted_features;
1548 netdev_features_t vlan_features;
1549 netdev_features_t hw_enc_features;
1550 netdev_features_t mpls_features;
1985 netdev_features_t features);
3552 netdev_features_t features, bool tx_path);
3554 netdev_features_t features);
3570 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) skb_gso_segment()
3576 static inline bool can_checksum_protocol(netdev_features_t features, can_checksum_protocol()
3647 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, netdev_intersect_features()
3648 netdev_features_t f2) netdev_intersect_features()
3661 static inline netdev_features_t netdev_get_wanted_features( netdev_get_wanted_features()
3666 netdev_features_t netdev_increment_features(netdev_features_t all,
3667 netdev_features_t one, netdev_features_t mask);
3673 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, netdev_add_tso_features()
3674 netdev_features_t mask) netdev_add_tso_features()
3686 netdev_features_t passthru_features_check(struct sk_buff *skb,
3688 netdev_features_t features);
3689 netdev_features_t netif_skb_features(struct sk_buff *skb);
3691 static inline bool net_gso_ok(netdev_features_t features, int gso_type) net_gso_ok()
3693 netdev_features_t feature = gso_type << NETIF_F_GSO_SHIFT; net_gso_ok()
3713 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) skb_gso_ok()
3720 netdev_features_t features) netif_needs_gso()
H A Dnetdev_features.h15 typedef u64 netdev_features_t; typedef
82 #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit))
H A Dif_vlan.h274 static inline bool vlan_hw_offload_capable(netdev_features_t features, vlan_hw_offload_capable()
616 static inline netdev_features_t vlan_features_check(const struct sk_buff *skb, vlan_features_check()
617 netdev_features_t features) vlan_features_check()
H A Dskbuff.h2706 struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
2763 netdev_features_t features) skb_needs_linearize()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datlx.c221 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl) __atlx_vlan_mode()
233 netdev_features_t features) atlx_vlan_mode()
253 static netdev_features_t atlx_fix_features(struct net_device *netdev, atlx_fix_features()
254 netdev_features_t features) atlx_fix_features()
269 netdev_features_t features) atlx_set_features()
271 netdev_features_t changed = netdev->features ^ features; atlx_set_features()
H A Datl2.c363 static void __atl2_vlan_mode(netdev_features_t features, u32 *ctrl) __atl2_vlan_mode()
375 netdev_features_t features) atl2_vlan_mode()
394 static netdev_features_t atl2_fix_features(struct net_device *netdev, atl2_fix_features()
395 netdev_features_t features) atl2_fix_features()
410 netdev_features_t features) atl2_set_features()
412 netdev_features_t changed = netdev->features ^ features; atl2_set_features()
/linux-4.1.27/net/ipv4/
H A Dudp_offload.c29 netdev_features_t features, __skb_udp_tunnel_segment()
31 netdev_features_t features), __skb_udp_tunnel_segment()
39 netdev_features_t enc_features; __skb_udp_tunnel_segment()
141 netdev_features_t features, skb_udp_tunnel_segment()
149 netdev_features_t features); skb_udp_tunnel_segment()
179 netdev_features_t features) udp4_ufo_fragment()
H A Dgre_offload.c19 netdev_features_t features) gre_gso_segment()
22 netdev_features_t enc_features; gre_gso_segment()
H A Dtcp_offload.c33 netdev_features_t features) tcp4_gso_segment()
55 netdev_features_t features) tcp_gso_segment()
H A Daf_inet.c1203 netdev_features_t features) inet_gso_segment()
H A Dip_output.c221 netdev_features_t features; ip_finish_output_gso()
/linux-4.1.27/net/ipv6/
H A Dtcpv6_offload.c45 netdev_features_t features) tcp6_gso_segment()
H A Dudp_offload.c21 netdev_features_t features) udp6_ufo_fragment()
H A Dip6_offload.c58 netdev_features_t features) ipv6_gso_segment()
/linux-4.1.27/net/hsr/
H A Dhsr_device.c202 static netdev_features_t hsr_features_recompute(struct hsr_priv *hsr, hsr_features_recompute()
203 netdev_features_t features) hsr_features_recompute()
205 netdev_features_t mask; hsr_features_recompute()
226 static netdev_features_t hsr_fix_features(struct net_device *dev, hsr_fix_features()
227 netdev_features_t features) hsr_fix_features()
/linux-4.1.27/include/net/
H A Dvxlan.h153 static inline netdev_features_t vxlan_features_check(struct sk_buff *skb, vxlan_features_check()
154 netdev_features_t features) vxlan_features_check()
H A Dudp.h250 netdev_features_t features,
H A Dsock.h396 netdev_features_t sk_route_caps;
397 netdev_features_t sk_route_nocaps;
1784 static inline void sk_nocaps_add(struct sock *sk, netdev_features_t flags) sk_nocaps_add()
H A Dtcp.h1588 netdev_features_t features);
H A Dmac80211.h1987 netdev_features_t netdev_features;
/linux-4.1.27/drivers/net/ipvlan/
H A Dipvlan.h72 netdev_features_t sfeatures;
H A Dipvlan_main.c199 static netdev_features_t ipvlan_fix_features(struct net_device *dev, ipvlan_fix_features()
200 netdev_features_t features) ipvlan_fix_features()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.h81 void t1_vlan_mode(struct adapter *adapter, netdev_features_t features);
H A Dcxgb2.c850 static netdev_features_t t1_fix_features(struct net_device *dev, t1_fix_features()
851 netdev_features_t features) t1_fix_features()
865 static int t1_set_features(struct net_device *dev, netdev_features_t features) t1_set_features()
867 netdev_features_t changed = dev->features ^ features; t1_set_features()
H A Dsge.c731 void t1_vlan_mode(struct adapter *adapter, netdev_features_t features) t1_vlan_mode()
/linux-4.1.27/net/bridge/
H A Dbr_device.c220 static netdev_features_t br_fix_features(struct net_device *dev, br_fix_features()
221 netdev_features_t features) br_fix_features()
H A Dbr_if.c411 netdev_features_t br_features_recompute(struct net_bridge *br, br_features_recompute()
412 netdev_features_t features) br_features_recompute()
415 netdev_features_t mask; br_features_recompute()
H A Dbr_private.h428 netdev_features_t br_features_recompute(struct net_bridge *br,
429 netdev_features_t features);
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1041 static netdev_features_t qlcnic_process_flags(struct qlcnic_adapter *adapter, qlcnic_process_flags()
1042 netdev_features_t features) qlcnic_process_flags()
1074 netdev_features_t qlcnic_fix_features(struct net_device *netdev, qlcnic_fix_features()
1075 netdev_features_t features) qlcnic_fix_features()
1078 netdev_features_t changed; qlcnic_fix_features()
1101 int qlcnic_set_features(struct net_device *netdev, netdev_features_t features) qlcnic_set_features()
1104 netdev_features_t changed = netdev->features ^ features; qlcnic_set_features()
H A Dqlcnic.h1635 netdev_features_t qlcnic_fix_features(struct net_device *netdev,
1636 netdev_features_t features);
1637 int qlcnic_set_features(struct net_device *netdev, netdev_features_t features);
H A Dqlcnic_main.c506 static netdev_features_t qlcnic_features_check(struct sk_buff *skb, qlcnic_features_check()
508 netdev_features_t features) qlcnic_features_check()
/linux-4.1.27/net/core/
H A Dethtool.c122 BUILD_BUG_ON(ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t)); ethtool_get_features()
152 netdev_features_t wanted = 0, valid = 0; ethtool_set_features()
166 valid |= (netdev_features_t)features[i].valid << (32 * i); ethtool_set_features()
167 wanted |= (netdev_features_t)features[i].requested << (32 * i); ethtool_set_features()
220 static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) ethtool_get_feature_mask()
254 netdev_features_t mask = ethtool_get_feature_mask(ethcmd); ethtool_get_one_feature()
269 netdev_features_t mask; ethtool_set_one_feature()
315 netdev_features_t features = 0, changed; __ethtool_set_flags()
1748 netdev_features_t old_features; dev_ethtool()
H A Ddev.c2344 static const netdev_features_t null_features = 0; skb_warn_bad_offload()
2434 netdev_features_t features) skb_mac_gso_segment()
2486 netdev_features_t features, bool tx_path) __skb_gso_segment()
2560 static netdev_features_t net_mpls_features(struct sk_buff *skb, net_mpls_features()
2561 netdev_features_t features, net_mpls_features()
2570 static netdev_features_t net_mpls_features(struct sk_buff *skb, net_mpls_features()
2571 netdev_features_t features, net_mpls_features()
2578 static netdev_features_t harmonize_features(struct sk_buff *skb, harmonize_features()
2579 netdev_features_t features) harmonize_features()
2597 netdev_features_t passthru_features_check(struct sk_buff *skb, passthru_features_check()
2599 netdev_features_t features) passthru_features_check()
2605 static netdev_features_t dflt_features_check(const struct sk_buff *skb, dflt_features_check()
2607 netdev_features_t features) dflt_features_check()
2612 netdev_features_t netif_skb_features(struct sk_buff *skb) netif_skb_features()
2615 netdev_features_t features = dev->features; netif_skb_features()
2690 netdev_features_t features) validate_xmit_vlan()
2700 netdev_features_t features; validate_xmit_skb()
6094 static netdev_features_t netdev_fix_features(struct net_device *dev, netdev_fix_features()
6095 netdev_features_t features) netdev_fix_features()
6163 netdev_features_t features; __netdev_update_features()
7200 netdev_features_t netdev_increment_features(netdev_features_t all, netdev_increment_features()
7201 netdev_features_t one, netdev_features_t mask) netdev_increment_features()
H A Dnetpoll.c76 netdev_features_t features; netpoll_start_xmit()
H A Dskbuff.c3000 netdev_features_t features) skb_segment()
/linux-4.1.27/net/8021q/
H A Dvlan_dev.c607 static netdev_features_t vlan_dev_fix_features(struct net_device *dev, vlan_dev_fix_features()
608 netdev_features_t features) vlan_dev_fix_features()
611 netdev_features_t old_features = features; vlan_dev_fix_features()
/linux-4.1.27/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c260 int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features) vmxnet3_set_features()
264 netdev_features_t changed = features ^ netdev->features; vmxnet3_set_features()
H A Dvmxnet3_int.h413 vmxnet3_set_features(struct net_device *netdev, netdev_features_t features);
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c316 static void __atl1e_rx_mode(netdev_features_t features, u32 *mac_ctrl_data) __atl1e_rx_mode()
329 netdev_features_t features) atl1e_rx_mode()
344 static void __atl1e_vlan_mode(netdev_features_t features, u32 *mac_ctrl_data) __atl1e_vlan_mode()
356 netdev_features_t features) atl1e_vlan_mode()
402 static netdev_features_t atl1e_fix_features(struct net_device *netdev, atl1e_fix_features()
403 netdev_features_t features) atl1e_fix_features()
418 netdev_features_t features) atl1e_set_features()
420 netdev_features_t changed = netdev->features ^ features; atl1e_set_features()
/linux-4.1.27/drivers/net/
H A Dmacvlan.c949 static netdev_features_t macvlan_fix_features(struct net_device *dev, macvlan_fix_features()
950 netdev_features_t features) macvlan_fix_features()
953 netdev_features_t lowerdev_features = vlan->lowerdev->features; macvlan_fix_features()
954 netdev_features_t mask; macvlan_fix_features()
H A Dmacvtap.c295 netdev_features_t features = TAP_FEATURES; macvtap_handle_frame()
948 netdev_features_t features; set_offload()
949 netdev_features_t feature_mask = 0; set_offload()
H A Dtun.c186 netdev_features_t set_features;
862 static netdev_features_t tun_net_fix_features(struct net_device *dev, tun_net_fix_features()
863 netdev_features_t features) tun_net_fix_features()
1721 netdev_features_t features = 0; set_offload()
H A Dxen-netfront.c1111 static netdev_features_t xennet_fix_features(struct net_device *dev, xennet_fix_features()
1112 netdev_features_t features) xennet_fix_features()
1157 netdev_features_t features) xennet_set_features()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c122 netdev_features_t wanted) bcm_sysport_set_rx_csum()
157 netdev_features_t wanted) bcm_sysport_set_tx_csum()
177 netdev_features_t features) bcm_sysport_set_features()
179 netdev_features_t changed = features ^ dev->features; bcm_sysport_set_features()
180 netdev_features_t wanted = dev->wanted_features; bcm_sysport_set_features()
H A Dtg3.c8272 static void tg3_set_loopback(struct net_device *dev, netdev_features_t features) tg3_set_loopback()
8298 static netdev_features_t tg3_fix_features(struct net_device *dev, tg3_fix_features()
8299 netdev_features_t features) tg3_fix_features()
8309 static int tg3_set_features(struct net_device *dev, netdev_features_t features) tg3_set_features()
8311 netdev_features_t changed = dev->features ^ features; tg3_set_features()
17590 netdev_features_t features = 0; tg3_init_one()
H A Dbnx2.c7712 bnx2_set_features(struct net_device *dev, netdev_features_t features) bnx2_set_features()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h734 netdev_features_t features);
833 netdev_features_t new_features);
H A Den_main.c102 netdev_features_t features) mlx4_en_update_loopback_state()
H A Den_netdev.c2188 netdev_features_t features) mlx4_en_set_features()
2396 static netdev_features_t mlx4_en_features_check(struct sk_buff *skb, mlx4_en_features_check()
2398 netdev_features_t features) mlx4_en_features_check()
3012 netdev_features_t features) mlx4_en_reset_config()
H A Den_rx.c726 netdev_features_t dev_features) check_csum()
/linux-4.1.27/drivers/net/xen-netback/
H A Dinterface.c275 static netdev_features_t xenvif_fix_features(struct net_device *dev, xenvif_fix_features()
276 netdev_features_t features) xenvif_fix_features()
/linux-4.1.27/drivers/infiniband/hw/nes/
H A Dnes_nic.c1591 static void nes_vlan_mode(struct net_device *netdev, struct nes_device *nesdev, netdev_features_t features) nes_vlan_mode()
1612 static netdev_features_t nes_fix_features(struct net_device *netdev, netdev_features_t features) nes_fix_features()
1626 static int nes_set_features(struct net_device *netdev, netdev_features_t features) nes_set_features()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h612 netdev_features_t bnx2x_fix_features(struct net_device *dev,
613 netdev_features_t features);
614 int bnx2x_set_features(struct net_device *dev, netdev_features_t features);
H A Dbnx2x_cmn.c4814 netdev_features_t bnx2x_fix_features(struct net_device *dev, bnx2x_fix_features()
4815 netdev_features_t features) bnx2x_fix_features()
4820 netdev_features_t changed = dev->features ^ features; bnx2x_fix_features()
4845 int bnx2x_set_features(struct net_device *dev, netdev_features_t features) bnx2x_set_features()
4848 netdev_features_t changes = features ^ dev->features; bnx2x_set_features()
H A Dbnx2x_main.c12570 static netdev_features_t bnx2x_features_check(struct sk_buff *skb, bnx2x_features_check()
12572 netdev_features_t features) bnx2x_features_check()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c420 static void __atl1c_vlan_mode(netdev_features_t features, u32 *mac_ctrl_data) __atl1c_vlan_mode()
432 netdev_features_t features) atl1c_vlan_mode()
497 static netdev_features_t atl1c_fix_features(struct net_device *netdev, atl1c_fix_features()
498 netdev_features_t features) atl1c_fix_features()
516 netdev_features_t features) atl1c_set_features()
518 netdev_features_t changed = netdev->features ^ features; atl1c_set_features()
/linux-4.1.27/drivers/net/ethernet/ibm/
H A Dibmveth.c745 static netdev_features_t ibmveth_fix_features(struct net_device *dev, ibmveth_fix_features()
746 netdev_features_t features) ibmveth_fix_features()
850 netdev_features_t features) ibmveth_set_features()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c331 static netdev_features_t ixgb_fix_features()
332 ixgb_fix_features(struct net_device *netdev, netdev_features_t features) ixgb_fix_features()
345 ixgb_set_features(struct net_device *netdev, netdev_features_t features) ixgb_set_features()
348 netdev_features_t changed = features ^ netdev->features; ixgb_set_features()
/linux-4.1.27/net/sched/
H A Dsch_tbf.c162 netdev_features_t features = netif_skb_features(skb); tbf_segment()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1353 static netdev_features_t fm10k_features_check(struct sk_buff *skb, fm10k_features_check()
1355 netdev_features_t features) fm10k_features_check()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
H A Dmain.c738 static netdev_features_t alx_fix_features(struct net_device *netdev, alx_fix_features()
739 netdev_features_t features) alx_fix_features()
/linux-4.1.27/drivers/net/usb/
H A Dr8152.c1372 netdev_features_t features = tp->netdev->features; r8152_csum_workaround()
1967 static netdev_features_t rtl8152_features_check()
1969 netdev_features_t features) rtl8152_features_check()
2244 netdev_features_t features) rtl8152_set_features()
2246 netdev_features_t changed = features ^ dev->features; rtl8152_set_features()
H A Dax88179_178a.c877 ax88179_set_features(struct net_device *net, netdev_features_t features) ax88179_set_features()
881 netdev_features_t changed = net->features ^ features; ax88179_set_features()
H A Dsmsc95xx.c626 netdev_features_t features) smsc95xx_set_features()
H A Dsmsc75xx.c930 netdev_features_t features) smsc75xx_set_features()
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c414 netdev_features_t wanted) bcmgenet_set_rx_csum()
445 netdev_features_t wanted) bcmgenet_set_tx_csum()
473 netdev_features_t features) bcmgenet_set_features()
475 netdev_features_t changed = features ^ dev->features; bcmgenet_set_features()
476 netdev_features_t wanted = dev->wanted_features; bcmgenet_set_features()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1177 static void cxgb_vlan_mode(struct net_device *dev, netdev_features_t features) cxgb_vlan_mode()
2560 static netdev_features_t cxgb_fix_features(struct net_device *dev, cxgb_fix_features()
2561 netdev_features_t features) cxgb_fix_features()
2575 static int cxgb_set_features(struct net_device *dev, netdev_features_t features) cxgb_set_features()
2577 netdev_features_t changed = dev->features ^ features; cxgb_set_features()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_main.c171 netdev_features_t features);
808 static netdev_features_t e1000_fix_features(struct net_device *netdev, e1000_fix_features()
809 netdev_features_t features) e1000_fix_features()
823 netdev_features_t features) e1000_set_features()
826 netdev_features_t changed = features ^ netdev->features; e1000_set_features()
4885 netdev_features_t features) __e1000_vlan_mode()
4930 netdev_features_t features) e1000_vlan_mode()
/linux-4.1.27/drivers/net/team/
H A Dteam.c1920 static netdev_features_t team_fix_features(struct net_device *dev, team_fix_features()
1921 netdev_features_t features) team_fix_features()
1925 netdev_features_t mask; team_fix_features()
/linux-4.1.27/lib/
H A Dvsprintf.c1309 spec.field_width = 2 + 2 * sizeof(netdev_features_t); netdev_feature_string()
1312 return number(buf, end, *(const netdev_features_t *)addr, spec); netdev_feature_string()
1433 * - 'NF' For a netdev_features_t
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1147 static netdev_features_t cxgb4vf_fix_features(struct net_device *dev, cxgb4vf_fix_features()
1148 netdev_features_t features) cxgb4vf_fix_features()
1163 netdev_features_t features) cxgb4vf_set_features()
1166 netdev_features_t changed = dev->features ^ features; cxgb4vf_set_features()
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_main.c2949 netdev_features_t features) fec_enet_set_netdev_features()
2952 netdev_features_t changed = features ^ netdev->features; fec_enet_set_netdev_features()
2966 netdev_features_t features) fec_set_features()
2969 netdev_features_t changed = features ^ netdev->features; fec_set_features()
H A Dgianfar_ethtool.c598 int gfar_set_features(struct net_device *dev, netdev_features_t features) gfar_set_features()
600 netdev_features_t changed = dev->features ^ features; gfar_set_features()
H A Dgianfar.h1308 int gfar_set_features(struct net_device *dev, netdev_features_t features);
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e.h648 bool i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features);
H A Di40e_fcoe.c1435 netdev_features_t features) i40e_fcoe_set_features()
H A Di40e_main.c7754 bool i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features) i40e_set_ntuple()
7793 netdev_features_t features) i40e_set_features()
/linux-4.1.27/drivers/net/ethernet/davicom/
H A Ddm9000.c596 netdev_features_t features) dm9000_set_features()
599 netdev_features_t changed = dev->features ^ features; dm9000_set_features()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c188 static netdev_features_t ipoib_fix_features(struct net_device *dev, netdev_features_t features) ipoib_fix_features()
/linux-4.1.27/drivers/net/bonding/
H A Dbond_main.c1032 static netdev_features_t bond_fix_features(struct net_device *dev, bond_fix_features()
1033 netdev_features_t features) bond_fix_features()
1037 netdev_features_t mask; bond_fix_features()
1069 netdev_features_t vlan_features = BOND_VLAN_FEATURES; bond_compute_features()
1070 netdev_features_t enc_features = BOND_ENC_FEATURES; bond_compute_features()
1765 netdev_features_t old_features = bond_dev->features; __bond_release_one()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dsky2.c1294 static void rx_set_rss(struct net_device *dev, netdev_features_t features) rx_set_rss()
1417 static void sky2_vlan_mode(struct net_device *dev, netdev_features_t features) sky2_vlan_mode()
4372 static netdev_features_t sky2_fix_features(struct net_device *dev, sky2_fix_features()
4373 netdev_features_t features) sky2_fix_features()
4397 static int sky2_set_features(struct net_device *dev, netdev_features_t features) sky2_set_features()
4400 netdev_features_t changed = dev->features ^ features; sky2_set_features()
H A Dmvneta.c2549 static netdev_features_t mvneta_fix_features(struct net_device *dev, mvneta_fix_features()
2550 netdev_features_t features) mvneta_fix_features()
H A Dmv643xx_eth.c1665 mv643xx_eth_set_features(struct net_device *dev, netdev_features_t features) mv643xx_eth_set_features()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c2333 static void qlge_vlan_mode(struct net_device *ndev, netdev_features_t features) qlge_vlan_mode()
2350 netdev_features_t features) qlge_update_hw_vlan_features()
2380 static netdev_features_t qlge_fix_features(struct net_device *ndev, qlge_fix_features()
2381 netdev_features_t features) qlge_fix_features()
2394 netdev_features_t features) qlge_set_features()
2396 netdev_features_t changed = ndev->features ^ features; qlge_set_features()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c2670 static netdev_features_t vxge_fix_features(struct net_device *dev, vxge_fix_features()
2671 netdev_features_t features) vxge_fix_features()
2673 netdev_features_t changed = dev->features ^ features; vxge_fix_features()
2685 static int vxge_set_features(struct net_device *dev, netdev_features_t features) vxge_set_features()
2688 netdev_features_t changed = dev->features ^ features; vxge_set_features()
/linux-4.1.27/drivers/net/ethernet/
H A Djme.c2756 static netdev_features_t jme_fix_features()
2757 jme_fix_features(struct net_device *netdev, netdev_features_t features) jme_fix_features()
2765 jme_set_features(struct net_device *netdev, netdev_features_t features) jme_set_features()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c539 static netdev_features_t netxen_fix_features(struct net_device *dev, netxen_fix_features()
540 netdev_features_t features) netxen_fix_features()
552 netdev_features_t features) netxen_set_features()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2382 static netdev_features_t stmmac_fix_features(struct net_device *dev, stmmac_fix_features()
2383 netdev_features_t features) stmmac_fix_features()
2405 netdev_features_t features) stmmac_set_features()
/linux-4.1.27/drivers/s390/net/
H A Dqeth_l3_main.c3182 static netdev_features_t qeth_l3_fix_features(struct net_device *dev, qeth_l3_fix_features()
3183 netdev_features_t features) qeth_l3_fix_features()
3198 netdev_features_t features) qeth_l3_set_features()
/linux-4.1.27/drivers/net/ethernet/nvidia/
H A Dforcedeth.c4767 static int nv_set_loopback(struct net_device *dev, netdev_features_t features) nv_set_loopback()
4822 static netdev_features_t nv_fix_features(struct net_device *dev, nv_fix_features()
4823 netdev_features_t features) nv_fix_features()
4832 static void nv_vlan_mode(struct net_device *dev, netdev_features_t features) nv_vlan_mode()
4853 static int nv_set_features(struct net_device *dev, netdev_features_t features) nv_set_features()
4857 netdev_features_t changed = dev->features ^ features; nv_set_features()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1794 netdev_features_t features) sxgbe_set_features()
1797 netdev_features_t changed = dev->features ^ features; sxgbe_set_features()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1725 netdev_features_t features) xgbe_set_features()
1729 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; xgbe_set_features()
H A Dxgbe.h750 netdev_features_t netdev_features;
/linux-4.1.27/drivers/net/ethernet/calxeda/
H A Dxgmac.c1512 static int xgmac_set_features(struct net_device *dev, netdev_features_t features) xgmac_set_features()
1517 netdev_features_t changed = dev->features ^ features; xgmac_set_features()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dmain.c1124 netdev_features_t features) ath6kl_set_features()
/linux-4.1.27/net/mac80211/
H A Dmain.c795 netdev_features_t feature_whitelist; ieee80211_register_hw()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Dr8169.c2012 static netdev_features_t rtl8169_fix_features(struct net_device *dev, rtl8169_fix_features()
2013 netdev_features_t features) rtl8169_fix_features()
2028 netdev_features_t features) __rtl8169_set_features()
2059 netdev_features_t features) rtl8169_set_features()
6872 netdev_features_t features = tp->dev->features; r8169_csum_workaround()
H A D8139too.c900 static int rtl8139_set_features(struct net_device *dev, netdev_features_t features) rtl8139_set_features()
904 netdev_features_t changed = features ^ dev->features; rtl8139_set_features()
H A D8139cp.c1459 static int cp_set_features(struct net_device *dev, netdev_features_t features) cp_set_features()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_main.c159 netdev_features_t features);
2043 static netdev_features_t igb_fix_features(struct net_device *netdev, igb_fix_features()
2044 netdev_features_t features) igb_fix_features()
2058 netdev_features_t features) igb_set_features()
2060 netdev_features_t changed = netdev->features ^ features; igb_set_features()
7220 static void igb_vlan_mode(struct net_device *netdev, netdev_features_t features) igb_vlan_mode()
/linux-4.1.27/drivers/net/ethernet/intel/
H A De100.c2814 netdev_features_t features) e100_set_features()
2817 netdev_features_t changed = features ^ netdev->features; e100_set_features()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2322 netdev_features_t features) pch_gbe_set_features()
2325 netdev_features_t changed = features ^ netdev->features; pch_gbe_set_features()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
H A Dbnad.c3366 static int bnad_set_features(struct net_device *dev, netdev_features_t features) bnad_set_features()
3369 netdev_features_t changed = features ^ dev->features; bnad_set_features()
/linux-4.1.27/drivers/net/ethernet/cadence/
H A Dmacb.c2103 netdev_features_t features) macb_set_features()
2106 netdev_features_t changed = features ^ netdev->features; macb_set_features()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7769 static netdev_features_t ixgbe_fix_features(struct net_device *netdev, ixgbe_fix_features()
7770 netdev_features_t features) ixgbe_fix_features()
7786 netdev_features_t features) ixgbe_set_features()
7789 netdev_features_t changed = netdev->features ^ features; ixgbe_set_features()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dnet_driver.h1356 netdev_features_t offload_features;
H A Defx.c2191 static int efx_set_features(struct net_device *net_dev, netdev_features_t data) efx_set_features()
/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilegx.c2171 netdev_features_t features = 0; tile_net_setup()
H A Dtilepro.c2253 netdev_features_t features = 0; tile_net_setup()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1405 static int cxgb_set_features(struct net_device *dev, netdev_features_t features) cxgb_set_features()
1408 netdev_features_t changed = dev->features ^ features; cxgb_set_features()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4959 static netdev_features_t be_features_check(struct sk_buff *skb, be_features_check()
4961 netdev_features_t features) be_features_check()
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2589 netdev_features_t features) igbvf_set_features()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6680 netdev_features_t features) e1000_set_features()
6683 netdev_features_t changed = features ^ netdev->features; e1000_set_features()
/linux-4.1.27/drivers/net/ethernet/neterion/
H A Ds2io.c6612 static int s2io_set_features(struct net_device *dev, netdev_features_t features) s2io_set_features()
6615 netdev_features_t changed = (features ^ dev->features) & NETIF_F_LRO; s2io_set_features()
/linux-4.1.27/net/packet/
H A Daf_packet.c249 netdev_features_t features; packet_direct_xmit()
/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c6582 netdev_features_t features) netdev_set_features()

Completed in 6560 milliseconds