Searched refs:max_tso_header (Results 1 – 4 of 4) sorted by relevance
891 qp_attr.max_tso_header = txq_ctrl->max_tso_header; in mlx5_txq_ibv_qp_create()
924 txq_ctrl->max_tso_header = MLX5_MAX_TSO_HEADER; in txq_set_params()
1317 RTE_ALIGN(txq_ctrl->max_tso_header, MLX5_WSEG_SIZE) : 0; in mlx5_txq_devx_obj_new()
180 unsigned int max_tso_header; /* Max TSO header size. */ member