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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dn_r3964.h214 struct r3964_block_header *tx_last; member in struct:r3964_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgreth.c184 struct sk_buff *skb = greth->tx_skbuff[greth->tx_last];
186 tx_bdp = greth->tx_bd_base + greth->tx_last;
187 greth->tx_last = NEXT_TX(greth->tx_last);
196 tx_bdp = greth->tx_bd_base + greth->tx_last;
203 greth->tx_last = NEXT_TX(greth->tx_last);
321 greth->tx_last = 0;
612 bdp = greth->tx_bd_base + greth->tx_last;
630 greth->tx_last
[all...]
H A Dgreth.h109 u16 tx_last; member in struct:greth_private
H A Deepro.c196 int tx_last; /* pointer to last packet in the transmit chain */ member in struct:eepro_local
520 lp->tx_last = 0;\
1063 lp->tx_last = 0;
1257 lp->tx_last = 0;
1350 outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG);
1352 outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG);
1508 outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG);
1512 outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG);
1520 lp->tx_last = last;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_r3964.c239 if (pInfo->tx_last == NULL) {
240 pInfo->tx_first = pInfo->tx_last = pHeader;
242 pInfo->tx_last->next = pHeader;
243 pInfo->tx_last = pHeader;
288 pInfo->tx_last = NULL;
296 TRACE_Q("remove_from_tx_queue: tx_first = %p, tx_last = %p",
297 pInfo->tx_first, pInfo->tx_last);
986 pInfo->tx_first = pInfo->tx_last = NULL;
1039 pInfo->tx_first = pInfo->tx_last = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.h423 u8 tx_last; member in struct:hrz_dev
H A Dhorizon.c1576 tx_channel = dev->tx_last;
1600 dev->tx_last = tx_channel;
2325 dev->tx_last = -1;
2477 dev->tx_last = -1;

Completed in 87 milliseconds