Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/
H A Dfealnx.c236 struct fealnx_desc *next_desc_logical; member
1327 next = np->cur_tx_copy->next_desc_logical; in start_tx()
1342 np->cur_tx_copy = next->next_desc_logical; in start_tx()
1397 cur->next_desc_logical = &np->tx_ring[i + 1]; 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()
[all …]