Home
last modified time | relevance | path

Searched refs:stats_counters_addrs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c113 sc->fw_stats_req->hdr.stats_counters_addrs.hi, in bxe_dp_stats()
114 sc->fw_stats_req->hdr.stats_counters_addrs.lo); in bxe_dp_stats()
1532 stats_hdr->stats_counters_addrs.hi = htole32(U64_HI(cur_data_offset)); in bxe_prep_fw_stats_req()
1533 stats_hdr->stats_counters_addrs.lo = htole32(U64_LO(cur_data_offset)); in bxe_prep_fw_stats_req()
H A Decore_hsi.h12226 struct regpair_t stats_counters_addrs /* stats counter */; member