Home
last modified time | relevance | path

Searched refs:opcode_handler (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c369 static const opcode_handler opcode_handler_tbl[256] = {
517 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok()
584 opcode_handler packet_handler; in hfi1_handle_packet()
Dhfi.h913 typedef void (*opcode_handler)(struct hfi1_packet *packet); typedef