Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Ddriver.c906 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
915 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
934 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
944 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
1063 last = RCV_PKT_DONE; in handle_receive_interrupt()
1070 last = RCV_PKT_DONE; in handle_receive_interrupt()
1106 last = RCV_PKT_DONE; in handle_receive_interrupt()
1109 last = RCV_PKT_DONE; in handle_receive_interrupt()
1163 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1179 last = RCV_PKT_DONE; in handle_receive_interrupt_napi_sp()
Dhfi.h1508 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro