Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A 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()
H A Dpci.c4276 .mac_lv1_rcvy = rtw89_pci_ops_mac_lv1_recovery,
H A Dcore.h3543 int (*mac_lv1_rcvy)(struct rtw89_dev *rtwdev, enum rtw89_lv1_rcvy_step step); member