Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/
H A Dfealnx.c397 struct fealnx_desc *cur_tx_copy; member
1272 np->cur_tx_copy = &np->tx_ring[0]; in init_ring()
1298 np->cur_tx_copy->skbuff = skb; in start_tx()
1311 np->cur_tx_copy->status = TXOWN; in start_tx()
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()
1340 np->cur_tx_copy->status = TXOWN; in start_tx()
1342 np->cur_tx_copy = next->next_desc_logical; in start_tx()
1354 np->cur_tx_copy->status = TXOWN; in start_tx()
1355 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()
[all …]