Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c5358 } txoff_func[] = { variable
5664 m = RTE_DIM(txoff_func); in mlx5_select_tx_function()
5665 for (i = 0; i < RTE_DIM(txoff_func); i++) { in mlx5_select_tx_function()
5668 tmp = txoff_func[i].olx; in mlx5_select_tx_function()
5696 if (m >= RTE_DIM(txoff_func) || tmp < diff) { in mlx5_select_tx_function()
5703 tmp = txoff_func[i].olx ^ txoff_func[m].olx; in mlx5_select_tx_function()
5711 if (m >= RTE_DIM(txoff_func)) { in mlx5_select_tx_function()
5742 return txoff_func[m].func; in mlx5_select_tx_function()
5806 for (i = 0; i < RTE_DIM(txoff_func); i++) { in mlx5_tx_burst_mode_get()
5807 if (pkt_burst == txoff_func[i].func) { in mlx5_tx_burst_mode_get()
[all …]