Lines Matching refs:EndIndex
4838 unsigned int StartIndex, EndIndex; /* index of 1st and last buffers of Rx frame */ in rx_get_frame() local
4859 StartIndex = EndIndex = info->current_rx_buf; in rx_get_frame()
4862 desc = &info->rx_buf_list[EndIndex]; in rx_get_frame()
4863 desc_ex = &info->rx_buf_list_ex[EndIndex]; in rx_get_frame()
4877 EndIndex++; in rx_get_frame()
4878 if (EndIndex == info->rx_buf_count) in rx_get_frame()
4879 EndIndex = 0; in rx_get_frame()
4881 if (EndIndex == info->current_rx_buf) { in rx_get_frame()
4918 rx_free_frame_buffers(info, StartIndex, EndIndex); in rx_get_frame()
4989 rx_free_frame_buffers( info, StartIndex, EndIndex ); in rx_get_frame()
4998 if (info->rx_buf_list[EndIndex].status == 0xff) { in rx_get_frame()