Searched refs:mac_lv1_rcvy (Results 1 – 3 of 3) sorted by relevance
362 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()
4310 .mac_lv1_rcvy = rtw89_pci_ops_mac_lv1_recovery,
3543 int (*mac_lv1_rcvy)(struct rtw89_dev *rtwdev, enum rtw89_lv1_rcvy_step step); member