Searched refs:agg_num (Results 1 – 3 of 3) sorted by relevance
250 if (pxmitframe->agg_num > 1) in update_txdesc()251 ptxdesc->txdw5 |= cpu_to_le32((pxmitframe->agg_num << USB_TXAGG_NUM_SHT) & 0xFF000000); in update_txdesc()479 pxmitframe->agg_num = 1; /* alloc xmitframe should assign to 1. */ in rtl8188eu_xmitframe_complete()540 pxmitframe->agg_num = 0; /* not first frame of aggregation */ in rtl8188eu_xmitframe_complete()546 pxmitframe->agg_num = 1; in rtl8188eu_xmitframe_complete()570 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()571 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188eu_xmitframe_complete()608 pbuf_tail -= (pfirstframe->agg_num * TXDESC_SIZE); in rtl8188eu_xmitframe_complete()
229 u8 agg_num; member
1201 pmlmepriv->LinkDetectInfo.NumTxOkInPeriod += pxmitframe->agg_num; in rtw_count_tx_stats()1206 pstats->tx_pkts += pxmitframe->agg_num; in rtw_count_tx_stats()1398 pxframe->agg_num = 1; in rtw_alloc_xmitframe()