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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c242 struct fealnx_desc *next_desc_logical; member in struct:fealnx_desc
1062 np->lack_rxbuf = np->lack_rxbuf->next_desc_logical;
1242 np->rx_ring[i].next_desc_logical = &np->rx_ring[i + 1];
1248 np->rx_ring[i - 1].next_desc_logical = np->rx_ring;
1278 np->tx_ring[i].next_desc_logical = &np->tx_ring[i + 1];
1284 np->tx_ring[i - 1].next_desc_logical = &np->tx_ring[0];
1309 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical;
1323 next = np->cur_tx_copy->next_desc_logical;
1337 np->cur_tx_copy = next->next_desc_logical;
1349 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical;
[all...]

Completed in 111 milliseconds