Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/
Dfealnx.c404 struct fealnx_desc *cur_tx_copy; member
1281 np->cur_tx_copy = &np->tx_ring[0]; in init_ring()
1307 np->cur_tx_copy->skbuff = skb; in start_tx()
1312 np->cur_tx_copy->buffer = pci_map_single(np->pci_dev, skb->data, in start_tx()
1314 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1315 np->cur_tx_copy->control |= (skb->len << PKTSShift); /* pkt size */ in start_tx()
1316 np->cur_tx_copy->control |= (skb->len << TBSShift); /* buffer size */ in start_tx()
1319 np->cur_tx_copy->control |= ETIControl | RetryTxLC; in start_tx()
1320 np->cur_tx_copy->status = TXOWN; in start_tx()
1321 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()
[all …]