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

/freebsd-12-stable/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]) {
453 ctrl->owner_opcode = htobe32(mlx4_ib_opcode[wr->opcode]) |
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c109 static const __be32 mlx4_ib_opcode[] = { variable
3209 if (wr->opcode < 0 || wr->opcode >= ARRAY_SIZE(mlx4_ib_opcode)) {
3215 ctrl->owner_opcode = mlx4_ib_opcode[wr->opcode] |

Completed in 131 milliseconds