Searched refs:rtw89_h2c_tx_and_wait (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 18 static int rtw89_h2c_tx_and_wait(struct rtw89_dev *rtwdev, struct sk_buff *skb, 2959 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_del_pkt_offload() 3009 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_add_pkt_offload() 3078 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_scan_list_offload() 3137 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_scan_offload() 4311 static int rtw89_h2c_tx_and_wait(struct rtw89_dev *rtwdev, struct sk_buff *skb, in rtw89_h2c_tx_and_wait() function 4373 return rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_add_mcc() 4409 return rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_start_mcc() 4439 return rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_stop_mcc() 4468 return rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond); in rtw89_fw_h2c_del_mcc_group() [all …]
|