Home
last modified time | relevance | path

Searched refs:agg_count (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_data.c528 port->agg_count = 0; in reset_aggr_params()
618 port->agg_count = 1; in rmnet_map_tx_aggregate()
645 port->agg_count++; in rmnet_map_tx_aggregate()
648 port->agg_count >= port->egress_agg_params.count || in rmnet_map_tx_aggregate()
H A Drmnet_config.h48 u8 agg_count; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3503 int agg_count = 0; in mlx5e_mqprio_channel_validate() local
3535 if (mqprio->qopt.offset[i] != agg_count) { in mlx5e_mqprio_channel_validate()
3539 agg_count += mqprio->qopt.count[i]; in mlx5e_mqprio_channel_validate()
3542 if (priv->channels.params.num_channels != agg_count) { in mlx5e_mqprio_channel_validate()
3544 agg_count, priv->channels.params.num_channels); in mlx5e_mqprio_channel_validate()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1313 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()
H A Dbnxt.h869 u8 agg_count; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1364 tpa_info->agg_count = 0; in bnxt_tpa_start()
1620 if (unlikely(agg_bufs != tpa_info->agg_count)) { in bnxt_tpa_end()
1622 agg_bufs, tpa_info->agg_count); in bnxt_tpa_end()
1623 agg_bufs = tpa_info->agg_count; in bnxt_tpa_end()
1625 tpa_info->agg_count = 0; in bnxt_tpa_end()
1745 BUG_ON(tpa_info->agg_count >= MAX_SKB_FRAGS); in bnxt_tpa_agg()
1746 tpa_info->agg_arr[tpa_info->agg_count++] = *rx_agg; in bnxt_tpa_agg()
H A Dbnxt.h897 u8 agg_count; member

Completed in 51 milliseconds