Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dwqe.h66 uint32_t owner_opcode; member
H A Dqp.c99 ctrl->owner_opcode = htobe32(1 << 31); in mlx4_qp_init_sq_ownership()
453 ctrl->owner_opcode = htobe32(mlx4_ib_opcode[wr->opcode]) | in mlx4_post_send()
472 ctrl->owner_opcode |= htobe32((qp->sq.head & 0xffff) << 8); in mlx4_post_send()
/freebsd/sys/dev/mlx4/
H A Dqp.h303 __be32 owner_opcode; member
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c904 tx_desc->ctrl.owner_opcode = opcode; in mlx4_en_xmit()
916 tx_desc->ctrl.owner_opcode = opcode; in mlx4_en_xmit()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c277 ctrl->owner_opcode = cpu_to_be32(MLX4_OPCODE_NOP | MLX4_WQE_CTRL_NEC) | in post_nop_wqe()
2003 ctrl->owner_opcode = cpu_to_be32(1U << 31); in __mlx4_ib_modify_qp()
3215 ctrl->owner_opcode = mlx4_ib_opcode[wr->opcode] | in mlx4_ib_post_send()