Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddriver.c623 int ret = RCV_PKT_OK; in process_rcv_packet()
749 int last = RCV_PKT_OK; in handle_receive_interrupt_nodma_rtail()
761 while (last == RCV_PKT_OK) { in handle_receive_interrupt_nodma_rtail()
779 int last = RCV_PKT_OK; in handle_receive_interrupt_dma_rtail()
792 while (last == RCV_PKT_OK) { in handle_receive_interrupt_dma_rtail()
834 int last = RCV_PKT_OK, needset = 1; in handle_receive_interrupt()
858 while (last == RCV_PKT_OK) { in handle_receive_interrupt()
Dhfi.h1138 #define RCV_PKT_OK 0x0 /* keep going */ macro