Home
last modified time | relevance | path

Searched refs:mlx4_ib_opcode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dqp.c46 static const uint32_t mlx4_ib_opcode[] = { variable
246 if (wr->opcode >= sizeof mlx4_ib_opcode / sizeof mlx4_ib_opcode[0]) { in mlx4_post_send()
453 ctrl->owner_opcode = htobe32(mlx4_ib_opcode[wr->opcode]) | in mlx4_post_send()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c110 static const __be32 mlx4_ib_opcode[] = { variable
3209 if (wr->opcode < 0 || wr->opcode >= ARRAY_SIZE(mlx4_ib_opcode)) { in mlx4_ib_post_send()
3215 ctrl->owner_opcode = mlx4_ib_opcode[wr->opcode] | in mlx4_ib_post_send()