Searched refs:opcode_handler (Results 1 – 2 of 2) sorted by relevance
230 static const opcode_handler opcode_handler_tbl[256] = {316 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok()359 static opcode_handler tid_qp_ok(int opcode, struct hfi1_packet *packet) in tid_qp_ok()377 opcode_handler opcode_handler; in hfi1_kdeth_eager_rcv() local406 opcode_handler = tid_qp_ok(opcode, packet); in hfi1_kdeth_eager_rcv()407 if (likely(opcode_handler)) in hfi1_kdeth_eager_rcv()408 opcode_handler(packet); in hfi1_kdeth_eager_rcv()431 opcode_handler opcode_handler; in hfi1_kdeth_expected_rcv() local460 opcode_handler = tid_qp_ok(opcode, packet); in hfi1_kdeth_expected_rcv()461 if (likely(opcode_handler)) in hfi1_kdeth_expected_rcv()[all …]
986 typedef void (*opcode_handler)(struct hfi1_packet *packet); typedef