Symbol: tx_timeout
drivers/accel/amdxdna/amdxdna_mailbox.c
390
const struct xdna_mailbox_msg *msg, u64 tx_timeout)
drivers/accel/amdxdna/amdxdna_mailbox.h
125
const struct xdna_mailbox_msg *msg, u64 tx_timeout);
drivers/infiniband/hw/hfi1/ipoib_main.c
188
rn->tx_timeout = hfi1_ipoib_tx_timeout;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1385
priv->cmq.tx_timeout = HNS_ROCE_CMQ_TX_TIMEOUT;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1456
static u32 hns_roce_cmdq_tx_timeout(u16 opcode, u32 tx_timeout)
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1465
return cmdq_tx_timeout[i].tx_timeout;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1467
return tx_timeout;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1470
static void hns_roce_wait_csq_done(struct hns_roce_dev *hr_dev, u32 tx_timeout)
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1478
} while (++timeout < tx_timeout);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1483
int num, u32 tx_timeout)
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1507
hns_roce_wait_csq_done(hr_dev, tx_timeout);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1546
u32 tx_timeout = hns_roce_cmdq_tx_timeout(opcode, priv->cmq.tx_timeout);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1557
ret = __hns_roce_cmq_send_one(hr_dev, desc, num, tx_timeout);
drivers/infiniband/hw/hns/hns_roce_hw_v2.h
1328
u16 tx_timeout;
drivers/infiniband/hw/hns/hns_roce_hw_v2.h
242
u32 tx_timeout;
drivers/infiniband/ulp/ipoib/ipoib_main.c
1233
if (rn->tx_timeout) {
drivers/infiniband/ulp/ipoib/ipoib_main.c
1234
rn->tx_timeout(dev, txqueue);
drivers/net/ethernet/adaptec/starfire.c
563
static void tx_timeout(struct net_device *dev, unsigned int txqueue);
drivers/net/ethernet/adaptec/starfire.c
617
.ndo_tx_timeout = tx_timeout,
drivers/net/ethernet/amazon/ena/ena_ethtool.c
63
ENA_STAT_GLOBAL_ENTRY(tx_timeout),
drivers/net/ethernet/amazon/ena/ena_netdev.c
88
ena_increase_stat(&adapter->dev_stats.tx_timeout, 1, &adapter->syncp);
drivers/net/ethernet/amazon/ena/ena_netdev.h
287
u64 tx_timeout;
drivers/net/ethernet/amd/amd8111e.c
1026
coal_conf->tx_timeout = 0x0;
drivers/net/ethernet/amd/amd8111e.c
1038
coal_conf->tx_timeout = 0;
drivers/net/ethernet/amd/amd8111e.c
1047
coal_conf->tx_timeout = 1;
drivers/net/ethernet/amd/amd8111e.c
1056
coal_conf->tx_timeout = 2;
drivers/net/ethernet/amd/amd8111e.c
1063
coal_conf->tx_timeout = 4;
drivers/net/ethernet/amd/amd8111e.c
388
timeout = coal_conf->tx_timeout;
drivers/net/ethernet/amd/amd8111e.h
712
unsigned int tx_timeout;
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3157
unsigned long tx_timeout;
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3163
tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ);
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3164
while (time_before(jiffies, tx_timeout)) {
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3173
if (!time_before(jiffies, tx_timeout))
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3184
unsigned long tx_timeout;
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3205
tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ);
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3206
while (time_before(jiffies, tx_timeout)) {
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
3216
if (!time_before(jiffies, tx_timeout))
drivers/net/ethernet/apple/bmac.c
1262
timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0);
drivers/net/ethernet/apple/bmac.c
1413
struct bmac_data *bp = timer_container_of(bp, t, tx_timeout);
drivers/net/ethernet/apple/bmac.c
463
timer_delete(&bp->tx_timeout);
drivers/net/ethernet/apple/bmac.c
548
timer_delete(&bp->tx_timeout);
drivers/net/ethernet/apple/bmac.c
549
bp->tx_timeout.expires = jiffies + TX_TIMEOUT;
drivers/net/ethernet/apple/bmac.c
550
add_timer(&bp->tx_timeout);
drivers/net/ethernet/apple/bmac.c
75
struct timer_list tx_timeout;
drivers/net/ethernet/apple/mace.c
201
timer_setup(&mp->tx_timeout, mace_tx_timeout, 0);
drivers/net/ethernet/apple/mace.c
526
timer_delete(&mp->tx_timeout);
drivers/net/ethernet/apple/mace.c
527
mp->tx_timeout.expires = jiffies + TX_TIMEOUT;
drivers/net/ethernet/apple/mace.c
528
add_timer(&mp->tx_timeout);
drivers/net/ethernet/apple/mace.c
62
struct timer_list tx_timeout;
drivers/net/ethernet/apple/mace.c
679
timer_delete(&mp->tx_timeout);
drivers/net/ethernet/apple/mace.c
808
struct mace_data *mp = timer_container_of(mp, t, tx_timeout);
drivers/net/ethernet/cavium/thunder/nic.h
253
u64 tx_timeout;
drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c
103
NICVF_DRV_STAT(tx_timeout),
drivers/net/ethernet/cavium/thunder/nicvf_main.c
1738
this_cpu_inc(nic->drv_stats->tx_timeout);
drivers/net/ethernet/dec/tulip/winbond-840.c
324
static void tx_timeout(struct net_device *dev, unsigned int txqueue);
drivers/net/ethernet/dec/tulip/winbond-840.c
345
.ndo_tx_timeout = tx_timeout,
drivers/net/ethernet/dlink/sundance.c
428
static void tx_timeout(struct net_device *dev, unsigned int txqueue);
drivers/net/ethernet/dlink/sundance.c
483
.ndo_tx_timeout = tx_timeout,
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
204
u16 tx_timeout)
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
270
net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
3516
err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
50
static u16 tx_timeout = 1000;
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
51
module_param(tx_timeout, ushort, 0444);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
52
MODULE_PARM_DESC(tx_timeout, "The Tx timeout in ms");
drivers/net/ethernet/freescale/gianfar.h
685
atomic64_t tx_timeout;
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.c
354
static u32 hclge_get_cmdq_tx_timeout(u16 opcode, u32 tx_timeout)
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.c
363
return cmdq_tx_timeout_map[i].tx_timeout;
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.c
365
return tx_timeout;
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.c
372
hw->cmq.tx_timeout);
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.c
578
cmdq->tx_timeout = HCLGE_COMM_CMDQ_TX_TIMEOUT_DEFAULT;
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.h
375
u32 tx_timeout;
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.h
449
u16 tx_timeout;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c
2757
seq_printf(s, "tx timeout count: %lu\n", ptp->tx_timeout);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.h
76
unsigned long tx_timeout;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
1386
priv->port_stats.tx_timeout++;
drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h
34
unsigned long tx_timeout;
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
459
unsigned long tx_timeout;
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
479
tx_timeout = jiffies + (XLGMAC_DMA_STOP_TIMEOUT * HZ);
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
480
while (time_before(jiffies, tx_timeout)) {
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
491
if (!time_before(jiffies, tx_timeout))
drivers/net/ethernet/vertexcom/mse102x.c
468
mse->stats.tx_timeout++;
drivers/net/ethernet/vertexcom/mse102x.c
55
u64 tx_timeout;
drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c
109
htt_stats_buf->tx_timeout);
drivers/net/wireless/ath/ath11k/debugfs_htt_stats.h
170
u32 tx_timeout;
drivers/net/wireless/ath/ath12k/debugfs_htt_stats.c
205
le32_to_cpu(htt_stats_buf->tx_timeout));
drivers/net/wireless/ath/ath12k/debugfs_htt_stats.h
331
__le32 tx_timeout;
drivers/platform/mellanox/mlxbf-tmfifo.c
839
if (!vring->tx_timeout) {
drivers/platform/mellanox/mlxbf-tmfifo.c
841
vring->tx_timeout = jiffies +
drivers/platform/mellanox/mlxbf-tmfifo.c
844
} else if (time_before(jiffies, vring->tx_timeout)) {
drivers/platform/mellanox/mlxbf-tmfifo.c
909
vring->tx_timeout = 0;
drivers/platform/mellanox/mlxbf-tmfifo.c
94
unsigned long tx_timeout;
drivers/tty/synclink_gt.c
3500
timer_setup(&info->tx_timer, tx_timeout, 0);
drivers/tty/synclink_gt.c
444
static void tx_timeout(struct timer_list *t);
include/rdma/ib_verbs.h
2303
void (*tx_timeout)(struct net_device *dev, unsigned int txqueue);
net/core/net-sysfs.c
1528
= __ATTR_RO(tx_timeout);