| /linux/drivers/net/ethernet/alteon/ |
| H A D | acenic.h | 693 u32 last_tx, last_std_rx, last_mini_rx; member 728 if (value == ap->last_tx) in ace_set_txprd() 731 ap->last_tx = value; in ace_set_txprd()
|
| H A D | acenic.c | 1168 ap->last_tx = ACE_TX_RING_ENTRIES(ap) - 1; in ace_init()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp.h | 206 int last_tx; /* if set, we transmitted last poll interval */ member
|
| H A D | dsp_cmx.c | 1312 dsp->last_tx = 0; 1320 dsp->last_tx = 0; 1336 if (dsp->cmx_delay && !dsp->last_tx) { 1353 dsp->last_tx = 1;
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member 1073 if (np->last_tx) { in tx_poll() 1074 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma + in tx_poll() 1077 np->last_tx = txdesc; in tx_poll() 1167 np->last_tx = NULL; in reset_tx() 1833 np->last_tx = NULL; in netdev_close()
|
| /linux/net/mac80211/ |
| H A D | agg-tx.c | 568 tid_tx->last_tx = jiffies; in ieee80211_refresh_tx_agg_session_timer() 588 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired() 1054 tid_tx->last_tx = jiffies; in ieee80211_process_addba_resp()
|
| H A D | sta_info.h | 191 unsigned long last_tx; member
|
| H A D | tx.c | 1175 tid_tx->last_tx = jiffies; in ieee80211_tx_prep_agg() 3790 tid_tx->last_tx = jiffies; in ieee80211_xmit_fast() 4646 tid_tx->last_tx = jiffies; in ieee80211_8023_xmit()
|
| H A D | rx.c | 2902 tid_tx->last_tx = jiffies; in ieee80211_rx_mesh_fast_forward()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | b43legacy.h | 555 unsigned long last_tx; member
|
| H A D | dma.c | 1200 dev->stats.last_tx = jiffies; in b43legacy_dma_handle_txstatus()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 2033 new_slave->last_tx = new_slave->last_rx; in bond_enslave() 3403 unsigned long last_tx = slave_last_tx(slave); in bond_loadbalance_arp_mon() 3408 if (bond_time_in_interval(bond, last_tx, 1) && in bond_loadbalance_arp_mon() 3433 if (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_loadbalance_arp_mon() 3499 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() 3550 last_tx = slave_last_tx(slave); in bond_ab_arp_inspect() 3552 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_ab_arp_inspect() 3571 unsigned long last_tx; in bond_ab_arp_commit() 3580 last_tx = slave_last_tx(slave); in bond_ab_arp_commit() 3583 bond_time_in_interval(bond, last_tx, in bond_ab_arp_commit() 3397 unsigned long last_tx = slave_last_tx(slave); bond_loadbalance_arp_mon() local 3493 unsigned long last_tx, last_rx; bond_ab_arp_inspect() local 3565 unsigned long last_tx; bond_ab_arp_commit() local [all...] |
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 825 union ring_type get_tx, put_tx, last_tx; member 1940 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1]; in nv_init_tx() 1942 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1]; in nv_init_tx() 2262 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2311 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2319 prev_tx = np->last_tx.orig; in nv_start_xmit() 2440 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2489 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2497 prev_tx = np->last_tx.ex; in nv_start_xmit_optimized() 2647 if (unlikely(np->get_tx.orig++ == np->last_tx.orig)) in nv_tx_done() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 12520 dd->unit, cur_tx, cur_rx, dd->last_tx, dd->last_rx); in do_update_synth_timer() 12522 if ((cur_tx < dd->last_tx) || (cur_rx < dd->last_rx)) { in do_update_synth_timer() 12531 total_flits = (cur_tx - dd->last_tx) + (cur_rx - dd->last_rx); in do_update_synth_timer() 12573 dd->last_tx = entry->rw_cntr(entry, dd, CNTR_INVALID_VL, in do_update_synth_timer() 12581 dd->unit, dd->last_tx, dd->last_rx); in do_update_synth_timer()
|