Home
last modified time | relevance | path

Searched defs:pnetdev (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c226 static void loadparam(struct adapter *padapter, _nic_hdl pnetdev) in loadparam()
331 static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) in rtw_net_set_mac_address()
347 static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) in rtw_net_get_stats()
495 int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) in rtw_init_netdev_name()
510 struct net_device *pnetdev; in rtw_init_netdev() local
544 struct net_device *pnetdev = NULL; in rtw_unregister_netdevs() local
872 struct net_device *pnetdev = padapter->pnetdev; in _rtw_drv_register_netdev() local
909 int _netdev_open(struct net_device *pnetdev) in _netdev_open()
981 int netdev_open(struct net_device *pnetdev) in netdev_open()
1069 static int pm_netdev_open(struct net_device *pnetdev, u8 bnormal) in pm_netdev_open()
[all …]
Dosdep_service.c206 struct net_device *pnetdev; in rtw_alloc_etherdev_with_old_priv() local
223 struct net_device *pnetdev; in rtw_alloc_etherdev() local
265 struct net_device *pnetdev; in rtw_change_ifname() local
Dxmit_linux.c202 int _rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) in _rtw_xmit_entry()
263 int rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) in rtw_xmit_entry()
Dsdio_intf.c321 struct net_device *pnetdev; in rtw_sdio_if1_init() local
424 struct net_device *pnetdev = if1->pnetdev; in rtw_sdio_if1_deinit() local
Drecv_linux.c125 struct net_device *pnetdev = (struct net_device*)padapter->pnetdev; in rtw_os_recv_indicate_pkt() local
Dioctl_cfg80211.c3426 struct net_device *pnetdev = padapter->pnetdev; in rtw_wdev_alloc() local
/Linux-v5.4/drivers/staging/rtl8712/
Dos_intfs.c116 static void loadparam(struct _adapter *padapter, struct net_device *pnetdev) in loadparam()
163 static int r871x_net_set_mac_address(struct net_device *pnetdev, void *p) in r871x_net_set_mac_address()
173 static struct net_device_stats *r871x_net_get_stats(struct net_device *pnetdev) in r871x_net_get_stats()
200 struct net_device *pnetdev; in r8712_init_netdev() local
331 struct net_device *pnetdev = padapter->pnetdev; in r8712_free_drv_sw() local
375 static int netdev_open(struct net_device *pnetdev) in netdev_open()
443 static int netdev_close(struct net_device *pnetdev) in netdev_close()
Dusb_intf.c195 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871x_suspend() local
216 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871x_resume() local
351 struct net_device *pnetdev; in r871xu_drv_init() local
592 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871xu_dev_remove() local
Ddrv_types.h156 struct net_device *pnetdev; member
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c139 static void loadparam(struct adapter *padapter, struct net_device *pnetdev) in loadparam()
188 static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) in rtw_net_set_mac_address()
199 static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) in rtw_net_get_stats()
295 int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) in rtw_init_netdev_name()
311 struct net_device *pnetdev = NULL; in rtw_init_netdev() local
542 static int _netdev_open(struct net_device *pnetdev) in _netdev_open()
612 int netdev_open(struct net_device *pnetdev) in netdev_open()
699 static int netdev_close(struct net_device *pnetdev) in netdev_close()
Dusb_intf.c198 struct net_device *pnetdev = padapter->pnetdev; in rtw_suspend() local
263 struct net_device *pnetdev; in rtw_resume_process() local
324 struct net_device *pnetdev = NULL; in rtw_usb_if1_init() local
427 struct net_device *pnetdev = if1->pnetdev; in rtw_usb_if1_deinit() local
Dosdep_service.c29 struct net_device *pnetdev; in rtw_alloc_etherdev_with_old_priv() local
Drecv_linux.c99 struct net_device *pnetdev; in rtw_recv_indicatepkt() local
Dxmit_linux.c167 int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in rtw_xmit_entry()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h107 static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) in rtw_netif_queue_stopped()
115 static inline void rtw_netif_wake_queue(struct net_device *pnetdev) in rtw_netif_wake_queue()
120 static inline void rtw_netif_start_queue(struct net_device *pnetdev) in rtw_netif_start_queue()
125 static inline void rtw_netif_stop_queue(struct net_device *pnetdev) in rtw_netif_stop_queue()
Ddrv_types.h565 _nic_hdl pnetdev; member
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_pwrctrl.c18 struct net_device *pnetdev = padapter->pnetdev; in rtw_hw_suspend() local
79 struct net_device *pnetdev = padapter->pnetdev; in rtw_hw_resume() local
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dosdep_service.h56 static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) in rtw_netif_queue_stopped()
Ddrv_types.h155 struct net_device *pnetdev; member
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c2296 struct net_device *pnetdev; in nicvf_remove() local