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

/linux-master/drivers/net/ethernet/
H A Dfealnx.c236 struct fealnx_desc *next_desc_logical; member in struct:fealnx_desc
1062 np->lack_rxbuf = np->lack_rxbuf->next_desc_logical;
1243 np->rx_ring[i].next_desc_logical = &np->rx_ring[i + 1];
1249 np->rx_ring[i - 1].next_desc_logical = np->rx_ring;
1281 np->tx_ring[i].next_desc_logical = &np->tx_ring[i + 1];
1287 np->tx_ring[i - 1].next_desc_logical = &np->tx_ring[0];
1312 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical;
1327 next = np->cur_tx_copy->next_desc_logical;
1342 np->cur_tx_copy = next->next_desc_logical;
1355 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical;
[all...]

Completed in 136 milliseconds