Searched refs:mlx4_ib_opcode (Results 1 – 2 of 2) sorted by relevance
46 static const uint32_t mlx4_ib_opcode[] = { variable246 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()
110 static const __be32 mlx4_ib_opcode[] = { variable3209 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()