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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Db44.c66 (((BP)->tx_cons <= (BP)->tx_prod) ? \
67 (BP)->tx_cons + (BP)->tx_pending - (BP)->tx_prod : \
68 (BP)->tx_cons - (BP)->tx_prod - TX_RING_GAP(BP))
986 entry = bp->tx_prod;
1005 bp->tx_prod = entry;
1263 bp->tx_prod = bp->tx_cons = 0;
H A Db44.h420 u32 tx_prod, tx_cons; member in struct:b44
H A Dsky2.c829 struct sky2_tx_le *le = sky2->tx_le + sky2->tx_prod;
831 sky2->tx_prod = RING_NEXT(sky2->tx_prod, TX_RING_SIZE);
1241 sky2->tx_prod = sky2->tx_cons = 0;
1328 return sky2->tx_pending - tx_dist(sky2->tx_cons, sky2->tx_prod);
1371 dev->name, sky2->tx_prod, skb->len);
1480 sky2_put_idx(hw, txqaddr[sky2->port], sky2->tx_prod);
1546 sky2_tx_complete(sky2, sky2->tx_prod);
1870 dev->name, sky2->tx_cons, sky2->tx_prod,
H A Dbnx2.c225 diff = bp->tx_prod - bp->tx_cons;
3881 bp->tx_prod = 0;
4363 txbd = &bp->tx_desc_ring[TX_RING_IDX(bp->tx_prod)];
4371 bp->tx_prod = NEXT_TX_BD(bp->tx_prod);
4374 REG_WR16(bp, bp->tx_bidx_addr, bp->tx_prod);
4389 if (bp->status_blk->status_tx_quick_consumer_index0 != bp->tx_prod) {
4842 prod = bp->tx_prod;
4946 bp->tx_prod = prod;
H A Dsky2.h1875 u16 tx_prod; /* next le to use */ member in struct:sky2_port
H A Dtg3.c3054 ((tp->tx_prod - tp->tx_cons) & (TG3_TX_RING_SIZE - 1)));
3900 entry = tp->tx_prod;
3977 tp->tx_prod = entry;
4052 entry = tp->tx_prod;
4180 tp->tx_prod = entry;
6262 tp->tx_prod = 0;
8633 tg3_set_txd(tp, tp->tx_prod, map, tx_len, 0, 1);
8635 tp->tx_prod++;
8639 tp->tx_prod);
8653 if ((tx_idx == tp->tx_prod)
[all...]
H A Dtg3.h2160 u32 tx_prod; member in struct:tg3
H A Dbnx2.h6485 u16 tx_prod; member in struct:bnx2

Completed in 293 milliseconds