Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c181 static void loadparam(struct adapter *padapter, struct net_device *pnetdev) in loadparam()
278 static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) in rtw_net_set_mac_address()
293 static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) in rtw_net_get_stats()
442 int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) in rtw_init_netdev_name()
457 struct net_device *pnetdev; in rtw_init_netdev() local
487 struct net_device *pnetdev = NULL; in rtw_unregister_netdevs() local
786 struct net_device *pnetdev = padapter->pnetdev; in _rtw_drv_register_netdev() local
820 static int _netdev_open(struct net_device *pnetdev) in _netdev_open()
877 int netdev_open(struct net_device *pnetdev) in netdev_open()
948 static int pm_netdev_open(struct net_device *pnetdev, u8 bnormal) in pm_netdev_open()
[all …]
Dosdep_service.c61 struct net_device *pnetdev; in rtw_alloc_etherdev_with_old_priv() local
78 struct net_device *pnetdev; in rtw_alloc_etherdev() local
120 struct net_device *pnetdev; in rtw_change_ifname() local
Dxmit_linux.c184 int _rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in _rtw_xmit_entry()
223 int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in rtw_xmit_entry()
Dsdio_intf.c246 struct net_device *pnetdev; in rtw_sdio_if1_init() local
335 struct net_device *pnetdev = if1->pnetdev; in rtw_sdio_if1_deinit() local
Drecv_linux.c115 struct net_device *pnetdev = (struct net_device *)padapter->pnetdev; in rtw_os_recv_indicate_pkt() local
Dioctl_cfg80211.c2901 struct net_device *pnetdev = padapter->pnetdev; in rtw_wdev_alloc() local
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dos_intfs.c502 static uint loadparam(struct adapter *padapter, struct net_device *pnetdev) in loadparam()
578 static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) in rtw_net_set_mac_address()
589 static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) in rtw_net_get_stats()
683 int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) in rtw_init_netdev_name()
702 struct net_device *pnetdev; in rtw_init_netdev() local
992 int _netdev_open(struct net_device *pnetdev) in _netdev_open()
1060 int netdev_open(struct net_device *pnetdev) in netdev_open()
1143 int pm_netdev_open(struct net_device *pnetdev, u8 bnormal) in pm_netdev_open()
1154 int netdev_close(struct net_device *pnetdev) in netdev_close()
Dusb_intf.c323 struct net_device *pnetdev = padapter->pnetdev; in rtw_hw_suspend() local
385 struct net_device *pnetdev = padapter->pnetdev; in rtw_hw_resume() local
426 struct net_device *pnetdev = padapter->pnetdev; in rtw_suspend() local
508 struct net_device *pnetdev; in rtw_resume_process() local
566 struct net_device *pnetdev = NULL; in rtw_usb_if1_init() local
673 struct net_device *pnetdev = if1->pnetdev; in rtw_usb_if1_deinit() local
Dosdep_service.c119 struct net_device *pnetdev; in rtw_alloc_etherdev_with_old_priv() local
137 struct net_device *pnetdev; in rtw_alloc_etherdev() local
179 struct net_device *pnetdev; in rtw_change_ifname() local
Drecv_linux.c146 struct net_device *pnetdev; in rtw_recv_indicatepkt() local
Dxmit_linux.c215 int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in rtw_xmit_entry()
/Linux-v5.15/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
371 static int netdev_open(struct net_device *pnetdev) in netdev_open()
439 static int netdev_close(struct net_device *pnetdev) in netdev_close()
Dusb_intf.c194 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871x_suspend() local
215 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871x_resume() local
350 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.h154 struct net_device *pnetdev; member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h80 static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) in rtw_netif_queue_stopped()
88 static inline void rtw_netif_wake_queue(struct net_device *pnetdev) in rtw_netif_wake_queue()
93 static inline void rtw_netif_start_queue(struct net_device *pnetdev) in rtw_netif_start_queue()
98 static inline void rtw_netif_stop_queue(struct net_device *pnetdev) in rtw_netif_stop_queue()
Ddrv_types.h390 struct net_device *pnetdev; member
/Linux-v5.15/drivers/staging/r8188eu/include/
Dosdep_service.h124 static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) in rtw_netif_queue_stopped()
132 static inline void rtw_netif_wake_queue(struct net_device *pnetdev) in rtw_netif_wake_queue()
137 static inline void rtw_netif_start_queue(struct net_device *pnetdev) in rtw_netif_start_queue()
142 static inline void rtw_netif_stop_queue(struct net_device *pnetdev) in rtw_netif_stop_queue()
Ddrv_types.h265 struct net_device *pnetdev; member
/Linux-v5.15/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c2280 struct net_device *pnetdev; in nicvf_remove() local