Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dverbs.c502 opcode_handler packet_handler; in hfi1_handle_packet() local
523 packet_handler = qp_ok(packet); in hfi1_handle_packet()
524 if (likely(packet_handler)) in hfi1_handle_packet()
525 packet_handler(packet); in hfi1_handle_packet()
553 packet_handler = qp_ok(packet); in hfi1_handle_packet()
554 if (likely(packet_handler)) in hfi1_handle_packet()
555 packet_handler(packet); in hfi1_handle_packet()