Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Dfealnx.c397 struct fealnx_desc *cur_tx_copy; member
1270 np->cur_tx_copy = &np->tx_ring[0]; in init_ring()
1296 np->cur_tx_copy->skbuff = skb; in start_tx()
1301 np->cur_tx_copy->buffer = dma_map_single(&np->pci_dev->dev, skb->data, in start_tx()
1303 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1304 np->cur_tx_copy->control |= (skb->len << PKTSShift); /* pkt size */ in start_tx()
1305 np->cur_tx_copy->control |= (skb->len << TBSShift); /* buffer size */ in start_tx()
1308 np->cur_tx_copy->control |= ETIControl | RetryTxLC; in start_tx()
1309 np->cur_tx_copy->status = TXOWN; in start_tx()
1310 np->cur_tx_copy in start_tx()
[all...]
/kernel/linux/linux-6.6/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()
1303 np->cur_tx_copy->buffer = dma_map_single(&np->pci_dev->dev, skb->data, in start_tx()
1305 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1306 np->cur_tx_copy->control |= (skb->len << PKTSShift); /* pkt size */ in start_tx()
1307 np->cur_tx_copy->control |= (skb->len << TBSShift); /* buffer size */ in start_tx()
1310 np->cur_tx_copy->control |= ETIControl | RetryTxLC; in start_tx()
1311 np->cur_tx_copy->status = TXOWN; in start_tx()
1312 np->cur_tx_copy in start_tx()
[all...]

Completed in 6 milliseconds