Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c180 static void loadparam(struct adapter *padapter, struct net_device *pnetdev) in loadparam()
277 static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) in rtw_net_set_mac_address()
292 static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) in rtw_net_get_stats()
412 int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) in rtw_init_netdev_name()
427 struct net_device *pnetdev; in rtw_init_netdev() local
457 struct net_device *pnetdev = NULL; in rtw_unregister_netdevs() local
755 struct net_device *pnetdev = padapter->pnetdev; in _rtw_drv_register_netdev() local
789 static int _netdev_open(struct net_device *pnetdev) in _netdev_open()
846 int netdev_open(struct net_device *pnetdev) in netdev_open()
913 static int pm_netdev_open(struct net_device *pnetdev, u8 bnormal) in pm_netdev_open()
[all …]
H A Dosdep_service.c53 struct net_device *pnetdev; in rtw_alloc_etherdev_with_old_priv() local
70 struct net_device *pnetdev; in rtw_alloc_etherdev() local
H A Dxmit_linux.c182 void _rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in _rtw_xmit_entry()
218 netdev_tx_t rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in rtw_xmit_entry()
H A Drecv_linux.c113 struct net_device *pnetdev = (struct net_device *)padapter->pnetdev; in rtw_os_recv_indicate_pkt() local
/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h76 static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) in rtw_netif_queue_stopped()
84 static inline void rtw_netif_wake_queue(struct net_device *pnetdev) in rtw_netif_wake_queue()
89 static inline void rtw_netif_start_queue(struct net_device *pnetdev) in rtw_netif_start_queue()
94 static inline void rtw_netif_stop_queue(struct net_device *pnetdev) in rtw_netif_stop_queue()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c2275 struct net_device *pnetdev; in nicvf_remove() local