Searched refs:opcode_handler (Results 1 – 2 of 2) sorted by relevance
229 static const opcode_handler opcode_handler_tbl[256] = {315 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok()358 static opcode_handler tid_qp_ok(int opcode, struct hfi1_packet *packet) in tid_qp_ok()376 opcode_handler opcode_handler; in hfi1_kdeth_eager_rcv() local405 opcode_handler = tid_qp_ok(opcode, packet); in hfi1_kdeth_eager_rcv()406 if (likely(opcode_handler)) in hfi1_kdeth_eager_rcv()407 opcode_handler(packet); in hfi1_kdeth_eager_rcv()430 opcode_handler opcode_handler; in hfi1_kdeth_expected_rcv() local459 opcode_handler = tid_qp_ok(opcode, packet); in hfi1_kdeth_expected_rcv()460 if (likely(opcode_handler)) in hfi1_kdeth_expected_rcv()[all …]
977 typedef void (*opcode_handler)(struct hfi1_packet *packet); typedef