Home
last modified time | relevance | path

Searched refs:rtw_alloc_etherdev_with_old_priv (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h120 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv);
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c52 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv() function
Dos_intfs.c460 pnetdev = rtw_alloc_etherdev_with_old_priv(sizeof(struct adapter), (void *)old_padapter); in rtw_init_netdev()