Searched refs:agg_num (Results 1 – 7 of 7) sorted by relevance
12 static u8 rtw_sdio_wait_enough_TxOQT_space(struct adapter *padapter, u8 agg_num) in rtw_sdio_wait_enough_TxOQT_space() argument17 while (pHalData->SdioTxOQTFreeSpace < agg_num) { in rtw_sdio_wait_enough_TxOQT_space()32 pHalData->SdioTxOQTFreeSpace -= agg_num; in rtw_sdio_wait_enough_TxOQT_space()100 if (rtw_sdio_wait_enough_TxOQT_space(padapter, pxmitbuf->agg_num) == false) in rtl8723_dequeue_writeport()103 traffic_check_for_leave_lps(padapter, true, pxmitbuf->agg_num); in rtl8723_dequeue_writeport()251 pframe->agg_num = k; in xmit_xmitframes()252 pxmitbuf->agg_num = k; in xmit_xmitframes()337 pframe->agg_num = k; in xmit_xmitframes()338 pxmitbuf->agg_num = k; in xmit_xmitframes()
2682 ptxdesc->usb_txagg_num = pxmitframe->agg_num; in rtl8723b_fill_default_txdesc()
233 if (pxmitframe->agg_num > 1) in update_txdesc()234 ptxdesc->txdw5 |= cpu_to_le32((pxmitframe->agg_num << USB_TXAGG_NUM_SHT) & 0xFF000000); in update_txdesc()454 pxmitframe->agg_num = 1; /* alloc xmitframe should assign to 1. */ in rtl8188eu_xmitframe_complete()515 pxmitframe->agg_num = 0; /* not first frame of aggregation */ in rtl8188eu_xmitframe_complete()521 pxmitframe->agg_num = 1; in rtl8188eu_xmitframe_complete()545 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()546 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188eu_xmitframe_complete()583 pbuf_tail -= (pfirstframe->agg_num * TXDESC_SIZE); in rtl8188eu_xmitframe_complete()
266 u8 agg_num; member291 u8 agg_num; member
217 u8 agg_num; member
1369 pkt_num = pxmitframe->agg_num; in rtw_count_tx_stats()1399 pxmitbuf->agg_num = 0; in __rtw_alloc_cmd_xmitbuf()1464 pxmitbuf->agg_num = 1; in rtw_alloc_xmitbuf_ext()1523 pxmitbuf->agg_num = 0; in rtw_alloc_xmitbuf()1574 pxframe->agg_num = 1; in rtw_init_xmitframe()
1118 pmlmepriv->LinkDetectInfo.NumTxOkInPeriod += pxmitframe->agg_num; in rtw_count_tx_stats()1123 pstats->tx_pkts += pxmitframe->agg_num; in rtw_count_tx_stats()1304 pxframe->agg_num = 1; in rtw_alloc_xmitframe()