Home
last modified time | relevance | path

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

/Linux-v5.15/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()
1021 last = RCV_PKT_DONE; in handle_receive_interrupt()
1028 last = RCV_PKT_DONE; in handle_receive_interrupt()
1064 last = RCV_PKT_DONE; in handle_receive_interrupt()
1067 last = RCV_PKT_DONE; in handle_receive_interrupt()
1121 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1137 last = RCV_PKT_DONE; in handle_receive_interrupt_napi_sp()
Dhfi.h1459 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro