Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dverbs.c503 opcode_handler packet_handler; in hfi1_handle_packet() local
525 packet_handler = qp_ok(packet); in hfi1_handle_packet()
526 if (likely(packet_handler)) in hfi1_handle_packet()
527 packet_handler(packet); in hfi1_handle_packet()
556 packet_handler = qp_ok(packet); in hfi1_handle_packet()
557 if (likely(packet_handler)) in hfi1_handle_packet()
558 packet_handler(packet); in hfi1_handle_packet()