Symbol: net_device
sys/compat/linuxkpi/common/include/linux/etherdevice.h
144
eth_type_trans(struct sk_buff *skb, struct net_device *dev)
sys/compat/linuxkpi/common/include/linux/etherdevice.h
151
eth_hw_addr_set(struct net_device *dev, const u8 *addr)
sys/compat/linuxkpi/common/include/linux/ethtool.h
52
struct net_device;
sys/compat/linuxkpi/common/include/linux/ethtool.h
54
void(*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
107
int (*ndo_open)(struct net_device *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
108
int (*ndo_stop)(struct net_device *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
109
int (*ndo_set_mac_address)(struct net_device *, void *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
110
netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
111
void (*ndo_set_rx_mode)(struct net_device *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
144
void (*priv_destructor)(struct net_device *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
169
const struct net_device *dev;
sys/compat/linuxkpi/common/include/linux/netdevice.h
183
const struct net_device *dev;
sys/compat/linuxkpi/common/include/linux/netdevice.h
190
struct net_device *dev;
sys/compat/linuxkpi/common/include/linux/netdevice.h
194
static inline struct net_device *
sys/compat/linuxkpi/common/include/linux/netdevice.h
243
struct net_device *dev;
sys/compat/linuxkpi/common/include/linux/netdevice.h
260
void linuxkpi_init_dummy_netdev(struct net_device *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
261
void linuxkpi_netif_napi_add(struct net_device *, struct napi_struct *,
sys/compat/linuxkpi/common/include/linux/netdevice.h
301
netif_napi_add_tx(struct net_device *dev, struct napi_struct *napi,
sys/compat/linuxkpi/common/include/linux/netdevice.h
344
netdev_mc_count(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
380
ether_setup(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
387
dev_net_set(struct net_device *ndev, void *p)
sys/compat/linuxkpi/common/include/linux/netdevice.h
394
dev_set_threaded(struct net_device *ndev, bool threaded)
sys/compat/linuxkpi/common/include/linux/netdevice.h
404
netif_carrier_ok(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
411
netif_carrier_off(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
417
netif_carrier_on(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
425
netif_queue_stopped(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
432
netif_stop_queue(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
438
netif_wake_queue(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
446
register_netdevice(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
455
register_netdev(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
467
unregister_netdev(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
473
unregister_netdevice(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
494
struct net_device *linuxkpi_alloc_netdev(size_t, const char *, uint32_t,
sys/compat/linuxkpi/common/include/linux/netdevice.h
495
void(*)(struct net_device *));
sys/compat/linuxkpi/common/include/linux/netdevice.h
496
void linuxkpi_free_netdev(struct net_device *);
sys/compat/linuxkpi/common/include/linux/netdevice.h
506
netdev_priv(const struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
515
netif_device_attach(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
521
netif_device_detach(struct net_device *ndev)
sys/compat/linuxkpi/common/include/linux/netdevice.h
71
struct net_device;
sys/compat/linuxkpi/common/include/linux/skbuff.h
192
struct net_device *dev;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1184
struct net_device *netdev;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1192
int (*change_virtual_intf)(struct wiphy *, struct net_device *, enum nl80211_iftype, struct vif_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1195
int (*join_ibss)(struct wiphy *, struct net_device *, struct cfg80211_ibss_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1196
int (*leave_ibss)(struct wiphy *, struct net_device *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1197
int (*get_station)(struct wiphy *, struct net_device *, const uint8_t *, struct station_info *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1198
int (*dump_station)(struct wiphy *, struct net_device *, int, uint8_t *, struct station_info *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1201
int (*add_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, struct key_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1202
int (*del_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1203
int (*get_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, void *, void(*)(void *, struct key_params *));
sys/compat/linuxkpi/common/include/net/cfg80211.h
1204
int (*set_default_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, bool);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1205
int (*set_default_mgmt_key)(struct wiphy *, struct net_device *, int, uint8_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1206
int (*set_power_mgmt)(struct wiphy *, struct net_device *, bool, int);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1207
int (*connect)(struct wiphy *, struct net_device *, struct cfg80211_connect_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1208
int (*disconnect)(struct wiphy *, struct net_device *, uint16_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1211
int (*set_pmksa)(struct wiphy *, struct net_device *, struct cfg80211_pmksa *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1212
int (*del_pmksa)(struct wiphy *, struct net_device *, struct cfg80211_pmksa *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1213
int (*flush_pmksa)(struct wiphy *, struct net_device *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1214
int (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1215
int (*stop_ap)(struct wiphy *, struct net_device *, unsigned int);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1216
int (*change_beacon)(struct wiphy *, struct net_device *, struct cfg80211_ap_update *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1217
int (*del_station)(struct wiphy *, struct net_device *, struct station_del_parameters *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1218
int (*change_station)(struct wiphy *, struct net_device *, const uint8_t *, struct station_parameters *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1219
int (*sched_scan_start)(struct wiphy *, struct net_device *, struct cfg80211_sched_scan_request *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1220
int (*sched_scan_stop)(struct wiphy *, struct net_device *, uint64_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1227
int (*tdls_oper)(struct wiphy *, struct net_device *, const uint8_t *, enum nl80211_tdls_operation);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1228
int (*update_connect_params)(struct wiphy *, struct net_device *, struct cfg80211_connect_params *, uint32_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1229
int (*set_pmk)(struct wiphy *, struct net_device *, const struct cfg80211_pmk_conf *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1230
int (*del_pmk)(struct wiphy *, struct net_device *, const uint8_t *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1234
int (*dump_survey)(struct wiphy *, struct net_device *, int, struct survey_info *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1235
int (*external_auth)(struct wiphy *, struct net_device *, struct cfg80211_external_auth_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1236
int (*set_cqm_rssi_range_config)(struct wiphy *, struct net_device *, int, int);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1237
int (*change_bss)(struct wiphy *, struct net_device *, struct bss_parameters *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1328
cfg80211_register_netdevice(struct net_device *ndev)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1335
cfg80211_unregister_netdevice(struct net_device *ndev)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1798
cfg80211_connect_done(struct net_device *ndev,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1811
cfg80211_disconnected(struct net_device *ndev, uint16_t reason,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1826
cfg80211_ibss_joined(struct net_device *ndev, const uint8_t *addr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1861
cfg80211_michael_mic_failure(struct net_device *ndev, const uint8_t addr[ETH_ALEN],
sys/compat/linuxkpi/common/include/net/cfg80211.h
1868
cfg80211_new_sta(struct net_device *ndev, const uint8_t *addr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1875
cfg80211_del_sta(struct net_device *ndev, const uint8_t *addr, gfp_t gfp)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1881
cfg80211_port_authorized(struct net_device *ndev, const uint8_t *addr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1909
cfg80211_roamed(struct net_device *ndev, struct cfg80211_roam_info *roam_info,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2149
cfg80211_rx_unprot_mlme_mgmt(struct net_device *ndev, const uint8_t *hdr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2164
cfg80211_external_auth_request(struct net_device *ndev,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2202
cfg80211_cqm_rssi_notify(struct net_device *dev,
sys/compat/linuxkpi/common/src/linux_compat.c
2469
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2484
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2496
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2508
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2520
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_netdev.c
329
linuxkpi_netif_napi_add(struct net_device *ndev, struct napi_struct *napi,
sys/compat/linuxkpi/common/src/linux_netdev.c
353
struct net_device *ndev;
sys/compat/linuxkpi/common/src/linux_netdev.c
367
struct net_device *ndev;
sys/compat/linuxkpi/common/src/linux_netdev.c
378
linuxkpi_init_dummy_netdev(struct net_device *ndev)
sys/compat/linuxkpi/common/src/linux_netdev.c
395
struct net_device *
sys/compat/linuxkpi/common/src/linux_netdev.c
397
void(*setup_func)(struct net_device *))
sys/compat/linuxkpi/common/src/linux_netdev.c
399
struct net_device *ndev;
sys/compat/linuxkpi/common/src/linux_netdev.c
419
linuxkpi_free_netdev(struct net_device *ndev)
sys/dev/bnxt/bnxt_en/bnxt.h
1275
struct net_device *net_dev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
165
struct bnxt_en_dev *bnxt_ulp_probe(struct net_device *dev);