| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | vnic_sdma.c | 136 goto tx_err; in hfi1_vnic_send_dma() 139 goto tx_err; in hfi1_vnic_send_dma() 144 goto tx_err; in hfi1_vnic_send_dma() 170 tx_err: in hfi1_vnic_send_dma()
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6_gre.c | 915 goto tx_err; in ip6gre_tunnel_xmit() 918 goto tx_err; in ip6gre_tunnel_xmit() 934 goto tx_err; in ip6gre_tunnel_xmit() 938 tx_err: in ip6gre_tunnel_xmit() 963 goto tx_err; in ip6erspan_tunnel_xmit() 966 goto tx_err; in ip6erspan_tunnel_xmit() 969 goto tx_err; in ip6erspan_tunnel_xmit() 973 goto tx_err; in ip6erspan_tunnel_xmit() 994 goto tx_err; in ip6erspan_tunnel_xmit() 1103 goto tx_err; in ip6erspan_tunnel_xmit() [all …]
|
| H A D | ip6_vti.c | 556 goto tx_err; in vti6_tnl_xmit() 564 goto tx_err; in vti6_tnl_xmit() 574 goto tx_err; in vti6_tnl_xmit() 582 goto tx_err; in vti6_tnl_xmit() 586 tx_err: in vti6_tnl_xmit()
|
| H A D | ip6_tunnel.c | 1431 goto tx_err; in ip6_tnl_start_xmit() 1439 goto tx_err; in ip6_tnl_start_xmit() 1446 goto tx_err; in ip6_tnl_start_xmit() 1451 goto tx_err; in ip6_tnl_start_xmit() 1455 tx_err: in ip6_tnl_start_xmit()
|
| /linux-6.15/drivers/net/wireless/ath/carl9170/ |
| H A D | usb.c | 155 usb_anchor_urb(urb, &ar->tx_err); in carl9170_usb_submit_data_urb() 194 usb_anchor_urb(urb, &ar->tx_err); in carl9170_usb_tx_data_complete() 204 usb_anchor_urb(urb, &ar->tx_err); in carl9170_usb_tx_data_complete() 371 while ((urb = usb_get_from_anchor(&ar->tx_err))) { in carl9170_usb_handle_tx_err() 1113 init_usb_anchor(&ar->tx_err); in carl9170_usb_probe()
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | 8250_dma.c | 144 dma->tx_err = 0; in serial8250_tx_dma() 148 dma->tx_err = 1; in serial8250_tx_dma()
|
| H A D | 8250_omap.c | 1142 dma->tx_err = 1; in omap_8250_dma_tx_complete() 1168 if (dma->tx_err || p->capabilities & UART_CAP_RPM) { in omap_8250_tx_dma() 1242 if (dma->tx_err) in omap_8250_tx_dma() 1243 dma->tx_err = 0; in omap_8250_tx_dma() 1249 dma->tx_err = 1; in omap_8250_tx_dma() 1339 if (status & UART_LSR_THRE && up->dma->tx_err) { in omap_8250_dma_handle_irq() 1342 up->dma->tx_err = 0; in omap_8250_dma_handle_irq()
|
| H A D | 8250.h | 52 unsigned char tx_err; member
|
| /linux-6.15/drivers/atm/ |
| H A D | atmtcp.c | 210 atomic_inc(&vcc->stats->tx_err); in atmtcp_v_send() 218 atomic_inc(&vcc->stats->tx_err); in atmtcp_v_send() 304 atomic_inc(&vcc->stats->tx_err); in atmtcp_c_send()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | tx_tso.c | 431 netif_err(efx, tx_err, efx->net_dev, in efx_enqueue_skb_tso() 434 netif_err(efx, tx_err, efx->net_dev, "TSO failed, rc = %d\n", rc); in efx_enqueue_skb_tso()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | atmdev.h | 36 __HANDLE_ITEM(tx_err); /* TX errors */ \
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_interface_core.c | 545 goto tx_err; in xfrmi_xmit() 561 goto tx_err; in xfrmi_xmit() 567 goto tx_err; in xfrmi_xmit() 574 goto tx_err; in xfrmi_xmit() 578 tx_err: in xfrmi_xmit()
|
| /linux-6.15/net/ipv4/ |
| H A D | ip_vti.c | 287 goto tx_err; in vti_tunnel_xmit() 301 goto tx_err; in vti_tunnel_xmit() 309 tx_err: in vti_tunnel_xmit()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_tx.c | 130 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx() 207 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx() 213 atomic_inc(&ab->soc_stats.tx_err.misc_fail); in ath11k_dp_tx() 237 ab->soc_stats.tx_err.desc_na[ti.ring_id]++; in ath11k_dp_tx()
|
| /linux-6.15/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 754 netif_info(rp, tx_err, dev, in rhine_tx_err() 760 netif_info(rp, tx_err ,dev, "Transmitter underrun, " in rhine_tx_err() 765 netif_info(rp, tx_err, dev, "Tx descriptor write-back race\n"); in rhine_tx_err() 770 netif_info(rp, tx_err, dev, "Unspecified error. " in rhine_tx_err() 836 netif_warn(rp, tx_err, dev, "Tx still on\n"); in rhine_napipoll() 2180 netif_warn(rp, tx_err, dev, "another error occurred %08x\n", in rhine_restart_tx()
|
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | norm_desc.c | 48 ret = tx_err; in ndesc_get_tx_status()
|
| H A D | common.h | 353 tx_err = 0x2, enumerator
|
| /linux-6.15/drivers/net/usb/ |
| H A D | usbnet.c | 1311 netif_dbg(dev, tx_err, dev->net, in tx_complete() 1395 netif_dbg(dev, tx_err, dev->net, "can't tx_fixup skb\n"); in usbnet_start_xmit() 1401 netif_dbg(dev, tx_err, dev->net, "no urb\n"); in usbnet_start_xmit() 1486 netif_dbg(dev, tx_err, dev->net, in usbnet_start_xmit() 1498 netif_dbg(dev, tx_err, dev->net, "drop, code %d\n", retval); in usbnet_start_xmit()
|
| H A D | pegasus.c | 619 netif_warn(pegasus, tx_err, net, "no tx stall recovery\n"); in write_bulk_callback() 627 netif_info(pegasus, tx_err, net, "TX status %d\n", status); in write_bulk_callback() 718 netif_warn(pegasus, tx_err, net, "fail tx, %d\n", res); in pegasus_start_xmit()
|
| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 305 __le64 tx_err; member 673 netif_dbg(cp, tx_err, cp->dev, in cp_tx() 1250 netif_dbg(cp, tx_err, cp->dev, "TX ring head %d tail %d desc %x\n", in cp_tx_timeout() 1253 netif_dbg(cp, tx_err, cp->dev, in cp_tx_timeout() 1568 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err); in cp_get_ethtool_stats()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 1732 goto tx_err; in mlx4_en_start_port() 1738 goto tx_err; in mlx4_en_start_port() 1752 goto tx_err; in mlx4_en_start_port() 1784 goto tx_err; in mlx4_en_start_port() 1791 goto tx_err; in mlx4_en_start_port() 1798 goto tx_err; in mlx4_en_start_port() 1806 goto tx_err; in mlx4_en_start_port() 1815 goto tx_err; in mlx4_en_start_port() 1857 tx_err: in mlx4_en_start_port()
|
| /linux-6.15/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_vf_main.c | 1437 netif_info(lio, tx_err, lio->netdev, "Transmit failed link_status : %d\n", in liquidio_xmit() 1459 netif_info(lio, tx_err, lio->netdev, "Transmit failed iq:%d full\n", in liquidio_xmit() 1512 netif_info(lio, tx_err, lio->netdev, in liquidio_xmit() 1618 netif_info(lio, tx_err, lio->netdev, "IQ%d Transmit dropped:%llu\n", in liquidio_xmit() 1641 netif_info(lio, tx_err, lio->netdev, in liquidio_tx_timeout()
|
| /linux-6.15/drivers/net/ethernet/smsc/ |
| H A D | smc91c92_cs.c | 109 int watchdog, tx_err; member 1289 smc->tx_err++; in smc_tx_err() 1799 if (smc->tx_err || (smc->media_status & EPH_16COL)) in media_check() 1802 smc->tx_err = 0; in media_check()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.c | 1273 int tx_err; in ice_ptp_wait_for_offsets() local 1288 tx_err = ice_ptp_check_tx_fifo(port); in ice_ptp_wait_for_offsets() 1289 if (!tx_err) in ice_ptp_wait_for_offsets() 1290 tx_err = ice_phy_cfg_tx_offset_e82x(hw, port->port_num); in ice_ptp_wait_for_offsets() 1292 if (tx_err || rx_err) { in ice_ptp_wait_for_offsets()
|
| /linux-6.15/drivers/net/ |
| H A D | gtp.c | 1272 goto tx_err; in gtp_dev_xmit() 1275 goto tx_err; in gtp_dev_xmit() 1295 goto tx_err; in gtp_dev_xmit() 1319 goto tx_err; in gtp_dev_xmit() 1325 tx_err: in gtp_dev_xmit()
|