Searched refs:txoff_func (Results 1 – 1 of 1) sorted by relevance
288 } txoff_func[] = { variable582 m = RTE_DIM(txoff_func); in mlx5_select_tx_function()583 for (i = 0; i < RTE_DIM(txoff_func); i++) { in mlx5_select_tx_function()586 tmp = txoff_func[i].olx; in mlx5_select_tx_function()614 if (m >= RTE_DIM(txoff_func) || tmp < diff) { in mlx5_select_tx_function()621 tmp = txoff_func[i].olx ^ txoff_func[m].olx; in mlx5_select_tx_function()629 if (m >= RTE_DIM(txoff_func)) { in mlx5_select_tx_function()660 return txoff_func[m].func; in mlx5_select_tx_function()724 for (i = 0; i < RTE_DIM(txoff_func); i++) { in mlx5_tx_burst_mode_get()725 if (pkt_burst == txoff_func[i].func) { in mlx5_tx_burst_mode_get()[all …]