Searched refs:agg_count (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_tx.c | 379 u8 agg_count, u16 *pkt_len, u8 *wp_offset) in rtw_hal_sdio_tx() argument 388 buf, buf_len, agg_count, in rtw_hal_sdio_tx()
|
| H A D | hal_api_mac.h | 129 u8 *buf, u32 len, u8 agg_count,
|
| H A D | hal_api.h | 504 u8 agg_count, u16 *pkt_len, u8 *wp_offset);
|
| H A D | hal_api_mac.c | 1233 u8 *buf, u32 len, u8 agg_count, in rtw_hal_mac_sdio_check_tx_allow() argument 1248 if (!pkt_len && (agg_count == 1)) { in rtw_hal_mac_sdio_check_tx_allow() 1252 if (!wp_offset && (agg_count == 1)) { in rtw_hal_mac_sdio_check_tx_allow() 1266 info.dma_txagg_num = agg_count; in rtw_hal_mac_sdio_check_tx_allow() 1269 for (i = 0; i < agg_count; i++) in rtw_hal_mac_sdio_check_tx_allow() 1299 for (i = 0; i < agg_count; i++) in rtw_hal_mac_sdio_check_tx_allow()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_tx.c | 379 u8 agg_count, u16 *pkt_len, u8 *wp_offset) in rtw_hal_sdio_tx() argument 388 buf, buf_len, agg_count, in rtw_hal_sdio_tx()
|
| H A D | hal_api_mac.h | 129 u8 *buf, u32 len, u8 agg_count,
|
| H A D | hal_api.h | 501 u8 agg_count, u16 *pkt_len, u8 *wp_offset);
|
| H A D | hal_api_mac.c | 1233 u8 *buf, u32 len, u8 agg_count, in rtw_hal_mac_sdio_check_tx_allow() argument 1248 if (!pkt_len && (agg_count == 1)) { in rtw_hal_mac_sdio_check_tx_allow() 1252 if (!wp_offset && (agg_count == 1)) { in rtw_hal_mac_sdio_check_tx_allow() 1266 info.dma_txagg_num = agg_count; in rtw_hal_mac_sdio_check_tx_allow() 1269 for (i = 0; i < agg_count; i++) in rtw_hal_mac_sdio_check_tx_allow() 1299 for (i = 0; i < agg_count; i++) in rtw_hal_mac_sdio_check_tx_allow()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | GobiUSBNet.c | 251 unsigned agg_count; member 641 priv->agg_count = 0; in rmnet_usb_tx_agg_work() 705 priv->agg_count++; in rmnet_usb_tx_agg() 710 else if (priv->agg_count == priv->ul_data_aggregation_max_datagrams) { in rmnet_usb_tx_agg() 732 priv->agg_count = 0; in rmnet_usb_tx_agg() 752 priv->agg_count++; in rmnet_usb_tx_agg() 931 priv->agg_count = 0; in qmap_register_device()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 869 u8 agg_count; member
|
| H A D | bnxt.c | 1313 tpa_info->agg_count = 0; in bnxt_tpa_start() 1569 if (unlikely(agg_bufs != tpa_info->agg_count)) { in bnxt_tpa_end() 1571 agg_bufs, tpa_info->agg_count); in bnxt_tpa_end() 1572 agg_bufs = tpa_info->agg_count; in bnxt_tpa_end() 1574 tpa_info->agg_count = 0; in bnxt_tpa_end() 1690 BUG_ON(tpa_info->agg_count >= MAX_SKB_FRAGS); in bnxt_tpa_agg() 1691 tpa_info->agg_arr[tpa_info->agg_count++] = *rx_agg; in bnxt_tpa_agg()
|