Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dser.c362 if (!rtwdev->hci.ops->mac_lv1_rcvy) in hal_enable_dma()
365 ret = rtwdev->hci.ops->mac_lv1_rcvy(rtwdev, RTW89_LV1_RCVY_STEP_2); in hal_enable_dma()
380 if (!rtwdev->hci.ops->mac_lv1_rcvy) in hal_stop_dma()
383 ret = rtwdev->hci.ops->mac_lv1_rcvy(rtwdev, RTW89_LV1_RCVY_STEP_1); in hal_stop_dma()
Dpci.c4310 .mac_lv1_rcvy = rtw89_pci_ops_mac_lv1_recovery,
Dcore.h3543 int (*mac_lv1_rcvy)(struct rtw89_dev *rtwdev, enum rtw89_lv1_rcvy_step step); member