Home
last modified time | relevance | path

Searched refs:tx_timeout (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c350 static u32 hclge_get_cmdq_tx_timeout(u16 opcode, u32 tx_timeout) in hclge_get_cmdq_tx_timeout() argument
359 return cmdq_tx_timeout_map[i].tx_timeout; in hclge_get_cmdq_tx_timeout()
361 return tx_timeout; in hclge_get_cmdq_tx_timeout()
368 hw->cmq.tx_timeout); in hclge_comm_wait_for_resp()
565 cmdq->tx_timeout = HCLGE_COMM_CMDQ_TX_TIMEOUT_DEFAULT; in hclge_comm_cmd_queue_init()
H A Dhclge_comm_cmd.h368 u32 tx_timeout; member
427 u16 tx_timeout; member
/openbmc/u-boot/drivers/spi/
H A Dfsl_espi.c20 int tx_timeout; member
109 fsl->tx_timeout = DIV_ROUND_UP((US_PER_SECOND * ESPI_FIFO_WIDTH_BIT in spi_setup_slave()
192 tmp_tx_timeout = fsl->tx_timeout; in fsl_espi_tx()
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.c62 struct timer_list tx_timeout; member
201 timer_setup(&mp->tx_timeout, mace_tx_timeout, 0); in mace_probe()
528 del_timer(&mp->tx_timeout); in mace_set_timeout()
529 mp->tx_timeout.expires = jiffies + TX_TIMEOUT; in mace_set_timeout()
530 add_timer(&mp->tx_timeout); in mace_set_timeout()
681 del_timer(&mp->tx_timeout); in mace_interrupt()
810 struct mace_data *mp = from_timer(mp, t, tx_timeout); in mace_tx_timeout()
H A Dbmac.c76 struct timer_list tx_timeout; member
464 del_timer(&bp->tx_timeout); in bmac_suspend()
549 del_timer(&bp->tx_timeout); in bmac_set_timeout()
550 bp->tx_timeout.expires = jiffies + TX_TIMEOUT; in bmac_set_timeout()
551 add_timer(&bp->tx_timeout); in bmac_set_timeout()
1318 timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0); in bmac_probe()
1470 struct bmac_data *bp = from_timer(bp, t, tx_timeout); in bmac_tx_timeout()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h34 unsigned long tx_timeout; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.h76 unsigned long tx_timeout; member
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c94 unsigned long tx_timeout; member
838 if (!vring->tx_timeout) { in mlxbf_tmfifo_check_tx_timeout()
840 vring->tx_timeout = jiffies + in mlxbf_tmfifo_check_tx_timeout()
843 } else if (time_before(jiffies, vring->tx_timeout)) { in mlxbf_tmfifo_check_tx_timeout()
908 vring->tx_timeout = 0; in mlxbf_tmfifo_rxtx()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Datp.c207 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
248 .ndo_tx_timeout = tx_timeout,
538 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211netdev.h165 void (*tx_timeout)(struct wlandevice *wlandev); member
H A Dp80211netdev.c981 if (wlandev->tx_timeout) { in p80211knetdev_tx_timeout()
982 wlandev->tx_timeout(wlandev); in p80211knetdev_tx_timeout()
/openbmc/linux/drivers/net/ethernet/amd/
H A Damd8111e.c388 timeout = coal_conf->tx_timeout; in amd8111e_set_coalesce()
1026 coal_conf->tx_timeout = 0x0; in amd8111e_calc_coalesce()
1038 coal_conf->tx_timeout = 0; in amd8111e_calc_coalesce()
1047 coal_conf->tx_timeout = 1; in amd8111e_calc_coalesce()
1056 coal_conf->tx_timeout = 2; in amd8111e_calc_coalesce()
1063 coal_conf->tx_timeout = 4; in amd8111e_calc_coalesce()
H A Damd8111e.h713 unsigned int tx_timeout; member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h176 uint32_t tx_timeout; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/
H A D0001-canutils-candump-Add-error-frame-s-handling.patch8 like tx_timeout, lost arbitration, controller problems, buserrors,
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c203 rn->tx_timeout = hfi1_ipoib_tx_timeout; in hfi1_ipoib_setup_rn()
/openbmc/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c53 u64 tx_timeout; member
459 mse->stats.tx_timeout++; in mse102x_tx_work()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-queues19 What: /sys/class/net/<iface>/queues/tx-<queue>/tx_timeout
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c3274 unsigned long tx_timeout; in xgbe_txq_prepare_tx_stop() local
3280 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ); in xgbe_txq_prepare_tx_stop()
3281 while (time_before(jiffies, tx_timeout)) { in xgbe_txq_prepare_tx_stop()
3290 if (!time_before(jiffies, tx_timeout)) in xgbe_txq_prepare_tx_stop()
3301 unsigned long tx_timeout; in xgbe_prepare_tx_stop() local
3322 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ); in xgbe_prepare_tx_stop()
3323 while (time_before(jiffies, tx_timeout)) { in xgbe_prepare_tx_stop()
3333 if (!time_before(jiffies, tx_timeout)) in xgbe_prepare_tx_stop()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h280 u64 tx_timeout; member
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c51 static u16 tx_timeout = 1000; variable
52 module_param(tx_timeout, ushort, 0444);
53 MODULE_PARM_DESC(tx_timeout, "The Tx timeout in ms");
205 u16 tx_timeout) in dpaa_netdev_init() argument
270 net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout); in dpaa_netdev_init()
3489 err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout); in dpaa_eth_probe()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h253 u64 tx_timeout; member
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c324 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
345 .ndo_tx_timeout = tx_timeout,
911 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
/openbmc/qemu/hw/net/
H A Dvirtio-net.c419 qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + n->tx_timeout); in virtio_net_set_status()
2711 qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + n->tx_timeout); in virtio_net_tx_complete()
2845 qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + n->tx_timeout); in virtio_net_handle_tx_timer()
2909 qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + n->tx_timeout); in virtio_net_tx_timer()
2923 qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + n->tx_timeout); in virtio_net_tx_timer()
3730 n->tx_timeout = n->net_conf.txtimer; in virtio_net_device_realize()
/openbmc/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c571 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
625 .ndo_tx_timeout = tx_timeout,
1097 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function

12