Searched refs:rx_timeout (Results 1 - 15 of 15) sorted by relevance

/drivers/net/wireless/wl1251/
H A Dacx.c443 struct acx_rx_timeout *rx_timeout; local
446 rx_timeout = kzalloc(sizeof(*rx_timeout), GFP_KERNEL);
447 if (!rx_timeout) {
454 rx_timeout->ps_poll_timeout = RX_TIMEOUT_PS_POLL_DEF;
455 rx_timeout->upsd_timeout = RX_TIMEOUT_UPSD_DEF;
458 rx_timeout, sizeof(*rx_timeout));
466 kfree(rx_timeout);
/drivers/media/rc/
H A Dir-mce_kbd-decoder.c329 mod_timer(&data->rx_timeout, jiffies + delay);
391 setup_timer(&mce_kbd->rx_timeout, mce_kbd_rx_timeout,
418 del_timer_sync(&mce_kbd->rx_timeout);
H A Drc-core-priv.h94 struct timer_list rx_timeout; member in struct:ir_raw_event_ctrl::mce_kbd_dec
H A Dredrat3.c202 struct timer_list rx_timeout; member in struct:redrat3_dev
447 mod_timer(&rr3->rx_timeout, jiffies + delay);
1223 setup_timer(&rr3->rx_timeout, redrat3_rx_timeout, (unsigned long)rr3);
1254 del_timer_sync(&rr3->rx_timeout);
/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h216 struct timer_list rx_timeout; member in struct:bcm_enet_priv
218 /* lock rx_timeout against rx normal operation */
H A Dbcm63xx_enet.c227 priv->rx_timeout.expires = jiffies + HZ;
228 add_timer(&priv->rx_timeout);
1093 del_timer_sync(&priv->rx_timeout);
1767 init_timer(&priv->rx_timeout);
1768 priv->rx_timeout.function = bcm_enet_refill_rx_timer;
1769 priv->rx_timeout.data = (unsigned long)dev;
/drivers/net/wireless/wl12xx/
H A Dacx.c255 struct acx_rx_timeout *rx_timeout; local
258 rx_timeout = kzalloc(sizeof(*rx_timeout), GFP_KERNEL);
259 if (!rx_timeout) {
266 rx_timeout->role_id = wlvif->role_id;
267 rx_timeout->ps_poll_timeout = cpu_to_le16(wl->conf.rx.ps_poll_timeout);
268 rx_timeout->upsd_timeout = cpu_to_le16(wl->conf.rx.upsd_timeout);
271 rx_timeout, sizeof(*rx_timeout));
279 kfree(rx_timeout);
[all...]
/drivers/net/ethernet/dlink/
H A Ddl2k.c30 static int rx_timeout=200; /* Rx DMA wait time in 640ns increments */ variable
45 module_param(rx_timeout, int, 0); /* Rx DMA wait time in 64ns increments */
200 if (rx_coalesce > 0 && rx_timeout > 0) {
202 np->rx_timeout = rx_timeout;
273 "rx_timeout: \t%d ns\n",
274 np->rx_coalesce, np->rx_timeout*640);
438 writel (np->rx_coalesce | np->rx_timeout << 16,
H A Ddl2k.h395 unsigned int rx_timeout; /* Wait time between RxDMAComplete intr */ member in struct:netdev_private
/drivers/net/ethernet/amd/
H A Damd8111e.c396 timeout = coal_conf->rx_timeout;
1024 coal_conf->rx_timeout = 0x0;
1036 coal_conf->rx_timeout = 0;
1046 coal_conf->rx_timeout = 1;
1055 coal_conf->rx_timeout = 1;
1064 coal_conf->rx_timeout = 2;
H A Damd8111e.h718 unsigned int rx_timeout; member in struct:amd8111e_coalesce_conf
/drivers/tty/serial/
H A Dsh-sci.c97 unsigned int rx_timeout; member in struct:sci_port
873 jiffies, s->rx_timeout);
874 mod_timer(&s->rx_timer, jiffies + s->rx_timeout);
1295 mod_timer(&s->rx_timer, jiffies + s->rx_timeout);
1878 s->rx_timeout = (port->timeout - HZ / 50) * s->buf_len_rx * 3 /
1882 s->rx_timeout * 1000 / HZ, port->timeout);
1883 if (s->rx_timeout < msecs_to_jiffies(20))
1884 s->rx_timeout = msecs_to_jiffies(20);
H A Domap-serial.c1216 up->uart_dma.rx_timeout) {
1449 up->uart_dma.rx_timeout = omap_up_info->dma_rx_timeout;
/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c805 dsim->dsim_config->rx_timeout);
/drivers/tty/
H A Dsynclink_gt.c499 static void rx_timeout(unsigned long context);
3617 setup_timer(&info->rx_timer, rx_timeout, (unsigned long)info);
5148 static void rx_timeout(unsigned long context) function
5153 DBGINFO(("%s rx_timeout\n", info->device_name));

Completed in 433 milliseconds