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

/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Drx.c154 u32 curr_id, last_id_inc, rx_packet_ring_addr; wl1251_rx_body() local
158 last_id_inc = (wl->rx_last_id + 1) % (RX_MAX_PACKET_ID + 1); wl1251_rx_body()
160 if (last_id_inc != curr_id) { wl1251_rx_body()
162 curr_id, last_id_inc); wl1251_rx_body()
165 wl->rx_last_id = last_id_inc; wl1251_rx_body()

Completed in 86 milliseconds