Home
last modified time | relevance | path

Searched refs:tx_timer (Results 1 – 25 of 124) sorted by relevance

12345

/dports/devel/libxs/libxs-1.2.0/src/
H A Dpgm_sender.cpp50 tx_timer (NULL) in pgm_sender_t()
104 if (tx_timer) { in unplug()
105 rm_timer (tx_timer); in unplug()
106 tx_timer = NULL; in unplug()
182 if (tx_timer) { in out_event()
183 rm_timer (tx_timer); in out_event()
184 tx_timer = NULL; in out_event()
198 xs_assert (!tx_timer); in out_event()
199 tx_timer = add_timer (timeout); in out_event()
211 } else if (handle_ == tx_timer) { in timer_event()
[all …]
H A Dpgm_sender.hpp99 handle_t tx_timer; member in xs::pgm_sender_t
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dtod_clock.cxx189 if (!tx_timer) return; in show_tx_timer()
194 tx_timer->color(FL_DARK_RED); in show_tx_timer()
195 tx_timer->labelcolor(FL_YELLOW); in show_tx_timer()
196 tx_timer->label(tx_time); in show_tx_timer()
197 tx_timer->redraw_label(); in show_tx_timer()
198 tx_timer->redraw(); in show_tx_timer()
200 tx_timer->color(FL_BACKGROUND_COLOR); in show_tx_timer()
201 tx_timer->labelcolor(FL_BACKGROUND_COLOR); in show_tx_timer()
202 tx_timer->redraw_label(); in show_tx_timer()
203 tx_timer->redraw(); in show_tx_timer()
[all …]
/dports/net/norm/norm-1.5r6/protolib/examples/
H A DwxProtoExample.cpp49 ProtoTimer tx_timer; member in wxProtoExampleApp
75 tx_timer.SetListener(this, &wxProtoExampleApp::OnTxTimeout); in IMPLEMENT_APP()
91 if (!tx_timer.IsActive()) ActivateTimer(tx_timer); in OnStart()
98 if (tx_timer.IsActive()) tx_timer.Deactivate(); in OnStop()
115 tx_timer.SetInterval(1.0); in OnInit()
116 tx_timer.SetRepeat(-1); in OnInit()
H A DserialExample.cpp44 ProtoTimer tx_timer; member in SerialApp
72 tx_timer.SetListener(this, &SerialApp::OnTxTimeout); in PROTO_INSTANTIATE_APP()
252 tx_timer.SetInterval(1.0); in OnCommand()
253 tx_timer.SetRepeat(-1); in OnCommand()
254 ActivateTimer(tx_timer); in OnCommand()
H A DprotoExample.cpp59 ProtoTimer tx_timer; member in ProtoExample
103 tx_timer.SetListener(this, &ProtoExample::OnTxTimeout); in PROTO_INSTANTIATE_APP()
323 if (tx_timer.IsActive()) tx_timer.Deactivate(); in OnShutdown()
408 tx_timer.SetInterval(1.0); in OnCommand()
409 tx_timer.SetRepeat(-1); in OnCommand()
410 OnTxTimeout(tx_timer); in OnCommand()
411 if (!tx_timer.IsActive()) ActivateTimer(tx_timer); in OnCommand()
/dports/security/nmap/nmap-7.91/nping/
H A Dstats.cc171 this->tx_timer.reset(); in reset()
224 this->tx_timer.start(); in startTxClock()
230 this->tx_timer.stop(); in stopTxClock()
259 return this->tx_timer.elapsed(); in elapsedTx()
359 double elapsed = this->tx_timer.elapsed(); in getOverallTxPacketRate()
368 double elapsed = this->tx_timer.elapsed(); in getOverallTxByteRate()
H A Dstats.h154 NpingTimer tx_timer; /* Timer for packet transmission. */ variable
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Dtransport_test.c334 pj_timer_entry tx_timer; member
448 pj_assert(rt_test_data[thread_id].tx_timer.user_data == NULL); in rt_on_rx_response()
470 if (rt_test_data[entry->id].tx_timer.user_data == NULL) { in rt_timeout_timer()
472 rt_test_data[entry->id].tx_timer.user_data = (void*)(pj_ssize_t)1; in rt_timeout_timer()
473 pjsip_endpt_schedule_timer(endpt, &rt_test_data[entry->id].tx_timer, in rt_timeout_timer()
486 pj_assert(rt_test_data[entry->id].tx_timer.user_data != NULL); in rt_tx_timer()
487 rt_test_data[entry->id].tx_timer.user_data = NULL; in rt_tx_timer()
570 rt_test_data[i].tx_timer.id = i; in transport_rt_test()
571 rt_test_data[i].tx_timer.cb = &rt_tx_timer; in transport_rt_test()
604 rt_test_data[i].tx_timer.user_data = (void*)(pj_ssize_t)1; in transport_rt_test()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/
H A Dntb_netdev.c77 struct timer_list tx_timer; member
158 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in __ntb_netdev_maybe_stop_tx()
232 struct ntb_netdev *dev = from_timer(dev, t, tx_timer); in ntb_netdev_tx_timer()
236 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in ntb_netdev_tx_timer()
269 timer_setup(&dev->tx_timer, ntb_netdev_tx_timer, 0); in ntb_netdev_open()
294 del_timer_sync(&dev->tx_timer); in ntb_netdev_close()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/
H A Dntb_netdev.c77 struct timer_list tx_timer; member
158 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in __ntb_netdev_maybe_stop_tx()
232 struct ntb_netdev *dev = from_timer(dev, t, tx_timer); in ntb_netdev_tx_timer()
236 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in ntb_netdev_tx_timer()
269 timer_setup(&dev->tx_timer, ntb_netdev_tx_timer, 0); in ntb_netdev_open()
294 del_timer_sync(&dev->tx_timer); in ntb_netdev_close()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/
H A Dntb_netdev.c77 struct timer_list tx_timer; member
158 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in __ntb_netdev_maybe_stop_tx()
232 struct ntb_netdev *dev = from_timer(dev, t, tx_timer); in ntb_netdev_tx_timer()
236 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in ntb_netdev_tx_timer()
269 timer_setup(&dev->tx_timer, ntb_netdev_tx_timer, 0); in ntb_netdev_open()
294 del_timer_sync(&dev->tx_timer); in ntb_netdev_close()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/alto2/
H A Da2ether.cpp542 m_eth.tx_timer->reset(); in tx_packet()
560 m_eth.tx_timer->adjust(attotime::from_nsec(5440), -1); in tx_packet()
563 m_eth.tx_timer->adjust(attotime::from_nsec(5440), arg + 1); in tx_packet()
725 m_eth.tx_timer->adjust(attotime::from_nsec(5440), 0); in f2_late_eodfct()
777 m_eth.tx_timer->adjust(attotime::from_nsec(5440), -1); in f2_late_eefct()
1328 …m_eth.tx_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(alto2_cpu_device::t… in init_ether()
1329 m_eth.tx_timer->reset(); in init_ether()
1356 m_eth.tx_timer->reset(); in reset_ether()
H A Da2ether.h63 emu_timer* tx_timer; //!< transmitter timer member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/
H A Dvcc.c42 struct timer_list tx_timer; member
270 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx()
271 port->tx_timer.expires = (jiffies + 1); in vcc_kick_tx()
272 add_timer(&port->tx_timer); in vcc_kick_tx()
384 struct vcc_port *port = from_timer(port, t, tx_timer); in vcc_tx_timer()
391 port->tx_timer.expires = 0; in vcc_tx_timer()
634 timer_setup(&port->tx_timer, vcc_tx_timer, 0); in vcc_probe()
676 del_timer_sync(&port->tx_timer); in vcc_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/
H A Dvcc.c42 struct timer_list tx_timer; member
270 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx()
271 port->tx_timer.expires = (jiffies + 1); in vcc_kick_tx()
272 add_timer(&port->tx_timer); in vcc_kick_tx()
384 struct vcc_port *port = from_timer(port, t, tx_timer); in vcc_tx_timer()
391 port->tx_timer.expires = 0; in vcc_tx_timer()
634 timer_setup(&port->tx_timer, vcc_tx_timer, 0); in vcc_probe()
676 del_timer_sync(&port->tx_timer); in vcc_remove()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/alto2/
H A Da2ether.cpp542 m_eth.tx_timer->reset(); in tx_packet()
560 m_eth.tx_timer->adjust(attotime::from_nsec(5440), -1); in tx_packet()
563 m_eth.tx_timer->adjust(attotime::from_nsec(5440), arg + 1); in tx_packet()
725 m_eth.tx_timer->adjust(attotime::from_nsec(5440), 0); in f2_late_eodfct()
777 m_eth.tx_timer->adjust(attotime::from_nsec(5440), -1); in f2_late_eefct()
1328 …m_eth.tx_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(alto2_cpu_device::t… in init_ether()
1329 m_eth.tx_timer->reset(); in init_ether()
1356 m_eth.tx_timer->reset(); in reset_ether()
H A Da2ether.h63 emu_timer* tx_timer; //!< transmitter timer member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/
H A Dvcc.c42 struct timer_list tx_timer; member
270 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx()
271 port->tx_timer.expires = (jiffies + 1); in vcc_kick_tx()
272 add_timer(&port->tx_timer); in vcc_kick_tx()
384 struct vcc_port *port = from_timer(port, t, tx_timer); in vcc_tx_timer()
391 port->tx_timer.expires = 0; in vcc_tx_timer()
634 timer_setup(&port->tx_timer, vcc_tx_timer, 0); in vcc_probe()
676 del_timer_sync(&port->tx_timer); in vcc_remove()
/dports/net/norm/norm-1.5r6/src/common/
H A DnormSession.cpp77 tx_timer.SetInterval(0.0); in NormSession()
78 tx_timer.SetRepeat(-1); in NormSession()
369 if (tx_timer.IsActive()) tx_timer.Deactivate(); in Close()
593 if (tx_timer.IsActive()) in SetTxRateInternal()
607 tx_timer.Deactivate(); in SetTxRateInternal()
612 tx_timer.SetInterval(0.0); in SetTxRateInternal()
1636 tx_timer.SetInterval(0.0); in QueueMessage()
2052 if (tx_timer.IsActive()) tx_timer.Deactivate(); in TxSocketRecvHandler()
2055 if (!tx_timer.IsActive()) ActivateTimer(tx_timer); in TxSocketRecvHandler()
2170 if (tx_timer.IsActive()) tx_timer.Deactivate(); in RxSocketRecvHandler()
[all …]
/dports/net/bird/bird-1.6.8/proto/bfd/
H A Dbfd.c171 s->tx_timer->recurrent = tx_int_l; in bfd_session_update_tx_interval()
172 s->tx_timer->randomize = tx_int_h - tx_int_l; in bfd_session_update_tx_interval()
179 tm2_set(s->tx_timer, s->last_tx + tx_int_l); in bfd_session_update_tx_interval()
214 if (reset || !tm2_active(s->tx_timer)) in bfd_session_control_tx_timer()
217 tm2_start(s->tx_timer, 0); in bfd_session_control_tx_timer()
223 tm2_stop(s->tx_timer); in bfd_session_control_tx_timer()
435 s->tx_timer = tm2_new_init(p->tpool, bfd_tx_timer_hook, s, 0, 0); in bfd_add_session()
493 rfree(s->tx_timer); in bfd_remove_session()
/dports/net/bird2/bird-2.0.8/proto/bfd/
H A Dbfd.c183 s->tx_timer->recurrent = tx_int_l; in bfd_session_update_tx_interval()
184 s->tx_timer->randomize = tx_int_h - tx_int_l; in bfd_session_update_tx_interval()
191 tm_set(s->tx_timer, s->last_tx + tx_int_l); in bfd_session_update_tx_interval()
226 if (reset || !tm_active(s->tx_timer)) in bfd_session_control_tx_timer()
229 tm_start(s->tx_timer, 0); in bfd_session_control_tx_timer()
235 tm_stop(s->tx_timer); in bfd_session_control_tx_timer()
447 s->tx_timer = tm_new_init(p->tpool, bfd_tx_timer_hook, s, 0, 0); in bfd_add_session()
505 rfree(s->tx_timer); in bfd_remove_session()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/virtio/
H A Dvirtio-net.h53 QEMUTimer *tx_timer; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/
H A Dvirtio-net.c283 if (q->tx_timer) { in virtio_net_set_status()
284 timer_mod(q->tx_timer, in virtio_net_set_status()
290 if (q->tx_timer) { in virtio_net_set_status()
291 timer_del(q->tx_timer); in virtio_net_set_status()
1438 timer_del(q->tx_timer); in virtio_net_handle_tx_timer()
1444 timer_mod(q->tx_timer, in virtio_net_handle_tx_timer()
1556 n->vqs[index].tx_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, in virtio_net_add_queue()
1579 if (q->tx_timer) { in virtio_net_del_queue()
1580 timer_del(q->tx_timer); in virtio_net_del_queue()
1581 timer_free(q->tx_timer); in virtio_net_del_queue()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/usb/
H A Dcdc_ncm.h98 struct hrtimer tx_timer; member

12345