Lines Matching refs:start_index
1095 int start_index = ring->cur; in xgbe_tx_desc_init() local
1111 rdata = XGBE_GET_DESC_DATA(ring, start_index); in xgbe_tx_desc_init()
1170 unsigned int start_index = ring->cur; in xgbe_rx_desc_init() local
1187 rdata = XGBE_GET_DESC_DATA(ring, start_index); in xgbe_rx_desc_init()
1194 rdata = XGBE_GET_DESC_DATA(ring, start_index + ring->rdesc_count - 1); in xgbe_rx_desc_init()
1410 int start_index = ring->cur; in xgbe_dev_xmit() local
1526 if (cur_index != start_index) in xgbe_dev_xmit()
1550 for (i = cur_index - start_index + 1; i < packet->rdesc_count; i++) { in xgbe_dev_xmit()
1593 rdata = XGBE_GET_DESC_DATA(ring, start_index); in xgbe_dev_xmit()
1598 xgbe_dump_tx_desc(ring, start_index, packet->rdesc_count, 1); in xgbe_dev_xmit()
1613 channel->name, start_index & (ring->rdesc_count - 1), in xgbe_dev_xmit()