Home
last modified time | relevance | path

Searched refs:tx_drop (Results 1 - 25 of 51) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Dxmit_linux.c141 pxmitpriv->tx_drop++; in rtw_mlcst2unicst()
149 pxmitpriv->tx_drop++; in rtw_mlcst2unicst()
202 pxmitpriv->tx_drop++; in rtw_xmit_entry()
205 ("%s: drop, tx_drop=%d\n", __func__, (u32)pxmitpriv->tx_drop)); in rtw_xmit_entry()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c186 pxmitpriv->tx_drop++; in rtw_mlcst2unicst()
192 pxmitpriv->tx_drop++; in rtw_mlcst2unicst()
255 pxmitpriv->tx_drop++; in _rtw_xmit_entry()
257 RT_TRACE(_module_xmit_osdep_c_, _drv_notice_, ("rtw_xmit_entry: drop, tx_drop =%d\n", (u32)pxmitpriv->tx_drop)); in _rtw_xmit_entry()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c170 pxmitpriv->tx_drop++; in rtw_mlcst2unicst()
174 pxmitpriv->tx_drop++; in rtw_mlcst2unicst()
216 pxmitpriv->tx_drop++; in _rtw_xmit_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c218 u32 rx_drop, tx_drop; in xgene_get_extd_stats() local
240 pdata->mac_ops->get_drop_cnt(pdata, &rx_drop, &tx_drop); in xgene_get_extd_stats()
242 pdata->extd_stats[TX_UNDERRUN_IDX] += tx_drop; in xgene_get_extd_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c218 u32 rx_drop, tx_drop; in xgene_get_extd_stats() local
240 pdata->mac_ops->get_drop_cnt(pdata, &rx_drop, &tx_drop); in xgene_get_extd_stats()
242 pdata->extd_stats[TX_UNDERRUN_IDX] += tx_drop; in xgene_get_extd_stats()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_bridge_backup_port.sh481 local tx_drop
499 tx_drop=$(ip -n $sw1 -s -j link show dev vx0 | jq '.[]["stats64"]["tx"]["dropped"]')
530 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $tx_drop'"
545 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 1))'"
561 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 2))'"
576 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 3))'"
594 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 4))'"
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h155 u32 tx_drop; member
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h67 u64 tx_drop; /*!< Tx drops */ member
H A Dbfi_enet.h824 u64 tx_drop; member
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dxmit_linux.c185 xmitpriv->tx_drop++; in r8712_xmit_entry()
H A Drtl871x_xmit.h223 uint tx_drop; member
H A Dos_intfs.c181 padapter->stats.tx_dropped = pxmitpriv->tx_drop; in r871x_net_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h155 u32 tx_drop; member
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h67 u64 tx_drop; /*!< Tx drops */ member
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Dxmit_linux.c178 xmitpriv->tx_drop++; in r8712_xmit_entry()
H A Drtl871x_xmit.h223 uint tx_drop; member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c582 pxmitpriv->tx_drop++; in rtl8723bs_hal_xmit()
602 pxmitpriv->tx_drop++; in rtl8723bs_hal_xmitframe_enqueue()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c511 pxmitpriv->tx_drop++; in rtl8723bs_hal_xmit()
531 pxmitpriv->tx_drop++; in rtl8723bs_hal_xmitframe_enqueue()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c891 goto tx_drop; in mlx4_en_xmit()
1113 tx_drop: in mlx4_en_xmit()
1160 goto tx_drop; in mlx4_en_xmit_frame()
1216 tx_drop: in mlx4_en_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c906 goto tx_drop; in mlx4_en_xmit()
1137 tx_drop: in mlx4_en_xmit()
1184 goto tx_drop; in mlx4_en_xmit_frame()
1235 tx_drop: in mlx4_en_xmit_frame()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_l3_main.c1743 goto tx_drop; in qeth_l3_hard_start_xmit()
1748 goto tx_drop; in qeth_l3_hard_start_xmit()
1753 goto tx_drop; in qeth_l3_hard_start_xmit()
1756 goto tx_drop; in qeth_l3_hard_start_xmit()
1764 goto tx_drop; in qeth_l3_hard_start_xmit()
1774 tx_drop: in qeth_l3_hard_start_xmit()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_xmit.h265 u64 tx_drop; member
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_l3_main.c1760 goto tx_drop; in qeth_l3_hard_start_xmit()
1764 goto tx_drop; in qeth_l3_hard_start_xmit()
1771 goto tx_drop; in qeth_l3_hard_start_xmit()
1781 tx_drop: in qeth_l3_hard_start_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1671 u64 tx_drop = 0; in hns3_nic_get_stats64() local
1686 tx_drop += ring->stats.sw_err_cnt; in hns3_nic_get_stats64()
1687 tx_drop += ring->stats.tx_vlan_err; in hns3_nic_get_stats64()
1688 tx_drop += ring->stats.tx_l4_proto_err; in hns3_nic_get_stats64()
1689 tx_drop += ring->stats.tx_l2l3l4_err; in hns3_nic_get_stats64()
1690 tx_drop += ring->stats.tx_tso_err; in hns3_nic_get_stats64()
1691 tx_drop += ring->stats.over_max_recursion; in hns3_nic_get_stats64()
1692 tx_drop += ring->stats.hw_limitation; in hns3_nic_get_stats64()
1730 stats->tx_dropped = tx_drop; in hns3_nic_get_stats64()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h407 u64 tx_drop; member

Completed in 29 milliseconds

123