Searched refs:last_tx (Results 1 – 14 of 14) sorted by relevance
| /drivers/net/ethernet/alteon/ |
| 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()
|
| A D | acenic.c | 1168 ap->last_tx = ACE_TX_RING_ENTRIES(ap) - 1; in ace_init()
|
| /drivers/isdn/mISDN/ |
| A D | dsp.h | 206 int last_tx; /* if set, we transmitted last poll interval */ member
|
| 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;
|
| /drivers/net/ethernet/dlink/ |
| A D | dl2k.h | 394 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | rs.h | 319 u64 last_tx; member
|
| A D | rs.c | 2954 lq_sta->last_tx = jiffies; in rs_drv_rate_init() 3104 (unsigned long)(lq_sta->last_tx + in __iwl_mvm_rs_tx_status() 3113 lq_sta->last_tx = jiffies; in __iwl_mvm_rs_tx_status()
|
| /drivers/net/bonding/ |
| A D | bond_main.c | 2196 new_slave->last_tx = new_slave->last_rx; in bond_enslave() 3586 unsigned long last_tx = slave_last_tx(slave); in bond_loadbalance_arp_mon() local 3591 if (bond_time_in_interval(bond, last_tx, 1) && in bond_loadbalance_arp_mon() 3616 if (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_loadbalance_arp_mon() 3682 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() local 3733 last_tx = slave_last_tx(slave); in bond_ab_arp_inspect() 3735 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_ab_arp_inspect() 3754 unsigned long last_tx; in bond_ab_arp_commit() local 3763 last_tx = slave_last_tx(slave); in bond_ab_arp_commit() 3766 bond_time_in_interval(bond, last_tx, 1))) { in bond_ab_arp_commit()
|
| /drivers/soc/fsl/qe/ |
| A D | qmc.c | 966 u16 first_rx, last_tx; in qmc_setup_chan_trnsync() local 987 last_tx = fls64(chan->tx_ts_mask); in qmc_setup_chan_trnsync() 993 trnsync |= QMC_SPE_TRNSYNC_TX((last_tx % info.nb_tx_ts) * 2); in qmc_setup_chan_trnsync() 1001 last_tx, info.nb_tx_ts, chan->tx_ts_mask); in qmc_setup_chan_trnsync()
|
| /drivers/net/wireless/broadcom/b43legacy/ |
| A D | b43legacy.h | 555 unsigned long last_tx; member
|
| A D | dma.c | 1200 dev->stats.last_tx = jiffies; in b43legacy_dma_handle_txstatus()
|
| /drivers/net/ethernet/nvidia/ |
| 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 …]
|
| /drivers/infiniband/hw/hfi1/ |
| A D | hfi.h | 1246 u64 last_tx; member
|
| 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()
|
Completed in 118 milliseconds