Searched refs:agg_num (Results 1 – 10 of 10) 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()
210 if (pxmitframe->agg_num > 1) in update_txdesc()211 ptxdesc->txdw5 |= cpu_to_le32((pxmitframe->agg_num << USB_TXAGG_NUM_SHT) & 0xFF000000); in update_txdesc()427 pxmitframe->agg_num = 1; /* alloc xmitframe should assign to 1. */ in rtl8188eu_xmitframe_complete()485 pxmitframe->agg_num = 0; /* not first frame of aggregation */ in rtl8188eu_xmitframe_complete()491 pxmitframe->agg_num = 1; in rtl8188eu_xmitframe_complete()515 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()516 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188eu_xmitframe_complete()553 pbuf_tail -= (pfirstframe->agg_num * TXDESC_SIZE); in rtl8188eu_xmitframe_complete()
266 u8 agg_num; member291 u8 agg_num; member
1380 pkt_num = pxmitframe->agg_num; in rtw_count_tx_stats()1410 pxmitbuf->agg_num = 0; in __rtw_alloc_cmd_xmitbuf()1475 pxmitbuf->agg_num = 1; in rtw_alloc_xmitbuf_ext()1534 pxmitbuf->agg_num = 0; in rtw_alloc_xmitbuf()1585 pxframe->agg_num = 1; in rtw_init_xmitframe()
216 u8 agg_num; member
1098 pmlmepriv->LinkDetectInfo.NumTxOkInPeriod += pxmitframe->agg_num; in rtw_count_tx_stats()1103 pstats->tx_pkts += pxmitframe->agg_num; in rtw_count_tx_stats()1284 pxframe->agg_num = 1; in rtw_alloc_xmitframe()
485 rtwsta->ampdu_params[tid].agg_num = params->buf_size; in rtw89_ops_ampdu_action()
309 ampdu_num = (u8)((rtwsta->ampdu_params[tid].agg_num ? in rtw89_core_tx_update_ampdu_info()310 rtwsta->ampdu_params[tid].agg_num : in rtw89_core_tx_update_ampdu_info()
1819 u16 agg_num; member
Completed in 55 milliseconds