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

/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dqp.c48 static const uint32_t mlx4_ib_opcode[] = { variable
222 if (wr->opcode >= sizeof mlx4_ib_opcode / sizeof mlx4_ib_opcode[0]) {
386 ctrl->owner_opcode = htonl(mlx4_ib_opcode[wr->opcode]) |
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c89 static const __be32 mlx4_ib_opcode[] = { variable
2158 if (wr->opcode < 0 || wr->opcode >= ARRAY_SIZE(mlx4_ib_opcode)) {
2163 ctrl->owner_opcode = mlx4_ib_opcode[wr->opcode] |

Completed in 54 milliseconds