Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
1065 last = RCV_PKT_DONE; in handle_receive_interrupt()
1072 last = RCV_PKT_DONE; in handle_receive_interrupt()
1108 last = RCV_PKT_DONE; in handle_receive_interrupt()
1111 last = RCV_PKT_DONE; in handle_receive_interrupt()
1165 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1181 last = RCV_PKT_DONE; in handle_receive_interrupt_napi_sp()
Dhfi.h1509 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro