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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1.h84 u16 hw_idx; /* hardware index */ member in struct:atl1_tpd_ring
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c3063 u32 hw_idx = tp->hw_status->idx[0].tx_consumer; local
3066 while (sw_idx != hw_idx) {
3087 if (unlikely(ri->skb != NULL || sw_idx == hw_idx))
3273 u16 hw_idx; local
3276 hw_idx = tp->hw_status->idx[0].rx_producer;
3278 * We need to order the read of hw_idx and the read of
3284 while (sw_idx != hw_idx && budget > 0) {
3398 /* Refresh hw_idx to see if there is new work */
3399 if (sw_idx == hw_idx) {
3400 hw_idx
[all...]

Completed in 99 milliseconds