Searched defs:rtw_tx_desc_backup (Results 1 – 2 of 2) sorted by relevance
369 struct rtw_tx_desc_backup { struct370 int tx_bak_rp;371 int tx_bak_wp;372 u8 tx_bak_desc[TX_BAK_DESC_LEN];373 u8 tx_bak_data_hdr[TX_BAK_DATA_LEN];374 u8 tx_desc_size;
6508 void rtw_tx_desc_backup(_adapter *padapter, struct xmit_frame *pxmitframe, u8 desc_size, u8 hwq) in rtw_tx_desc_backup() function