Lines Matching refs:next_desc_logical
236 struct fealnx_desc *next_desc_logical; member
1062 np->lack_rxbuf = np->lack_rxbuf->next_desc_logical; in allocate_rx_buffers()
1243 np->rx_ring[i].next_desc_logical = &np->rx_ring[i + 1]; in init_ring()
1249 np->rx_ring[i - 1].next_desc_logical = np->rx_ring; in init_ring()
1281 np->tx_ring[i].next_desc_logical = &np->tx_ring[i + 1]; in init_ring()
1287 np->tx_ring[i - 1].next_desc_logical = &np->tx_ring[0]; in init_ring()
1312 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()
1327 next = np->cur_tx_copy->next_desc_logical; in start_tx()
1342 np->cur_tx_copy = next->next_desc_logical; in start_tx()
1355 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()
1397 cur->next_desc_logical = &np->tx_ring[i + 1]; in reset_tx_descriptors()
1401 np->tx_ring[TX_RING_SIZE - 1].next_desc_logical = &np->tx_ring[0]; in reset_tx_descriptors()
1417 cur = cur->next_desc_logical; in reset_rx_descriptors()
1494 next = np->cur_tx->next_desc_logical; in intr_handler()
1539 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()
1542 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()
1543 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()
1653 cur = cur->next_desc_logical; in netdev_rx()
1673 np->cur_rx = np->cur_rx->next_desc_logical; in netdev_rx()
1733 np->cur_rx = np->cur_rx->next_desc_logical; in netdev_rx()