Home
last modified time | relevance | path

Searched refs:txq_ix (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tx.c111 int txq_ix; in mlx5e_select_queue() local
124 txq_ix = mlx5e_select_htb_queue(priv, skb, htb_maj_id); in mlx5e_select_queue()
125 if (txq_ix > 0) in mlx5e_select_queue()
126 return txq_ix; in mlx5e_select_queue()
135 txq_ix = netdev_pick_tx(dev, skb, NULL); in mlx5e_select_queue()
141 if (unlikely(txq_ix >= num_tc_x_num_ch)) in mlx5e_select_queue()
142 txq_ix %= num_tc_x_num_ch; in mlx5e_select_queue()
144 txq_ix = netdev_pick_tx(dev, skb, NULL); in mlx5e_select_queue()
148 return txq_ix; in mlx5e_select_queue()
162 ch_ix = priv->txq2sq[txq_ix]->ch_ix; in mlx5e_select_queue()
A Den_main.c1303 int txq_ix, in mlx5e_alloc_txqsq() argument
1322 sq->txq_ix = txq_ix; in mlx5e_alloc_txqsq()
1486 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq() argument
1495 err = mlx5e_alloc_txqsq(c, txq_ix, params, param, sq, tc); in mlx5e_open_txqsq()
1510 tx_rate = c->priv->tx_rates[sq->txq_ix]; in mlx5e_open_txqsq()
1527 sq->txq = netdev_get_tx_queue(sq->netdev, sq->txq_ix); in mlx5e_activate_txqsq()
1917 tc = mlx5e_mqprio_txq_to_tc(params->mqprio.tc_to_txq, txq_ix); in mlx5e_txq_get_qos_node_hw_id()
1931 int txq_ix = c->ix + tc * params->num_channels; in mlx5e_open_sqs() local
1938 err = mlx5e_open_txqsq(c, c->priv->tisn[c->lag_port][tc], txq_ix, in mlx5e_open_sqs()
2650 priv->txq2sq[sq->txq_ix] = sq; in mlx5e_build_txq_maps()
[all …]
A Den.h445 int txq_ix; member
1073 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix,
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dptp.c185 static int mlx5e_ptp_alloc_txqsq(struct mlx5e_ptp *c, int txq_ix, in mlx5e_ptp_alloc_txqsq() argument
205 sq->txq_ix = txq_ix; in mlx5e_ptp_alloc_txqsq()
274 int txq_ix, struct mlx5e_ptp_params *cparams, in mlx5e_ptp_open_txqsq() argument
282 err = mlx5e_ptp_alloc_txqsq(c, txq_ix, &cparams->params, sqp, in mlx5e_ptp_open_txqsq()
335 int txq_ix = ix_base + tc; in mlx5e_ptp_open_txqsqs() local
337 err = mlx5e_ptp_open_txqsq(c, c->priv->tisn[c->lag_port][tc], txq_ix, in mlx5e_ptp_open_txqsqs()
A Dqos.c202 int txq_ix, ix, qid, err = 0; in mlx5e_open_qos_sq() local
209 txq_ix = mlx5e_qid_from_qos(chs, node->qid); in mlx5e_open_qos_sq()
255 err = mlx5e_open_txqsq(c, priv->tisn[c->lag_port][0], txq_ix, params, in mlx5e_open_qos_sq()
A Dreporter_tx.c165 err = devlink_fmsg_u32_pair_put(fmsg, "txq ix", sq->txq_ix); in mlx5e_tx_reporter_build_diagnose_output_sq_common()

Completed in 654 milliseconds