/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 71 unsigned int last_tx; member 93 tx_id = ++s->last_tx; in next_tx() 756 if (op->s->root_tx != op->s->last_tx) { in xs_node_walk() 1385 s->root_tx = s->last_tx = 1; in xs_impl_create() 1557 write_be32(ss.bytes, s->last_tx); in xs_impl_serialize() 1811 if (t->tx_id > us->s->last_tx) { in consume_tree() 1838 s->root_tx = s->last_tx = XBT_NULL; in xs_impl_deserialize() 1840 ret = consume_be32(&us, &s->last_tx); in xs_impl_deserialize()
|
/openbmc/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()
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 866 last_tx = -1 877 if last_tx != -1 and abs(last_tx - tx) <= tw: 878 tw -= last_tx - tx 879 tx = last_tx 882 last_tx = tx + tw
|
/openbmc/linux/include/net/ |
H A D | bonding.h | 162 unsigned long last_tx; member 541 WRITE_ONCE(slave->last_tx, jiffies); in slave_update_last_tx() 546 return READ_ONCE(slave->last_tx); in slave_last_tx()
|
/openbmc/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;
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.h | 56 unsigned long last_tx; member
|
H A D | hostap_ap.c | 1033 sta->last_tx, in prism2_sta_proc_show() 2797 sta->last_tx = jiffies; in hostap_handle_sta_tx()
|
/openbmc/linux/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member 1072 if (np->last_tx) { in tx_poll() 1073 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma + in tx_poll() 1076 np->last_tx = txdesc; in tx_poll() 1164 np->last_tx = NULL; in reset_tx() 1828 np->last_tx = NULL; in netdev_close()
|
H A D | dl2k.h | 392 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | qmc.c | 1018 u16 first_rx, last_tx; in qmc_setup_chan_trnsync() local 1031 last_tx = fls64(chan->tx_ts_mask); in qmc_setup_chan_trnsync() 1037 trnsync |= QMC_SPE_TRNSYNC_TX((last_tx % info.nb_tx_ts) * 2); in qmc_setup_chan_trnsync() 1044 last_tx, info.nb_tx_ts, chan->tx_ts_mask); in qmc_setup_chan_trnsync()
|
/openbmc/linux/net/mac80211/ |
H A D | agg-tx.c | 572 tid_tx->last_tx = jiffies; in ieee80211_refresh_tx_agg_session_timer() 591 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired() 1062 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 | 1178 tid_tx->last_tx = jiffies; in ieee80211_tx_prep_agg() 3770 tid_tx->last_tx = jiffies; in ieee80211_xmit_fast() 4619 tid_tx->last_tx = jiffies; in ieee80211_8023_xmit()
|
H A D | mesh.c | 826 tid_tx->last_tx = jiffies; in ieee80211_mesh_xmit_fast()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.h | 317 u64 last_tx; member
|
H A D | rs.c | 2947 lq_sta->last_tx = jiffies; in rs_drv_rate_init() 3097 (unsigned long)(lq_sta->last_tx + in __iwl_mvm_rs_tx_status() 3106 lq_sta->last_tx = jiffies; in __iwl_mvm_rs_tx_status()
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 253 g_assert(s->last_tx == s2->last_tx); in check_serdes()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 2095 new_slave->last_tx = new_slave->last_rx; in bond_enslave() 3480 unsigned long last_tx = slave_last_tx(slave); in bond_loadbalance_arp_mon() local 3485 if (bond_time_in_interval(bond, last_tx, 1) && in bond_loadbalance_arp_mon() 3510 if (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_loadbalance_arp_mon() 3576 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() local 3627 last_tx = slave_last_tx(slave); in bond_ab_arp_inspect() 3629 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_ab_arp_inspect() 3648 unsigned long last_tx; in bond_ab_arp_commit() local 3657 last_tx = slave_last_tx(slave); in bond_ab_arp_commit() 3660 bond_time_in_interval(bond, last_tx, 1))) { in bond_ab_arp_commit()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 825 union ring_type get_tx, put_tx, last_tx; member 1954 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1]; in nv_init_tx() 1956 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1]; in nv_init_tx() 2276 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2325 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2333 prev_tx = np->last_tx.orig; in nv_start_xmit() 2454 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2503 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2511 prev_tx = np->last_tx.ex; in nv_start_xmit_optimized() 2661 if (unlikely(np->get_tx.orig++ == np->last_tx.orig)) in nv_tx_done() [all …]
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 3513 unsigned long last_tx; in __check_timeout() local 3520 last_tx = hdev->le_last_tx; in __check_timeout() 3523 last_tx = hdev->acl_last_tx; in __check_timeout() 3530 if (!cnt && time_after(jiffies, last_tx + HCI_ACL_TX_TIMEOUT)) in __check_timeout()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 1246 u64 last_tx; member
|
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()
|