Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dos_intfs.c124 static void loadparam(struct _adapter *padapter, struct net_device *pnetdev) in loadparam()
171 static int r871x_net_set_mac_address(struct net_device *pnetdev, void *p) in r871x_net_set_mac_address()
181 static struct net_device_stats *r871x_net_get_stats(struct net_device *pnetdev) in r871x_net_get_stats()
208 struct net_device *pnetdev; in r8712_init_netdev() local
334 struct net_device *pnetdev = padapter->pnetdev; in r8712_free_drv_sw() local
379 static int netdev_open(struct net_device *pnetdev) in netdev_open()
447 static int netdev_close(struct net_device *pnetdev) in netdev_close()
Dusb_intf.c207 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871x_suspend() local
232 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871x_resume() local
379 struct net_device *pnetdev; in r871xu_drv_init() local
620 struct net_device *pnetdev = usb_get_intfdata(pusb_intf); in r871xu_dev_remove() local
Dxmit_linux.c162 int r8712_xmit_entry(_pkt *pkt, struct net_device *pnetdev) in r8712_xmit_entry()
Ddrv_types.h169 struct net_device *pnetdev; member
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c226 static uint loadparam(struct adapter *padapter, _nic_hdl pnetdev) in loadparam()
339 static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) in rtw_net_set_mac_address()
355 static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) in rtw_net_get_stats()
512 int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) in rtw_init_netdev_name()
527 struct net_device *pnetdev; in rtw_init_netdev() local
561 struct net_device *pnetdev = NULL; in rtw_unregister_netdevs() local
909 struct net_device *pnetdev = padapter->pnetdev; in _rtw_drv_register_netdev() local
946 int _netdev_open(struct net_device *pnetdev) in _netdev_open()
1018 int netdev_open(struct net_device *pnetdev) in netdev_open()
1106 static int pm_netdev_open(struct net_device *pnetdev, u8 bnormal) in pm_netdev_open()
[all …]
Dosdep_service.c213 struct net_device *pnetdev; in rtw_alloc_etherdev_with_old_priv() local
230 struct net_device *pnetdev; in rtw_alloc_etherdev() local
272 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.c328 struct net_device *pnetdev; in rtw_sdio_if1_init() local
432 struct net_device *pnetdev = if1->pnetdev; in rtw_sdio_if1_deinit() local
Drecv_linux.c147 struct net_device *pnetdev = (struct net_device*)padapter->pnetdev; in rtw_os_recv_indicate_pkt() local
Dioctl_cfg80211.c3462 struct net_device *pnetdev = padapter->pnetdev; in rtw_wdev_alloc() local
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c138 static void loadparam(struct adapter *padapter, struct net_device *pnetdev) in loadparam()
187 static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) in rtw_net_set_mac_address()
198 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.c197 struct net_device *pnetdev = padapter->pnetdev; in rtw_suspend() local
262 struct net_device *pnetdev; in rtw_resume_process() local
323 struct net_device *pnetdev = NULL; in rtw_usb_if1_init() local
424 struct net_device *pnetdev = if1->pnetdev; in rtw_usb_if1_deinit() local
Drecv_linux.c99 struct net_device *pnetdev; in rtw_recv_indicatepkt() local
Dosdep_service.c43 struct net_device *pnetdev; in rtw_alloc_etherdev_with_old_priv() local
Dxmit_linux.c159 int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in rtw_xmit_entry()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h109 static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) in rtw_netif_queue_stopped()
117 static inline void rtw_netif_wake_queue(struct net_device *pnetdev) in rtw_netif_wake_queue()
122 static inline void rtw_netif_start_queue(struct net_device *pnetdev) in rtw_netif_start_queue()
127 static inline void rtw_netif_stop_queue(struct net_device *pnetdev) in rtw_netif_stop_queue()
Ddrv_types.h572 _nic_hdl pnetdev; member
/Linux-v4.19/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-v4.19/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.h150 struct net_device *pnetdev; member
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c2218 struct net_device *pnetdev; in nicvf_remove() local