Lines Matching refs:EndIndex
4818 unsigned int StartIndex, EndIndex; /* index of 1st and last buffers of Rx frame */ in rx_get_frame() local
4839 StartIndex = EndIndex = info->current_rx_buf; in rx_get_frame()
4842 desc = &info->rx_buf_list[EndIndex]; in rx_get_frame()
4843 desc_ex = &info->rx_buf_list_ex[EndIndex]; in rx_get_frame()
4857 EndIndex++; in rx_get_frame()
4858 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4859 EndIndex = 0; in rx_get_frame()
4861 if (EndIndex == info->current_rx_buf) { in rx_get_frame()
4898 rx_free_frame_buffers(info, StartIndex, EndIndex); in rx_get_frame()
4969 rx_free_frame_buffers( info, StartIndex, EndIndex ); in rx_get_frame()
4978 if (info->rx_buf_list[EndIndex].status == 0xff) { in rx_get_frame()