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

/freebsd-10-stable/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-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c100 static const __be32 mlx4_ib_opcode[] = { variable
3249 if (wr->opcode >= ARRAY_SIZE(mlx4_ib_opcode)) {
3255 ctrl->owner_opcode = mlx4_ib_opcode[wr->opcode] |

Completed in 112 milliseconds