Lines Matching defs:next_desc_logical
236 struct fealnx_desc *next_desc_logical;
1060 np->lack_rxbuf = np->lack_rxbuf->next_desc_logical;
1241 np->rx_ring[i].next_desc_logical = &np->rx_ring[i + 1];
1247 np->rx_ring[i - 1].next_desc_logical = np->rx_ring;
1279 np->tx_ring[i].next_desc_logical = &np->tx_ring[i + 1];
1285 np->tx_ring[i - 1].next_desc_logical = &np->tx_ring[0];
1310 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical;
1325 next = np->cur_tx_copy->next_desc_logical;
1340 np->cur_tx_copy = next->next_desc_logical;
1353 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical;
1395 cur->next_desc_logical = &np->tx_ring[i + 1];
1399 np->tx_ring[TX_RING_SIZE - 1].next_desc_logical = &np->tx_ring[0];
1415 cur = cur->next_desc_logical;
1492 next = np->cur_tx->next_desc_logical;
1537 np->cur_tx = np->cur_tx->next_desc_logical;
1540 np->cur_tx = np->cur_tx->next_desc_logical;
1541 np->cur_tx = np->cur_tx->next_desc_logical;
1651 cur = cur->next_desc_logical;
1671 np->cur_rx = np->cur_rx->next_desc_logical;
1731 np->cur_rx = np->cur_rx->next_desc_logical;