Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c584 opcode_handler packet_handler; in hfi1_handle_packet() local
605 packet_handler = qp_ok(packet); in hfi1_handle_packet()
606 if (likely(packet_handler)) in hfi1_handle_packet()
607 packet_handler(packet); in hfi1_handle_packet()
635 packet_handler = qp_ok(packet); in hfi1_handle_packet()
636 if (likely(packet_handler)) in hfi1_handle_packet()
637 packet_handler(packet); in hfi1_handle_packet()