Searched refs:tso_packets (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/
H A Dstats.h95 u64 tso_packets; member in struct:mlx4_en_port_stats
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.h218 unsigned long tso_packets; member in struct:sfxge_txq
H A Dsfxge_tx.c132 SFXGE_TX_STAT(tso_packets, tso_packets),
1357 txq->tso_packets++;
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c221 priv->port_stats.tso_packets = 0;
232 priv->port_stats.tso_packets += ring->tso_packets;
H A Den.h298 u64 tso_packets; member in struct:mlx4_en_tx_ring
H A Dmlx4_en_tx.c754 ring->tso_packets++;
H A Dmlx4_en_netdev.c2763 SYSCTL_ADD_U64(ctx, node_list, OID_AUTO, "tso_packets", CTLFLAG_RD,
2764 &priv->port_stats.tso_packets, 0, "TSO packets sent");
2875 SYSCTL_ADD_U64(ctx, ring_list, OID_AUTO, "tso_packets",
2876 CTLFLAG_RD, &tx_ring->tso_packets, 0, "TSO packets");
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Den.h198 m(+1, u64, tso_packets, "tso_packets", "Transmitted TSO packets") \
625 m(+1, u64, tso_packets, "tso_packets", "Transmitted packets") \
H A Dmlx5_en_main.c862 u64 tso_packets = 0; local
905 tso_packets += sq_stats->tso_packets;
928 tso_packets += sq_stats->tso_packets;
939 s->tso_packets = tso_packets;
H A Dmlx5_en_tx.c577 sq->stats.tso_packets++;

Completed in 91 milliseconds