Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Ddriver.c842 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
854 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
873 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
883 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
1026 last = RCV_PKT_DONE; in handle_receive_interrupt()
1033 last = RCV_PKT_DONE; in handle_receive_interrupt()
1083 last = RCV_PKT_DONE; in handle_receive_interrupt()
1091 last = RCV_PKT_DONE; in handle_receive_interrupt()
Dhfi.h1508 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro