Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Dfealnx.c236 struct fealnx_desc *next_desc_logical; member
1060 np->lack_rxbuf = np->lack_rxbuf->next_desc_logical; in allocate_rx_buffers()
1241 np->rx_ring[i].next_desc_logical = &np->rx_ring[i + 1]; in init_ring()
1247 np->rx_ring[i - 1].next_desc_logical = np->rx_ring; in init_ring()
1279 np->tx_ring[i].next_desc_logical = &np->tx_ring[i + 1]; in init_ring()
1285 np->tx_ring[i - 1].next_desc_logical = &np->tx_ring[0]; in init_ring()
1310 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()
1325 next = np->cur_tx_copy->next_desc_logical; in start_tx()
1340 np->cur_tx_copy = next->next_desc_logical; in start_tx()
1353 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dfealnx.c236 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()
[all...]

Completed in 6 milliseconds