Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Ddriver.c864 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
873 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
892 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
902 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
1023 last = RCV_PKT_DONE; in handle_receive_interrupt()
1030 last = RCV_PKT_DONE; in handle_receive_interrupt()
1066 last = RCV_PKT_DONE; in handle_receive_interrupt()
1069 last = RCV_PKT_DONE; in handle_receive_interrupt()
1123 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1139 last = RCV_PKT_DONE; in handle_receive_interrupt_napi_sp()
Dhfi.h1459 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro