Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dser.c380 if (!rtwdev->hci.ops->mac_lv1_rcvy) in hal_enable_dma()
383 ret = rtwdev->hci.ops->mac_lv1_rcvy(rtwdev, RTW89_LV1_RCVY_STEP_2); in hal_enable_dma()
398 if (!rtwdev->hci.ops->mac_lv1_rcvy) in hal_stop_dma()
401 ret = rtwdev->hci.ops->mac_lv1_rcvy(rtwdev, RTW89_LV1_RCVY_STEP_1); in hal_stop_dma()
H A Dpci.c4399 .mac_lv1_rcvy = rtw89_pci_ops_mac_lv1_recovery,
H A Dcore.h3561 int (*mac_lv1_rcvy)(struct rtw89_dev *rtwdev, enum rtw89_lv1_rcvy_step step); member