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

/freebsd-10-stable/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-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c185 static const u8 mthca_opcode[] = { variable
1767 if (wr->opcode >= ARRAY_SIZE(mthca_opcode)) {
1777 mthca_opcode[wr->opcode]);
1786 op0 = mthca_opcode[wr->opcode];
2108 if (wr->opcode >= ARRAY_SIZE(mthca_opcode)) {
2118 mthca_opcode[wr->opcode]);
2127 op0 = mthca_opcode[wr->opcode];

Completed in 52 milliseconds