Searched refs:next_ptr (Results 1 – 1 of 1) sorted by relevance
192 unsigned short rxcurt_ptr, rxbound_ptr, next_ptr; in ax88180_rx_handler() local203 next_ptr = (rxbound_ptr + 1) & RX_PAGE_NUM_MASK; in ax88180_rx_handler()208 while (next_ptr != rxcurt_ptr) { in ax88180_rx_handler()246 next_ptr = (rxbound_ptr + 1) & RX_PAGE_NUM_MASK; in ax88180_rx_handler()