Home
last modified time | relevance | path

Searched full:net_device (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h71 struct net_device;
107 int (*ndo_open)(struct net_device *);
108 int (*ndo_stop)(struct net_device *);
109 int (*ndo_set_mac_address)(struct net_device *, void *);
110 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
111 void (*ndo_set_rx_mode)(struct net_device *);
114 struct net_device { struct
115 /* net_device fields seen publicly. */
144 void (*priv_destructor)(struct net_device *); argument
146 /* net_device internal. */
[all …]
H A Dethtool.h52 struct net_device;
54 void(*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
H A Detherdevice.h144 eth_type_trans(struct sk_buff *skb, struct net_device *dev) in eth_type_trans()
151 eth_hw_addr_set(struct net_device *dev, const u8 *addr) in eth_hw_addr_set()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1243 struct net_device *netdev;
1253 …int (*change_virtual_intf)(struct wiphy *, struct net_device *, enum nl80211_iftype, struct vif_pa…
1256 int (*join_ibss)(struct wiphy *, struct net_device *, struct cfg80211_ibss_params *);
1257 int (*leave_ibss)(struct wiphy *, struct net_device *);
1258 int (*get_station)(struct wiphy *, struct net_device *, const uint8_t *, struct station_info *);
1259 int (*dump_station)(struct wiphy *, struct net_device *, int, uint8_t *, struct station_info *);
1262 …int (*add_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, struct ke…
1263 int (*del_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *);
1264 …int (*get_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, void *, v…
1265 int (*set_default_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, bool);
[all …]
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcore.c143 struct net_device *ndev; in _brcmf_set_multicast_list()
188 * net_device flags, but might be modified above to be turned on if we in _brcmf_set_multicast_list()
238 static int brcmf_netdev_set_mac_address(struct net_device *ndev, void *addr) in brcmf_netdev_set_mac_address()
255 static void brcmf_netdev_set_multicast_list(struct net_device *ndev) in brcmf_netdev_set_multicast_list()
294 struct net_device *ndev) in brcmf_netdev_start_xmit()
568 static void brcmf_ethtool_get_drvinfo(struct net_device *ndev, in brcmf_ethtool_get_drvinfo()
588 static int brcmf_netdev_stop(struct net_device *ndev) in brcmf_netdev_stop()
601 static int brcmf_netdev_open(struct net_device *ndev) in brcmf_netdev_open()
646 struct net_device *ndev; in brcmf_net_attach()
687 void brcmf_net_detach(struct net_device *ndev, bool locked) in brcmf_net_detach()
[all …]
H A Dcfg80211.h438 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev()
443 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg()
448 static inline struct brcmf_cfg80211_profile *ndev_to_prof(struct net_device *nd) in ndev_to_prof()
454 static inline struct brcmf_cfg80211_vif *ndev_to_vif(struct net_device *ndev) in ndev_to_vif()
470 s32 brcmf_cfg80211_up(struct net_device *ndev);
471 s32 brcmf_cfg80211_down(struct net_device *ndev);
496 void brcmf_cfg80211_free_vif(struct net_device *ndev);
H A Dcfg80211.c964 struct net_device *ndev; in brcmf_mon_add_vif()
1018 struct net_device *ndev = wdev->netdev; in brcmf_mon_del_vif()
1324 struct net_device *ndev = wdev->netdev; in brcmf_cfg80211_del_apsta_iface()
1358 struct net_device *ndev = wdev->netdev; in brcmf_cfg80211_del_iface()
1399 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_iface()
1655 static s32 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) in brcmf_set_rts()
1668 static s32 brcmf_set_frag(struct net_device *ndev, u32 frag_threshold) in brcmf_set_frag()
1682 static s32 brcmf_set_retry(struct net_device *ndev, u32 retry, bool l) in brcmf_set_retry()
1701 struct net_device *ndev = cfg_to_ndev(cfg); in brcmf_cfg80211_set_wiphy_params()
1840 brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_join_ibss()
[all …]
H A Dcore.h191 struct net_device *ndev;
222 void brcmf_net_detach(struct net_device *ndev, bool locked);
H A Dp2p.c784 struct net_device *dev = NULL; in brcmf_p2p_run_escan()
2140 struct net_device *pri_ndev = cfg_to_ndev(cfg);
2150 struct net_device *pri_ndev = cfg_to_ndev(cfg);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_netdev.c329 linuxkpi_netif_napi_add(struct net_device *ndev, struct napi_struct *napi, in linuxkpi_netif_napi_add()
353 struct net_device *ndev; in lkpi_netif_napi_del_locked()
367 struct net_device *ndev; in linuxkpi_netif_napi_del()
378 linuxkpi_init_dummy_netdev(struct net_device *ndev) in linuxkpi_init_dummy_netdev()
395 struct net_device *
397 void(*setup_func)(struct net_device *)) in linuxkpi_alloc_netdev() argument
399 struct net_device *ndev; in linuxkpi_alloc_netdev()
419 linuxkpi_free_netdev(struct net_device *ndev) in linuxkpi_free_netdev()
H A Dlinux_compat.c2524 ni.dev = (struct net_device *)ifp; in linux_handle_ifnet_link_event()
2539 ni.dev = (struct net_device *)ifp; in linux_handle_ifnet_arrival_event()
2551 ni.dev = (struct net_device *)ifp; in linux_handle_ifnet_departure_event()
2563 ni.dev = (struct net_device *)ifp; in linux_handle_iflladdr_event()
2575 ni.dev = (struct net_device *)ifp; in linux_handle_ifaddr_event()
/freebsd/sys/contrib/dev/iwlwifi/mei/
H A Diwl-mei.h107 iwl_mei_set_netdev(struct net_device *netdevice __unused) in iwl_mei_set_netdev()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.h205 static inline void *mt76_priv(struct net_device *dev) in mt76_priv()
H A Dwed.c184 struct net_device *netdev, enum tc_setup_type type, in mt76_wed_net_setup_tc()
H A Dmt76.h947 struct net_device *napi_dev;
948 struct net_device *tx_napi_dev;
1244 struct net_device *netdev, enum tc_setup_type type,
1660 struct net_device *dev, enum tc_setup_type type,
1714 struct net_device *dev, in mt76_npu_net_setup_tc()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.h168 struct bnxt_en_dev *bnxt_ulp_probe(struct net_device *dev);
/freebsd/sys/contrib/dev/rtw88/
H A Dpci.h218 struct net_device *netdev;
H A Dpci.c1792 struct net_device *netdev = pci_get_drvdata(pdev); in rtw_pci_io_err_detected()
1811 struct net_device *netdev = pci_get_drvdata(pdev); in rtw_pci_io_resume()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1156 * @found_net_dev: contains a matching net_device if the return value
1200 * net_device in the @net_dev parameter, holding a reference to the
1201 * net_device, if the number of matches >= 1
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/cyw/
H A Dcore.c198 brcmf_cyw_external_auth(struct wiphy *wiphy, struct net_device *dev, in brcmf_cyw_external_auth()
/freebsd/sys/ofed/include/rdma/
H A Dib_addr.h52 /* Linux netdevice.h but for working on an ifnet rather than a net_device. */
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1304 struct net_device *napi_dev;
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h202 struct net_device *napi_ndev;
H A Dwow.c642 struct net_device *ndev = ieee80211_vif_to_wdev(arvif->ahvif->vif)->netdev; in ath12k_wow_prepare_ns_offload()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h205 struct net_device *napi_ndev;

12