Searched refs:gotc (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c66 int expectedc, gotc, i, lineno = 0; local
75 gotv = openpam_readlinev(tf->file, &lineno, &gotc);
82 t_printv("expected nothing, got %d words\n", gotc);
85 if (expectedc != gotc) {
87 expectedc, gotc);
90 for (i = 0; i < gotc; ++i) {
98 FREEV(gotc, gotv);
/freebsd-13-stable/sys/dev/e1000/
H A De1000_vf.h190 u64 gotc; member in struct:e1000_vf_stats
H A De1000_hw.h587 u64 gotc; member in struct:e1000_hw_stats
662 u64 gotc; member in struct:e1000_vf_stats
H A Dif_em.c4019 adapter->stats.gotc += E1000_READ_REG(&adapter->hw, E1000_GOTCL) +
4322 CTLFLAG_RD, &adapter->stats.gotc,
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_ix.c1451 stats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCL) +
1464 stats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCH);
1504 stats->gotc -= total * ETHER_MIN_LEN;
1537 IXGBE_SET_OBYTES(adapter, stats->gotc);
1718 CTLFLAG_RD, &stats->gotc, "Good Octets Transmitted");
H A Dixgbe_type.h3830 u64 gotc; member in struct:ixgbe_hw_stats
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c677 int gots = 0, gotc = 0; local
747 gotc = 1;
754 if (gots && gotc) {

Completed in 235 milliseconds