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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c403 struct fealnx_desc *cur_tx_copy; member in struct:netdev_private
1270 np->cur_tx_copy = &np->tx_ring[0];
1295 np->cur_tx_copy->skbuff = skb;
1300 np->cur_tx_copy->buffer = pci_map_single(np->pci_dev, skb->data,
1302 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable;
1303 np->cur_tx_copy->control |= (skb->len << PKTSShift); /* pkt size */
1304 np->cur_tx_copy->control |= (skb->len << TBSShift); /* buffer size */
1307 np->cur_tx_copy->control |= ETIControl | RetryTxLC;
1308 np->cur_tx_copy->status = TXOWN;
1309 np->cur_tx_copy
[all...]

Completed in 90 milliseconds