Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c909 uint32_t owner_opcode = sq->owner_opcode; in mlx4_tx_burst() local
939 owner_opcode &= ~MLX4_OPCODE_CONFIG_CMD; in mlx4_tx_burst()
940 owner_opcode |= MLX4_OPCODE_LSO | MLX4_WQE_CTRL_RR; in mlx4_tx_burst()
980 sq->owner_opcode ^= 1u << MLX4_SQ_OWNER_BIT; in mlx4_tx_burst()
1004 owner_opcode |= MLX4_WQE_CTRL_IIP_HDR_CSUM | in mlx4_tx_burst()
1034 ctrl->owner_opcode = rte_cpu_to_be_32(owner_opcode); in mlx4_tx_burst()
H A Dmlx4_prm.h77 uint32_t owner_opcode; member
H A Dmlx4_txq.c221 sq->owner_opcode = MLX4_OPCODE_SEND | (0u << MLX4_SQ_OWNER_BIT); in mlx4_txq_fill_dv_obj_info()