| /linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
| H A D | hclge_comm_cmd.c | 354 static u32 hclge_get_cmdq_tx_timeout(u16 opcode, u32 tx_timeout) in hclge_get_cmdq_tx_timeout() argument 363 return cmdq_tx_timeout_map[i].tx_timeout; in hclge_get_cmdq_tx_timeout() 365 return tx_timeout; in hclge_get_cmdq_tx_timeout() 372 hw->cmq.tx_timeout); in hclge_comm_wait_for_resp() 578 cmdq->tx_timeout = HCLGE_COMM_CMDQ_TX_TIMEOUT_DEFAULT; in hclge_comm_cmd_queue_init()
|
| H A D | hclge_comm_cmd.h | 375 u32 tx_timeout; member 449 u16 tx_timeout; member
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | mace.c | 62 struct timer_list tx_timeout; member 201 timer_setup(&mp->tx_timeout, mace_tx_timeout, 0); in mace_probe() 526 timer_delete(&mp->tx_timeout); in mace_set_timeout() 527 mp->tx_timeout.expires = jiffies + TX_TIMEOUT; in mace_set_timeout() 528 add_timer(&mp->tx_timeout); in mace_set_timeout() 679 timer_delete(&mp->tx_timeout); in mace_interrupt() 808 struct mace_data *mp = timer_container_of(mp, t, tx_timeout); in mace_tx_timeout()
|
| H A D | bmac.c | 75 struct timer_list tx_timeout; member 463 timer_delete(&bp->tx_timeout); in bmac_suspend() 548 timer_delete(&bp->tx_timeout); in bmac_set_timeout() 549 bp->tx_timeout.expires = jiffies + TX_TIMEOUT; in bmac_set_timeout() 550 add_timer(&bp->tx_timeout); in bmac_set_timeout() 1262 timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0); in bmac_probe() 1413 struct bmac_data *bp = timer_container_of(bp, t, tx_timeout); in bmac_tx_timeout()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4_stats.h | 34 unsigned long tx_timeout; member
|
| /linux/drivers/platform/mellanox/ |
| H A D | mlxbf-tmfifo.c | 94 unsigned long tx_timeout; member 839 if (!vring->tx_timeout) { in mlxbf_tmfifo_check_tx_timeout() 841 vring->tx_timeout = jiffies + in mlxbf_tmfifo_check_tx_timeout() 844 } else if (time_before(jiffies, vring->tx_timeout)) { in mlxbf_tmfifo_check_tx_timeout() 909 vring->tx_timeout = 0; in mlxbf_tmfifo_rxtx()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | atp.c | 207 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
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | amd8111e.c | 388 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()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ipoib_main.c | 188 rn->tx_timeout = hfi1_ipoib_tx_timeout; in hfi1_ipoib_setup_rn()
|
| /linux/drivers/net/ethernet/vertexcom/ |
| H A D | mse102x.c | 55 u64 tx_timeout; member 468 mse->stats.tx_timeout++; in mse102x_tx_work()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-queues | 19 What: /sys/class/net/<iface>/queues/tx-<queue>/tx_timeout
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_netdev.h | 287 u64 tx_timeout; member
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.c | 50 static u16 tx_timeout = 1000; variable 51 module_param(tx_timeout, ushort, 0444); 52 MODULE_PARM_DESC(tx_timeout, "The Tx timeout in ms"); 204 u16 tx_timeout) in dpaa_netdev_init() argument 270 net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout); in dpaa_netdev_init() 3516 err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout); in dpaa_eth_probe()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nic.h | 253 u64 tx_timeout; member
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | winbond-840.c | 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) in tx_timeout() function
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.h | 242 u32 tx_timeout; member 1328 u16 tx_timeout; member
|
| H A D | hns_roce_hw_v2.c | 1221 priv->cmq.tx_timeout = HNS_ROCE_CMQ_TX_TIMEOUT; in hns_roce_v2_cmq_init() 1292 static u32 hns_roce_cmdq_tx_timeout(u16 opcode, u32 tx_timeout) in hns_roce_cmdq_tx_timeout() argument 1301 return cmdq_tx_timeout[i].tx_timeout; in hns_roce_cmdq_tx_timeout() 1303 return tx_timeout; in hns_roce_cmdq_tx_timeout() 1306 static void hns_roce_wait_csq_done(struct hns_roce_dev *hr_dev, u32 tx_timeout) in hns_roce_wait_csq_done() argument 1314 } while (++timeout < tx_timeout); in hns_roce_wait_csq_done() 1319 int num, u32 tx_timeout) in __hns_roce_cmq_send_one() argument 1343 hns_roce_wait_csq_done(hr_dev, tx_timeout); in __hns_roce_cmq_send_one() 1382 u32 tx_timeout = hns_roce_cmdq_tx_timeout(opcode, priv->cmq.tx_timeout); in __hns_roce_cmq_send() local 1393 ret = __hns_roce_cmq_send_one(hr_dev, desc, num, tx_timeout); in __hns_roce_cmq_send()
|
| /linux/drivers/net/ethernet/adaptec/ |
| H A D | starfire.c | 563 static void tx_timeout(struct net_device *dev, unsigned int txqueue); 617 .ndo_tx_timeout = tx_timeout, 1089 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 428 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) in tx_timeout() function
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-hw.c | 459 unsigned long tx_timeout; in xlgmac_prepare_tx_stop() local 479 tx_timeout = jiffies + (XLGMAC_DMA_STOP_TIMEOUT * HZ); in xlgmac_prepare_tx_stop() 480 while (time_before(jiffies, tx_timeout)) { in xlgmac_prepare_tx_stop() 491 if (!time_before(jiffies, tx_timeout)) in xlgmac_prepare_tx_stop()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.h | 685 atomic64_t tx_timeout; member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.h | 170 u32 tx_timeout; member
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_htt_stats.h | 325 __le32 tx_timeout; member
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.c | 2757 seq_printf(s, "tx timeout count: %lu\n", ptp->tx_timeout); in hclge_dbg_dump_ptp_info()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2286 void (*tx_timeout)(struct net_device *dev, unsigned int txqueue); member
|