Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dverbs.c461 opcode_handler packet_handler; in hfi1_handle_packet() local
483 packet_handler = qp_ok(packet); in hfi1_handle_packet()
484 if (likely(packet_handler)) in hfi1_handle_packet()
485 packet_handler(packet); in hfi1_handle_packet()
514 packet_handler = qp_ok(packet); in hfi1_handle_packet()
515 if (likely(packet_handler)) in hfi1_handle_packet()
516 packet_handler(packet); in hfi1_handle_packet()