Searched refs:RCV_PKT_OK (Results 1 – 2 of 2) sorted by relevance
677 return RCV_PKT_OK; in max_packet_exceeded()686 int ret = RCV_PKT_OK; in check_max_packet()859 int last = RCV_PKT_OK; in handle_receive_interrupt_nodma_rtail()870 while (last == RCV_PKT_OK) { in handle_receive_interrupt_nodma_rtail()886 int last = RCV_PKT_OK; in handle_receive_interrupt_dma_rtail()899 while (last == RCV_PKT_OK) { in handle_receive_interrupt_dma_rtail()1010 int needset, last = RCV_PKT_OK; in handle_receive_interrupt()1044 while (last == RCV_PKT_OK) { in handle_receive_interrupt()1113 int last = RCV_PKT_OK; in handle_receive_interrupt_napi_sp()
1457 #define RCV_PKT_OK 0x0 /* keep going */ macro