Searched refs:link_sts (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | asix88179.c | 398 u8 buf[2], tmp[5], link_sts; in asix_init_common() local 425 1, 1, &link_sts); in asix_init_common() 436 if (link_sts & AX_USB_SS) in asix_init_common() 438 else if (link_sts & AX_USB_HS) in asix_init_common() 445 if (link_sts & (AX_USB_SS | AX_USB_HS)) in asix_init_common()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_role.h | 36 struct rtw_wifi_role_t *wrole, u8 link_sts);
|
| H A D | phl_role.c | 552 struct rtw_wifi_role_t *wrole, u8 link_sts) in phl_role_ap_client_notify() argument 556 if (link_sts == MLME_LINKING) in phl_role_ap_client_notify() 558 else if (link_sts == MLME_LINKED) in phl_role_ap_client_notify()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_role.h | 36 struct rtw_wifi_role_t *wrole, u8 link_sts);
|
| H A D | phl_role.c | 554 struct rtw_wifi_role_t *wrole, u8 link_sts) in phl_role_ap_client_notify() argument 558 if (link_sts == MLME_LINKING) in phl_role_ap_client_notify() 560 else if (link_sts == MLME_LINKED) in phl_role_ap_client_notify()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | ax88179_178a.c | 1617 u8 tmp[5], link_sts; in ax88179_link_reset() local 1640 1, 1, &link_sts); in ax88179_link_reset() 1652 if (link_sts & AX_USB_SS) in ax88179_link_reset() 1654 else if (link_sts & AX_USB_HS) in ax88179_link_reset() 1661 if (link_sts & (AX_USB_SS | AX_USB_HS)) in ax88179_link_reset()
|