Searched refs:agg_num (Results 1 – 3 of 3) sorted by relevance
242 if (pxmitframe->agg_num > 1) in update_txdesc()243 ptxdesc->txdw5 |= cpu_to_le32((pxmitframe->agg_num << USB_TXAGG_NUM_SHT) & 0xFF000000); in update_txdesc()466 pxmitframe->agg_num = 1; /* alloc xmitframe should assign to 1. */ in rtl8188eu_xmitframe_complete()524 pxmitframe->agg_num = 0; /* not first frame of aggregation */ in rtl8188eu_xmitframe_complete()530 pxmitframe->agg_num = 1; in rtl8188eu_xmitframe_complete()554 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()555 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188eu_xmitframe_complete()592 pbuf_tail -= (pfirstframe->agg_num * TXDESC_SIZE); in rtl8188eu_xmitframe_complete()
222 u8 agg_num; member
1187 pmlmepriv->LinkDetectInfo.NumTxOkInPeriod += pxmitframe->agg_num; in rtw_count_tx_stats()1192 pstats->tx_pkts += pxmitframe->agg_num; in rtw_count_tx_stats()1350 pxframe->agg_num = 1; in rtw_alloc_xmitframe()