Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/realtek/rtw89/
Dfw.c57 static int rtw89_h2c_tx_and_wait(struct rtw89_dev *rtwdev, struct sk_buff *skb,
4948 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_del_pkt_offload()
4998 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_add_pkt_offload()
5073 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_scan_list_offload()
5181 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_scan_list_offload_be()
5265 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_scan_offload_ax()
5485 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_scan_offload_be()
7628 return rtw89_h2c_tx_and_wait(rtwdev, skb, wait, RTW89_PS_WAIT_COND_IPS_CFG); in rtw89_fw_h2c_fwips()
7655 return rtw89_h2c_tx_and_wait(rtwdev, skb, wait, RTW89_WOW_WAIT_COND_AOAC); in rtw89_fw_h2c_wow_request_aoac()
7663 static int rtw89_h2c_tx_and_wait(struct rtw89_dev *rtwdev, struct sk_buff *skb, in rtw89_h2c_tx_and_wait() function
[all …]