Home
last modified time | relevance | path

Searched refs:RCV_PKT_DONE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A 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()
[all...]
H A Dhfi.h1509 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddriver.c859 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
868 last = RCV_PKT_DONE; in handle_receive_interrupt_nodma_rtail()
887 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
897 last = RCV_PKT_DONE; in handle_receive_interrupt_dma_rtail()
1018 last = RCV_PKT_DONE; in handle_receive_interrupt()
1025 last = RCV_PKT_DONE; in handle_receive_interrupt()
1061 last = RCV_PKT_DONE; in handle_receive_interrupt()
1064 last = RCV_PKT_DONE; in handle_receive_interrupt()
1118 while (last != RCV_PKT_DONE && packet.numpkt < budget) { in handle_receive_interrupt_napi_sp()
1134 last = RCV_PKT_DONE; in handle_receive_interrupt_napi_sp()
[all...]
H A Dhfi.h1457 #define RCV_PKT_DONE 0x2 /* stop, no more packets detected */ macro

Completed in 16 milliseconds