Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A 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()

Completed in 6 milliseconds