Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Ddriver.c816 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
828 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
847 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
857 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
1000 last = RCV_PKT_DONE; in handle_receive_interrupt()
1007 last = RCV_PKT_DONE; in handle_receive_interrupt()
1057 last = RCV_PKT_DONE; in handle_receive_interrupt()
1065 last = RCV_PKT_DONE; in handle_receive_interrupt()
Dhfi.h1450 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro