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

/drivers/isdn/mISDN/
H A Ddsp.h204 int last_tx; /* if set, we transmitted last poll interval */ member in struct:dsp
H A Ddsp_cmx.c1318 dsp->last_tx = 0;
1326 dsp->last_tx = 0;
1342 if (dsp->cmx_delay && !dsp->last_tx) {
1359 dsp->last_tx = 1;
/drivers/net/wireless/hostap/
H A Dhostap_ap.h55 unsigned long last_tx; member in struct:sta_info
H A Dhostap_ap.c1030 sta->last_tx,
2796 sta->last_tx = jiffies;
/drivers/net/ethernet/alteon/
H A Dacenic.h691 u32 last_tx, last_std_rx, last_mini_rx; member in struct:ace_private
727 if (value == ap->last_tx)
730 ap->last_tx = value;
H A Dacenic.c1185 ap->last_tx = ACE_TX_RING_ENTRIES(ap) - 1;
/drivers/net/ethernet/dlink/
H A Dsundance.c388 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member in struct:netdev_private
1060 if (np->last_tx) {
1061 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma +
1064 np->last_tx = txdesc;
1152 np->last_tx = NULL;
1762 np->last_tx = NULL;
H A Ddl2k.h405 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member in struct:netdev_private
/drivers/net/ethernet/i825xx/
H A Deexpress.c136 unsigned long last_tx; /* jiffies when last transmit started */ member in struct:net_local
637 lp->last_tx = jiffies;
1042 lp->last_tx = jiffies;
/drivers/net/wireless/b43legacy/
H A Db43legacy.h553 unsigned long last_tx; member in struct:b43legacy_stats
H A Ddma.c1293 dev->stats.last_tx = jiffies;
/drivers/net/ethernet/nvidia/
H A Dforcedeth.c827 union ring_type get_tx, put_tx, first_tx, last_tx; member in struct:fe_priv
1925 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1];
1927 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1];
2228 if (unlikely(put_tx++ == np->last_tx.orig))
2256 if (unlikely(put_tx++ == np->last_tx.orig))
2347 if (unlikely(put_tx++ == np->last_tx.ex))
2376 if (unlikely(put_tx++ == np->last_tx.ex))
2509 if (unlikely(np->get_tx.orig++ == np->last_tx.orig))
2563 if (unlikely(np->get_tx.ex++ == np->last_tx.ex))

Completed in 1271 milliseconds