Searched refs:tx_timer (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/net/
H A Dntb_netdev.c77 struct timer_list tx_timer; member in struct:ntb_netdev
158 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time));
232 struct ntb_netdev *dev = from_timer(dev, t, tx_timer);
236 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time));
269 timer_setup(&dev->tx_timer, ntb_netdev_tx_timer, 0);
294 del_timer_sync(&dev->tx_timer);
/linux-master/include/linux/usb/
H A Dcdc_ncm.h98 struct hrtimer tx_timer; member in struct:cdc_ncm_ctx
/linux-master/drivers/tty/
H A Dvcc.c43 struct timer_list tx_timer; member in struct:vcc_port
271 if (!timer_pending(&port->tx_timer) && !port->removed) {
272 port->tx_timer.expires = (jiffies + 1);
273 add_timer(&port->tx_timer);
385 struct vcc_port *port = from_timer(port, t, tx_timer);
392 port->tx_timer.expires = 0;
644 timer_setup(&port->tx_timer, vcc_tx_timer, 0);
687 del_timer_sync(&port->tx_timer);
H A Dsynclink_gt.c237 struct timer_list tx_timer; member in struct:slgt_info
744 mod_timer(&info->tx_timer, jiffies + msecs_to_jiffies(timeout));
2222 del_timer(&info->tx_timer);
2377 del_timer_sync(&info->tx_timer);
3499 timer_setup(&info->tx_timer, tx_timeout, 0);
3957 del_timer(&info->tx_timer);
5004 struct slgt_info *info = from_timer(info, t, tx_timer);
/linux-master/drivers/tty/serial/
H A Dxilinx_uartps.c200 * @tx_timer: Timer for tx
213 struct hrtimer tx_timer; member in struct:cdns_uart
394 struct cdns_uart *cdns_uart = container_of(t, struct cdns_uart, tx_timer);
454 cdns_uart->tx_timer.function = &cdns_rs485_rx_callback;
455 hrtimer_start(&cdns_uart->tx_timer,
696 struct cdns_uart *cdns_uart = container_of(t, struct cdns_uart, tx_timer);
734 cdns_uart->tx_timer.function = &cdns_rs485_tx_callback;
736 return hrtimer_start(&cdns_uart->tx_timer,
1032 hrtimer_cancel(&cdns_uart->tx_timer);
1624 hrtimer_init(&cdns_uart->tx_timer, CLOCK_MONOTONI
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h300 struct timer_list tx_timer; member in struct:sge
H A Dsge.c2124 struct adapter *adapter = from_timer(adapter, t, sge.tx_timer);
2159 mod_timer(&s->tx_timer, jiffies + (budget ? TX_QCHECK_PERIOD : 2));
2596 mod_timer(&adapter->sge.tx_timer, jiffies + TX_QCHECK_PERIOD);
2613 if (s->tx_timer.function)
2614 del_timer_sync(&s->tx_timer);
2698 timer_setup(&s->tx_timer, sge_tx_timer_cb, 0);
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net.h460 struct timer_list tx_timer; member in struct:spider_net_card
H A Dspider_net.c873 mod_timer(&card->tx_timer, jiffies + SPIDER_NET_TX_TIMER);
907 * spider_net_cleanup_tx_ring is called by either the tx_timer
915 struct spider_net_card *card = from_timer(card, t, tx_timer);
1269 spider_net_cleanup_tx_ring(&card->tx_timer);
2137 del_timer_sync(&card->tx_timer);
2267 timer_setup(&card->tx_timer, spider_net_cleanup_tx_ring, 0);
/linux-master/drivers/net/usb/
H A Dcdc_ncm.c836 hrtimer_init(&ctx->tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
837 ctx->tx_timer.function = &cdc_ncm_tx_timer_cb;
1004 hrtimer_cancel(&ctx->tx_timer);
1481 if (!(hrtimer_active(&ctx->tx_timer) || atomic_read(&ctx->stop)))
1482 hrtimer_start(&ctx->tx_timer,
1490 container_of(timer, struct cdc_ncm_ctx, tx_timer);
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c363 struct xlgmac_channel *channel = from_timer(channel, t, tx_timer);
394 timer_setup(&channel->tx_timer, xlgmac_tx_timer, 0);
408 del_timer_sync(&channel->tx_timer);
H A Ddwc-xlgmac.h376 struct timer_list tx_timer; member in struct:xlgmac_channel
H A Ddwc-xlgmac-hw.c695 mod_timer(&channel->tx_timer,
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c646 struct xgbe_channel *channel = from_timer(channel, t, tx_timer);
700 mod_timer(&channel->tx_timer,
717 timer_setup(&channel->tx_timer, xgbe_tx_timer, 0);
739 del_timer_sync(&channel->tx_timer);
H A Dxgbe.h519 struct timer_list tx_timer; member in struct:xgbe_channel
H A Dxgbe-dev.c1716 mod_timer(&channel->tx_timer,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c4271 struct adapter *adap = from_timer(adap, t, sge.tx_timer);
4324 mod_timer(&s->tx_timer, jiffies + period);
4998 mod_timer(&adap->sge.tx_timer, jiffies + TX_QCHECK_PERIOD);
5016 if (s->tx_timer.function)
5017 del_timer_sync(&s->tx_timer);
5215 timer_setup(&s->tx_timer, sge_tx_timer_cb, 0);
H A Dcxgb4.h1011 struct timer_list tx_timer; /* checks Tx queues */ member in struct:sge
/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h1125 u32 tx_timer; member in struct:dsi_regs

Completed in 234 milliseconds