Searched refs:rle_stats (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 535 offsetof(rx_lane_stat_entry_t, rle_stats), 545 offsetof(rx_lane_stat_entry_t, rle_stats), 762 rx_lane_stat_entry->rle_stats.rl_ipackets = stats.ipackets; in i_dlstat_legacy_rx_lane_stats() 763 rx_lane_stat_entry->rle_stats.rl_intrs = stats.ipackets; in i_dlstat_legacy_rx_lane_stats() 764 rx_lane_stat_entry->rle_stats.rl_rbytes = stats.rbytes; in i_dlstat_legacy_rx_lane_stats() 1028 DLSTAT_DIFF_STAT(s1, s2, diff_entry, rle_stats, rx_lane_stats_list, in i_dlstat_rx_lane_stat_entry_diff() 1047 i_dlstat_get_stats(kcp, ksp, &rx_lane_stat_entry->rle_stats, in i_dlstat_rx_hwlane_retrieve_stat() 1066 i_dlstat_get_stats(kcp, ksp, &rx_lane_stat_entry->rle_stats, in i_dlstat_rx_swlane_retrieve_stat() 1069 rx_lane_stat_entry->rle_stats.rl_ipackets = in i_dlstat_rx_swlane_retrieve_stat() 1070 rx_lane_stat_entry->rle_stats.rl_intrs; in i_dlstat_rx_swlane_retrieve_stat() [all …]
|
H A D | libdlstat.h | 105 rx_lane_stat_t rle_stats; member
|
/illumos-gate/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 1137 rx_lane_stat_t *link_stats = &sentry->rle_stats; in print_rx_generic_lane_stats() 1230 rx_lane_stat_t *link_stats = &sentry->rle_stats; in print_rx_lane_stats()
|