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
193
struct net_device *dev;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1236
struct net_device *netdev;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1244
int (*change_virtual_intf)(struct wiphy *, struct net_device *, enum nl80211_iftype, struct vif_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1247
int (*join_ibss)(struct wiphy *, struct net_device *, struct cfg80211_ibss_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1248
int (*leave_ibss)(struct wiphy *, struct net_device *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1249
int (*get_station)(struct wiphy *, struct net_device *, const uint8_t *, struct station_info *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1250
int (*dump_station)(struct wiphy *, struct net_device *, int, uint8_t *, struct station_info *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1253
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
1254
int (*del_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1255
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
1256
int (*set_default_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, bool);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1257
int (*set_default_mgmt_key)(struct wiphy *, struct net_device *, int, uint8_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1258
int (*set_power_mgmt)(struct wiphy *, struct net_device *, bool, int);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1259
int (*connect)(struct wiphy *, struct net_device *, struct cfg80211_connect_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1260
int (*disconnect)(struct wiphy *, struct net_device *, uint16_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1263
int (*set_pmksa)(struct wiphy *, struct net_device *, struct cfg80211_pmksa *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1264
int (*del_pmksa)(struct wiphy *, struct net_device *, struct cfg80211_pmksa *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1265
int (*flush_pmksa)(struct wiphy *, struct net_device *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1266
int (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1267
int (*stop_ap)(struct wiphy *, struct net_device *, unsigned int);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1268
int (*change_beacon)(struct wiphy *, struct net_device *, struct cfg80211_ap_update *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1269
int (*del_station)(struct wiphy *, struct net_device *, struct station_del_parameters *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1270
int (*change_station)(struct wiphy *, struct net_device *, const uint8_t *, struct station_parameters *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1271
int (*sched_scan_start)(struct wiphy *, struct net_device *, struct cfg80211_sched_scan_request *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1272
int (*sched_scan_stop)(struct wiphy *, struct net_device *, uint64_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1279
int (*tdls_oper)(struct wiphy *, struct net_device *, const uint8_t *, enum nl80211_tdls_operation);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1280
int (*update_connect_params)(struct wiphy *, struct net_device *, struct cfg80211_connect_params *, uint32_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1281
int (*set_pmk)(struct wiphy *, struct net_device *, const struct cfg80211_pmk_conf *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1282
int (*del_pmk)(struct wiphy *, struct net_device *, const uint8_t *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1286
int (*dump_survey)(struct wiphy *, struct net_device *, int, struct survey_info *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1287
int (*external_auth)(struct wiphy *, struct net_device *, struct cfg80211_external_auth_params *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1288
int (*set_cqm_rssi_range_config)(struct wiphy *, struct net_device *, int, int);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1289
int (*change_bss)(struct wiphy *, struct net_device *, struct bss_parameters *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1383
cfg80211_register_netdevice(struct net_device *ndev)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1390
cfg80211_unregister_netdevice(struct net_device *ndev)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1853
cfg80211_connect_done(struct net_device *ndev,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1866
cfg80211_disconnected(struct net_device *ndev, uint16_t reason,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1881
cfg80211_ibss_joined(struct net_device *ndev, const uint8_t *addr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1916
cfg80211_michael_mic_failure(struct net_device *ndev, const uint8_t addr[ETH_ALEN],
sys/compat/linuxkpi/common/include/net/cfg80211.h
1923
cfg80211_new_sta(struct net_device *ndev, const uint8_t *addr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1930
cfg80211_del_sta(struct net_device *ndev, const uint8_t *addr, gfp_t gfp)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1936
cfg80211_port_authorized(struct net_device *ndev, const uint8_t *addr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1964
cfg80211_roamed(struct net_device *ndev, struct cfg80211_roam_info *roam_info,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2204
cfg80211_rx_unprot_mlme_mgmt(struct net_device *ndev, const uint8_t *hdr,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2219
cfg80211_external_auth_request(struct net_device *ndev,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2257
cfg80211_cqm_rssi_notify(struct net_device *dev,
sys/compat/linuxkpi/common/src/linux_compat.c
2514
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2529
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2541
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2553
ni.dev = (struct net_device *)ifp;
sys/compat/linuxkpi/common/src/linux_compat.c
2565
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
1326
struct net_device *net_dev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
168
struct bnxt_en_dev *bnxt_ulp_probe(struct net_device *dev);