Searched refs:tx_timeout (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h34 unsigned long tx_timeout; member in struct:mlx4_en_port_stats
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.h76 unsigned long tx_timeout; member in struct:hclge_ptp
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c351 static u32 hclge_get_cmdq_tx_timeout(u16 opcode, u32 tx_timeout) argument
360 return cmdq_tx_timeout_map[i].tx_timeout;
362 return tx_timeout;
369 hw->cmq.tx_timeout);
566 cmdq->tx_timeout = HCLGE_COMM_CMDQ_TX_TIMEOUT_DEFAULT;
H A Dhclge_comm_cmd.h370 u32 tx_timeout; member in struct:hclge_cmdq_tx_timeout_map
429 u16 tx_timeout; member in struct:hclge_comm_cmq
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c62 struct timer_list tx_timeout; member in struct:mace_data
201 timer_setup(&mp->tx_timeout, mace_tx_timeout, 0);
526 del_timer(&mp->tx_timeout);
527 mp->tx_timeout.expires = jiffies + TX_TIMEOUT;
528 add_timer(&mp->tx_timeout);
679 del_timer(&mp->tx_timeout);
808 struct mace_data *mp = from_timer(mp, t, tx_timeout);
H A Dbmac.c76 struct timer_list tx_timeout; member in struct:bmac_data
464 del_timer(&bp->tx_timeout);
549 del_timer(&bp->tx_timeout);
550 bp->tx_timeout.expires = jiffies + TX_TIMEOUT;
551 add_timer(&bp->tx_timeout);
758 /* del_timer(&bp->tx_timeout); */
1318 timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0);
1470 struct bmac_data *bp = from_timer(bp, t, tx_timeout);
1479 XXDEBUG(("bmac: tx_timeout called\n"));
/linux-master/drivers/staging/wlan-ng/
H A Dp80211netdev.h162 void (*tx_timeout)(struct wlandevice *wlandev); member in struct:wlandevice
H A Dp80211netdev.c981 if (wlandev->tx_timeout) {
982 wlandev->tx_timeout(wlandev);
984 netdev_warn(netdev, "Implement tx_timeout for %s\n",
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c203 rn->tx_timeout = hfi1_ipoib_tx_timeout;
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c75 * @tx_timeout: expire time of last tx packet
94 unsigned long tx_timeout; member in struct:mlxbf_tmfifo_vring
838 if (!vring->tx_timeout) {
840 vring->tx_timeout = jiffies +
843 } else if (time_before(jiffies, vring->tx_timeout)) {
908 vring->tx_timeout = 0;
/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c388 timeout = coal_conf->tx_timeout;
1026 coal_conf->tx_timeout = 0x0;
1038 coal_conf->tx_timeout = 0;
1047 coal_conf->tx_timeout = 1;
1056 coal_conf->tx_timeout = 2;
1063 coal_conf->tx_timeout = 4;
H A Damd8111e.h713 unsigned int tx_timeout; member in struct:amd8111e_coalesce_conf
/linux-master/drivers/net/ethernet/vertexcom/
H A Dmse102x.c53 u64 tx_timeout; member in struct:mse102x_stats
456 mse->stats.tx_timeout++;
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h284 u64 tx_timeout; member in struct:ena_stats_dev
H A Dena_ethtool.c45 ENA_STAT_GLOBAL_ENTRY(tx_timeout),
/linux-master/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) function
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic.h253 u64 tx_timeout; member in struct:nicvf_drv_stats
H A Dnicvf_ethtool.c103 NICVF_DRV_STAT(tx_timeout),
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c3274 unsigned long tx_timeout; local
3280 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ);
3281 while (time_before(jiffies, tx_timeout)) {
3290 if (!time_before(jiffies, tx_timeout))
3301 unsigned long tx_timeout; local
3322 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ);
3323 while (time_before(jiffies, tx_timeout)) {
3333 if (!time_before(jiffies, tx_timeout))
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c33 software reset in tx_timeout
324 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) function
1540 * - tx_timeout:
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c459 unsigned long tx_timeout; local
479 tx_timeout = jiffies + (XLGMAC_DMA_STOP_TIMEOUT * HZ);
480 while (time_before(jiffies, tx_timeout)) {
491 if (!time_before(jiffies, tx_timeout))
/linux-master/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");
88 * the netdev watchdog to fire - see also the tx_timeout module param);
205 u16 tx_timeout)
270 net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout);
3472 err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout);
203 dpaa_netdev_init(struct net_device *net_dev, const struct net_device_ops *dpaa_ops, u16 tx_timeout) argument
/linux-master/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) function
/linux-master/drivers/net/ethernet/dlink/
H A Dsundance.c428 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
483 .ndo_tx_timeout = tx_timeout,
961 static void tx_timeout(struct net_device *dev, unsigned int txqueue) function
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1192 if (rn->tx_timeout) {
1193 rn->tx_timeout(dev, txqueue);
1222 ipoib_warn(priv, "ipoib_open failed recovering from a tx_timeout, err(%d).\n",

Completed in 295 milliseconds

12