18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2012 Realtek Corporation.*/ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifndef __REALTEK_PCI92SE_TRX_H__ 58c2ecf20Sopenharmony_ci#define __REALTEK_PCI92SE_TRX_H__ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_civoid rtl92se_tx_fill_desc(struct ieee80211_hw *hw, 88c2ecf20Sopenharmony_ci struct ieee80211_hdr *hdr, u8 *pdesc, 98c2ecf20Sopenharmony_ci u8 *pbd_desc_tx, struct ieee80211_tx_info *info, 108c2ecf20Sopenharmony_ci struct ieee80211_sta *sta, 118c2ecf20Sopenharmony_ci struct sk_buff *skb, u8 hw_queue, 128c2ecf20Sopenharmony_ci struct rtl_tcb_desc *ptcb_desc); 138c2ecf20Sopenharmony_civoid rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, 148c2ecf20Sopenharmony_ci bool lastseg, struct sk_buff *skb); 158c2ecf20Sopenharmony_cibool rtl92se_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *stats, 168c2ecf20Sopenharmony_ci struct ieee80211_rx_status *rx_status, u8 *pdesc, 178c2ecf20Sopenharmony_ci struct sk_buff *skb); 188c2ecf20Sopenharmony_civoid rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, 198c2ecf20Sopenharmony_ci u8 desc_name, u8 *val); 208c2ecf20Sopenharmony_ciu64 rtl92se_get_desc(struct ieee80211_hw *hw, 218c2ecf20Sopenharmony_ci u8 *desc, bool istx, u8 desc_name); 228c2ecf20Sopenharmony_civoid rtl92se_tx_polling(struct ieee80211_hw *hw, u8 hw_queue); 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci#endif 25