Searched refs:tc_to_txq (Results 1 – 7 of 7) sorted by relevance
217 count = ndev->tc_to_txq[tc].count; in dwmac5_fpe_map_preemption_class()218 offset = ndev->tc_to_txq[tc].offset; in dwmac5_fpe_map_preemption_class()275 count = ndev->tc_to_txq[tc].count; in dwxgmac3_fpe_map_preemption_class()276 offset = ndev->tc_to_txq[tc].offset; in dwxgmac3_fpe_map_preemption_class()
383 net_dev->tc_to_txq[tc].offset = tc * efx->n_tx_channels; in efx_siena_setup_tc()384 net_dev->tc_to_txq[tc].count = efx->n_tx_channels; in efx_siena_setup_tc()
442 net_dev->tc_to_txq[tc].offset = tc * efx->n_tx_channels; in ef4_setup_tc()443 net_dev->tc_to_txq[tc].count = efx->n_tx_channels; in ef4_setup_tc()
2405 if (txq - tc_to_txq[tc].offset < tc_to_txq[tc].count) in mlx5e_mqprio_txq_to_tc()3077 struct netdev_tc_txq *tc_to_txq) in mlx5e_netdev_set_tcs() argument3095 count = tc_to_txq[tc].count; in mlx5e_netdev_set_tcs()3096 offset = tc_to_txq[tc].offset; in mlx5e_netdev_set_tcs()3151 struct netdev_tc_txq old_tc_to_txq[TC_MAX_QUEUE], *tc_to_txq; in mlx5e_update_tc_and_tx_queues() local3161 old_tc_to_txq[i] = netdev->tc_to_txq[i]; in mlx5e_update_tc_and_tx_queues()3165 tc_to_txq = priv->channels.params.mqprio.tc_to_txq; in mlx5e_update_tc_and_tx_queues()3167 err = mlx5e_netdev_set_tcs(netdev, nch, ntc, tc_to_txq); in mlx5e_update_tc_and_tx_queues()3659 memset(tc_to_txq, 0, sizeof(*tc_to_txq) * TC_MAX_QUEUE); in mlx5e_mqprio_build_default_tc_to_txq()3665 tc_to_txq[tc] = (struct netdev_tc_txq) { in mlx5e_mqprio_build_default_tc_to_txq()[all …]
292 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE]; member
184 offset = dev->tc_to_txq[i].offset; in igc_fpe_map_preempt_tc_to_queue()185 count = dev->tc_to_txq[i].count; in igc_fpe_map_preempt_tc_to_queue()
9253 txq = vdev->tc_to_txq[tc].offset; in ixgbe_select_queue()9255 vdev->tc_to_txq[tc].count); in ixgbe_select_queue()
Completed in 50 milliseconds