Searched refs:agg_num (Results 1 – 3 of 3) sorted by relevance
251 if (pxmitframe->agg_num > 1) in update_txdesc()252 ptxdesc->txdw5 |= cpu_to_le32((pxmitframe->agg_num << USB_TXAGG_NUM_SHT) & 0xFF000000); in update_txdesc()480 pxmitframe->agg_num = 1; /* alloc xmitframe should assign to 1. */ in rtl8188eu_xmitframe_complete()541 pxmitframe->agg_num = 0; /* not first frame of aggregation */ in rtl8188eu_xmitframe_complete()547 pxmitframe->agg_num = 1; in rtl8188eu_xmitframe_complete()571 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()572 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188eu_xmitframe_complete()609 pbuf_tail -= (pfirstframe->agg_num * TXDESC_SIZE); in rtl8188eu_xmitframe_complete()
229 u8 agg_num; member
1205 pmlmepriv->LinkDetectInfo.NumTxOkInPeriod += pxmitframe->agg_num; in rtw_count_tx_stats()1210 pstats->tx_pkts += pxmitframe->agg_num; in rtw_count_tx_stats()1402 pxframe->agg_num = 1; in rtw_alloc_xmitframe()