Home
last modified time | relevance | path

Searched refs:tx_drop (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c583 goto tx_drop; in mlx5e_sq_dump_xmit()
591 goto tx_drop; in mlx5e_sq_dump_xmit()
677 tx_drop: in mlx5e_sq_dump_xmit()
729 goto tx_drop; in mlx5e_sq_xmit()
774 goto tx_drop; in mlx5e_sq_xmit()
806 goto tx_drop; in mlx5e_sq_xmit()
848 goto tx_drop; in mlx5e_sq_xmit()
903 goto tx_drop; in mlx5e_sq_xmit()
908 goto tx_drop; in mlx5e_sq_xmit()
928 goto tx_drop; in mlx5e_sq_xmit()
[all...]
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c660 goto tx_drop; in mlx4_en_xmit()
744 goto tx_drop; in mlx4_en_xmit()
783 goto tx_drop; in mlx4_en_xmit()
793 goto tx_drop; in mlx4_en_xmit()
923 tx_drop: in mlx4_en_xmit()
/freebsd/sys/dev/et/
H A Dif_etvar.h276 uint32_t tx_drop; member
H A Dif_et.c2537 &stats->tx_drop, "Dropped frames"); in et_add_sysctls()
2654 stats->tx_drop += CSR_READ_4(sc, ET_STAT_TX_DROP); in et_stats_update()
2678 return (stats->tx_drop + stats->tx_jabbers + in et_get_counter()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h98 u64 tx_drop; /* # of dropped Tx frames */ member
H A Dt4_hw.c6882 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2702 __be64 tx_drop; member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3371 drops = s->tx_drop; in cxgbe_get_counter()
8257 T4_REGSTAT(tx_drop, TX_PORT_DROP, "# of dropped tx frames"); in cxgbe_sysctls()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7958 __be64 tx_drop; member