Searched refs:sw_idx (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c3064 u32 sw_idx = tp->tx_cons; local
3066 while (sw_idx != hw_idx) {
3067 struct tx_ring_info *ri = &tp->tx_buffers[sw_idx];
3083 sw_idx = NEXT_TX(sw_idx);
3086 ri = &tp->tx_buffers[sw_idx];
3087 if (unlikely(ri->skb != NULL || sw_idx == hw_idx))
3095 sw_idx = NEXT_TX(sw_idx);
3106 tp->tx_cons = sw_idx;
3272 u32 sw_idx = tp->rx_rcb_ptr; local
[all...]

Completed in 57 milliseconds