Lines Matching defs:net_device_ops
1045 struct net_device_ops { struct
1046 int (*ndo_init)(struct net_device *dev);
1047 void (*ndo_uninit)(struct net_device *dev);
1048 int (*ndo_open)(struct net_device *dev);
1049 int (*ndo_stop)(struct net_device *dev);
1050 netdev_tx_t (*ndo_start_xmit) (struct sk_buff *skb,
1052 u16 (*ndo_select_queue)(struct net_device *dev,
1056 void (*ndo_change_rx_flags)(struct net_device *dev,
1058 void (*ndo_set_rx_mode)(struct net_device *dev);
1059 int (*ndo_set_mac_address)(struct net_device *dev,
1061 int (*ndo_validate_addr)(struct net_device *dev);
1062 int (*ndo_do_ioctl)(struct net_device *dev,
1064 int (*ndo_set_config)(struct net_device *dev,
1066 int (*ndo_change_mtu)(struct net_device *dev,
1068 int (*ndo_neigh_setup)(struct net_device *dev,
1070 void (*ndo_tx_timeout) (struct net_device *dev);
1072 struct rtnl_link_stats64* (*ndo_get_stats64)(struct net_device *dev,
1074 struct net_device_stats* (*ndo_get_stats)(struct net_device *dev);
1076 int (*ndo_vlan_rx_add_vid)(struct net_device *dev,
1078 int (*ndo_vlan_rx_kill_vid)(struct net_device *dev,
1081 void (*ndo_poll_controller)(struct net_device *dev);
1082 int (*ndo_netpoll_setup)(struct net_device *dev,
1084 void (*ndo_netpoll_cleanup)(struct net_device *dev);
1087 int (*ndo_busy_poll)(struct napi_struct *dev);
1089 int (*ndo_set_vf_mac)(struct net_device *dev,
1091 int (*ndo_set_vf_vlan)(struct net_device *dev,
1093 int (*ndo_set_vf_rate)(struct net_device *dev,
1096 int (*ndo_set_vf_spoofchk)(struct net_device *dev,
1098 int (*ndo_get_vf_config)(struct net_device *dev,
1101 int (*ndo_set_vf_link_state)(struct net_device *dev,
1103 int (*ndo_set_vf_port)(struct net_device *dev,
1106 int (*ndo_get_vf_port)(struct net_device *dev,
1108 int (*ndo_set_vf_rss_query_en)(
1111 int (*ndo_setup_tc)(struct net_device *dev, u8 tc);
1113 int (*ndo_fcoe_enable)(struct net_device *dev);
1114 int (*ndo_fcoe_disable)(struct net_device *dev);
1115 int (*ndo_fcoe_ddp_setup)(struct net_device *dev,
1119 int (*ndo_fcoe_ddp_done)(struct net_device *dev,
1121 int (*ndo_fcoe_ddp_target)(struct net_device *dev,
1125 int (*ndo_fcoe_get_hbainfo)(struct net_device *dev,
1132 int (*ndo_fcoe_get_wwn)(struct net_device *dev,
1137 int (*ndo_rx_flow_steer)(struct net_device *dev,
1142 int (*ndo_add_slave)(struct net_device *dev,
1144 int (*ndo_del_slave)(struct net_device *dev,
1146 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1148 int (*ndo_set_features)(struct net_device *dev,
1150 int (*ndo_neigh_construct)(struct neighbour *n);
1151 void (*ndo_neigh_destroy)(struct neighbour *n);
1153 int (*ndo_fdb_add)(struct ndmsg *ndm,
1159 int (*ndo_fdb_del)(struct ndmsg *ndm,
1164 int (*ndo_fdb_dump)(struct sk_buff *skb,
1170 int (*ndo_bridge_setlink)(struct net_device *dev,
1173 int (*ndo_bridge_getlink)(struct sk_buff *skb,
1178 int (*ndo_bridge_dellink)(struct net_device *dev,
1181 int (*ndo_change_carrier)(struct net_device *dev,
1183 int (*ndo_get_phys_port_id)(struct net_device *dev,
1185 int (*ndo_get_phys_port_name)(struct net_device *dev,
1187 void (*ndo_add_vxlan_port)(struct net_device *dev,
1190 void (*ndo_del_vxlan_port)(struct net_device *dev,
1194 void* (*ndo_dfwd_add_station)(struct net_device *pdev,
1196 void (*ndo_dfwd_del_station)(struct net_device *pdev,
1199 netdev_tx_t (*ndo_dfwd_start_xmit) (struct sk_buff *skb,
1202 int (*ndo_get_lock_subclass)(struct net_device *dev);
1203 netdev_features_t (*ndo_features_check) (struct sk_buff *skb,
1206 int (*ndo_set_tx_maxrate)(struct net_device *dev,
1209 int (*ndo_get_iflink)(const struct net_device *dev);