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

/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dqp.c51 static const uint8_t mthca_opcode[] = { variable
285 if (wr->opcode >= sizeof mthca_opcode / sizeof mthca_opcode[0]) {
294 mthca_opcode[wr->opcode]);
306 op0 = mthca_opcode[wr->opcode];
651 if (wr->opcode >= sizeof mthca_opcode / sizeof mthca_opcode[0]) {
660 mthca_opcode[wr->opcode]);
669 op0 = mthca_opcode[wr->opcode];
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c185 static const u8 mthca_opcode[] = { variable
1768 if (wr->opcode >= ARRAY_SIZE(mthca_opcode)) {
1778 mthca_opcode[wr->opcode]);
1787 op0 = mthca_opcode[wr->opcode];
2109 if (wr->opcode >= ARRAY_SIZE(mthca_opcode)) {
2119 mthca_opcode[wr->opcode]);
2128 op0 = mthca_opcode[wr->opcode];

Completed in 105 milliseconds