Home
last modified time | relevance | path

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

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