Searched refs:tx_drop (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_ethtool.c | 218 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()
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_bridge_backup_port.sh | 504 local tx_drop 522 tx_drop=$(ip -n $sw1 -s -j link show dev vx0 | jq '.[]["stats64"]["tx"]["dropped"]') 553 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $tx_drop'" 568 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 1))'" 584 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 2))'" 599 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 3))'" 617 run_cmd "ip -n $sw1 -s -j link show dev vx0 | jq -e '.[][\"stats64\"][\"tx\"][\"dropped\"] == $((tx_drop + 4))'"
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs_cna.h | 67 u64 tx_drop; /*!< Tx drops */ member
|
| H A D | bfi_enet.h | 824 u64 tx_drop; member
|
| H A D | bnad.c | 2439 stats->tx_dropped = mac_stats->tx_drop; in bnad_netdev_hwstats_fill()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcm63xx_enet.h | 155 u32 tx_drop; member
|
| H A D | bcm63xx_enet.c | 2485 { "tx_dropped", GEN_STAT(mib.tx_drop), ETHSW_MIB_RX_DROP },
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | psp_rxtx.c | 187 atomic_inc(&priv->psp->tx_drop); in mlx5e_psp_handle_tx_skb()
|
| H A D | psp.c | 1059 stats->tx_error = atomic_read(&priv->psp->tx_drop); in mlx5e_psp_get_stats()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_l3_main.c | 1743 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()
|
| /linux/drivers/net/dsa/mxl862xx/ |
| H A D | mxl862xx.c | 1938 u32 rx_fcserr, rx_under, rx_over, rx_align, tx_drop; in mxl862xx_stats_poll() local 1957 tx_drop = le32_to_cpu(cnt.tx_dropped_pkts); in mxl862xx_stats_poll() 1979 mxl862xx_delta32(tx_drop, s->prev_tx_dropped_pkts); in mxl862xx_stats_poll() 1986 mxl862xx_delta32(tx_drop, s->prev_tx_dropped_pkts) + in mxl862xx_stats_poll() 2008 s->prev_tx_dropped_pkts = tx_drop; in mxl862xx_stats_poll()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 385 u64 tx_drop; member
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_defs_svc.h | 1289 u64 tx_drop; /* Tx drops */ member
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 1142 goto tx_drop; in be_lancer_xmit_workarounds() 1170 goto tx_drop; in be_lancer_xmit_workarounds() 1186 tx_drop: in be_lancer_xmit_workarounds()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 353 goto tx_drop; in mana_start_xmit() 558 tx_drop: in mana_start_xmit()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4fw_api.h | 3240 __be64 tx_drop; member
|
| H A D | t4_hw.c | 6368 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 4085 s->tx_dropped += atomic_read(&priv->psp->tx_drop); in mlx5e_fold_sw_stats64()
|