Lines Matching refs:EndIndex
4836 unsigned int StartIndex, EndIndex; /* index of 1st and last buffers of Rx frame */ in rx_get_frame() local
4857 StartIndex = EndIndex = info->current_rx_buf; in rx_get_frame()
4860 desc = &info->rx_buf_list[EndIndex]; in rx_get_frame()
4861 desc_ex = &info->rx_buf_list_ex[EndIndex]; in rx_get_frame()
4875 EndIndex++; in rx_get_frame()
4876 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4877 EndIndex = 0; in rx_get_frame()
4879 if (EndIndex == info->current_rx_buf) { in rx_get_frame()
4916 rx_free_frame_buffers(info, StartIndex, EndIndex); in rx_get_frame()
4987 rx_free_frame_buffers( info, StartIndex, EndIndex ); in rx_get_frame()
4996 if (info->rx_buf_list[EndIndex].status == 0xff) { in rx_get_frame()