Home
last modified time | relevance | path

Searched defs:mlx5_txq_ctrl (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.h289 struct mlx5_txq_ctrl { struct
291 uint32_t refcnt; /* Reference counter. */
292 unsigned int socket; /* CPU socket ID for allocations. */
293 enum mlx5_txq_type type; /* The txq ctrl type. */
294 unsigned int max_inline_data; /* Max inline data. */
295 unsigned int max_tso_header; /* Max TSO header size. */
296 struct mlx5_txq_obj *obj; /* Verbs/DevX queue object. */
299 void *bf_reg; /* BlueFlame register from Verbs. */
300 uint16_t dump_file_n; /* Number of dump files. */
302 uint32_t hairpin_status; /* Hairpin binding status. */
[all …]