Lines Matching refs:start_index
1081 int start_index = ring->cur; in xgbe_tx_desc_init() local
1097 rdata = XGBE_GET_DESC_DATA(ring, start_index); in xgbe_tx_desc_init()
1159 unsigned int start_index = ring->cur; in xgbe_rx_desc_init() local
1176 rdata = XGBE_GET_DESC_DATA(ring, start_index); in xgbe_rx_desc_init()
1183 rdata = XGBE_GET_DESC_DATA(ring, start_index + ring->rdesc_count - 1); in xgbe_rx_desc_init()
1402 int start_index = ring->cur; in xgbe_dev_xmit() local
1520 if (cur_index != start_index) in xgbe_dev_xmit()
1546 for (i = cur_index - start_index + 1; i < packet->rdesc_count; i++) { in xgbe_dev_xmit()
1589 rdata = XGBE_GET_DESC_DATA(ring, start_index); in xgbe_dev_xmit()
1594 xgbe_dump_tx_desc(pdata, ring, start_index, in xgbe_dev_xmit()
1609 channel->name, start_index & (ring->rdesc_count - 1), in xgbe_dev_xmit()