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

/linux-master/drivers/isdn/mISDN/
H A Ddsp.h206 int last_tx; /* if set, we transmitted last poll interval */ member in struct:dsp
H A Ddsp_cmx.c1312 dsp->last_tx = 0;
1320 dsp->last_tx = 0;
1336 if (dsp->cmx_delay && !dsp->last_tx) {
1353 dsp->last_tx = 1;
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.h693 u32 last_tx, last_std_rx, last_mini_rx; member in struct:ace_private
728 if (value == ap->last_tx)
731 ap->last_tx = value;
H A Dacenic.c1168 ap->last_tx = ACE_TX_RING_ENTRIES(ap) - 1;
/linux-master/include/net/
H A Dbonding.h163 unsigned long last_tx; member in struct:slave
543 WRITE_ONCE(slave->last_tx, jiffies);
548 return READ_ONCE(slave->last_tx);
/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.h392 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member in struct:netdev_private
H A Dsundance.c390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member in struct:netdev_private
1072 if (np->last_tx) {
1073 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma +
1076 np->last_tx = txdesc;
1164 np->last_tx = NULL;
1828 np->last_tx = NULL;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h323 u64 last_tx; member in struct:iwl_lq_sta
H A Drs.c2947 lq_sta->last_tx = jiffies;
3097 (unsigned long)(lq_sta->last_tx +
3106 lq_sta->last_tx = jiffies;
/linux-master/net/mac80211/
H A Dagg-tx.c572 tid_tx->last_tx = jiffies;
591 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout);
1046 tid_tx->last_tx = jiffies;
H A Dsta_info.h166 * @last_tx: jiffies of last tx activity
191 unsigned long last_tx; member in struct:tid_ampdu_tx
H A Dmesh.c808 tid_tx->last_tx = jiffies;
H A Dtx.c1171 tid_tx->last_tx = jiffies;
3787 tid_tx->last_tx = jiffies;
4636 tid_tx->last_tx = jiffies;
H A Drx.c2802 tid_tx->last_tx = jiffies;
/linux-master/drivers/soc/fsl/qe/
H A Dqmc.c892 u16 first_rx, last_tx; local
905 last_tx = fls64(chan->tx_ts_mask);
911 trnsync |= QMC_SPE_TRNSYNC_TX((last_tx % info.nb_tx_ts) * 2);
918 last_tx, info.nb_tx_ts, chan->tx_ts_mask);
/linux-master/drivers/net/bonding/
H A Dbond_main.c2051 new_slave->last_tx = new_slave->last_rx;
3428 unsigned long last_tx = slave_last_tx(slave); local
3433 if (bond_time_in_interval(bond, last_tx, 1) &&
3458 if (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) ||
3524 unsigned long last_tx, last_rx; local
3575 last_tx = slave_last_tx(slave);
3577 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) ||
3596 unsigned long last_tx; local
3605 last_tx = slave_last_tx(slave);
3608 bond_time_in_interval(bond, last_tx,
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h555 unsigned long last_tx; member in struct:b43legacy_stats
H A Ddma.c1200 dev->stats.last_tx = jiffies;
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c825 union ring_type get_tx, put_tx, last_tx; member in struct:fe_priv
1954 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1];
1956 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1];
2276 if (unlikely(put_tx++ == np->last_tx.orig))
2325 if (unlikely(put_tx++ == np->last_tx.orig))
2333 prev_tx = np->last_tx.orig;
2454 if (unlikely(put_tx++ == np->last_tx.ex))
2503 if (unlikely(put_tx++ == np->last_tx.ex))
2511 prev_tx = np->last_tx.ex;
2661 if (unlikely(np->get_tx.orig++ == np->last_tx
[all...]
/linux-master/net/bluetooth/
H A Dhci_core.c3624 unsigned long last_tx; local
3631 last_tx = hdev->le_last_tx;
3634 last_tx = hdev->acl_last_tx;
3641 if (!cnt && time_after(jiffies, last_tx + HCI_ACL_TX_TIMEOUT))
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h1246 u64 last_tx; member in struct:hfi1_devdata
H A Dchip.c12520 dd->unit, cur_tx, cur_rx, dd->last_tx, dd->last_rx);
12522 if ((cur_tx < dd->last_tx) || (cur_rx < dd->last_rx)) {
12531 total_flits = (cur_tx - dd->last_tx) + (cur_rx - dd->last_rx);
12573 dd->last_tx = entry->rw_cntr(entry, dd, CNTR_INVALID_VL,
12581 dd->unit, dd->last_tx, dd->last_rx);

Completed in 1017 milliseconds