Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Ddriver.c859 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
868 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
887 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
897 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
1018 last = RCV_PKT_DONE; in handle_receive_interrupt()
1025 last = RCV_PKT_DONE; in handle_receive_interrupt()
1061 last = RCV_PKT_DONE; in handle_receive_interrupt()
1064 last = RCV_PKT_DONE; in handle_receive_interrupt()
1118 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1134 last = RCV_PKT_DONE; in handle_receive_interrupt_napi_sp()
Dhfi.h1459 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro