Searched refs:olx (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_tx.c | 29 #define MLX5_TXOFF_INFO(func, olx) {mlx5_tx_burst_##func, olx}, argument 287 unsigned int olx; member 510 olx |= MLX5_TXOFF_CONFIG_TSO; in mlx5_select_tx_function() 586 tmp = txoff_func[i].olx; in mlx5_select_tx_function() 587 if (tmp == olx) { in mlx5_select_tx_function() 592 if ((tmp & olx) != olx) { in mlx5_select_tx_function() 621 tmp = txoff_func[i].olx ^ txoff_func[m].olx; in mlx5_select_tx_function() 632 dev->data->port_id, olx); in mlx5_select_tx_function() 637 dev->data->port_id, olx, txoff_func[m].olx); in mlx5_select_tx_function() 722 unsigned int i, olx; in mlx5_tx_burst_mode_get() local [all …]
|
| H A D | mlx5_tx.h | 382 unsigned int olx) in txq_mbuf_to_swp() argument 630 part, olx); in mlx5_tx_free_elts() 849 unsigned int olx) in mlx5_tx_eseg_none() argument 909 unsigned int olx) in mlx5_tx_eseg_dmin() argument 986 unsigned int olx) in mlx5_tx_eseg_data() argument 1200 unsigned int olx) in mlx5_tx_eseg_mdat() argument 1733 unsigned int olx) in mlx5_tx_packet_multi_tso() argument 2209 unsigned int olx) in mlx5_tx_burst_tso() argument 2659 dlen, olx); in mlx5_tx_burst_empw_simple() 3225 0, olx); in mlx5_tx_burst_single_send() [all …]
|