Home
last modified time | relevance | path

Searched refs:tle_id (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libdladm/common/
H A Dlibdlstat.c794 tx_lane_stat_entry->tle_id = L_SWLANE; in i_dlstat_legacy_tx_lane_stats()
1289 s1->tle_id == s2->tle_id); in i_dlstat_tx_lane_match()
1304 diff_entry->tle_id = s1->tle_id; in i_dlstat_tx_lane_stat_entry_diff()
1323 tx_lane_stat_entry->tle_id = L_HWLANE; in i_dlstat_tx_hwlane_retrieve_stat()
1343 tx_lane_stat_entry->tle_id = L_SWLANE; in i_dlstat_tx_swlane_retrieve_stat()
1368 tx_lane_stat_entry->tle_id = L_BCAST; in i_dlstat_tx_bcast_stats()
1408 tx_lane_stat_entry->tle_id = L_DFNCT; in i_dlstat_tx_defunctlane_stats()
1555 total_stats->tle_id = DLSTAT_INVALID_ENTRY; in dlstat_tx_lane_total_stats()
H A Dlibdlstat.h117 lane_type_t tle_id; member
/titanic_50/usr/src/cmd/dlstat/
H A Ddlstat.c1182 if (sentry->tle_id == L_DFNCT) in print_tx_generic_lane_stats()
1194 if (sentry->tle_id == L_HWLANE) in print_tx_generic_lane_stats()
1196 else if (sentry->tle_id == L_SWLANE) in print_tx_generic_lane_stats()
1198 else if (sentry->tle_id == L_BCAST) in print_tx_generic_lane_stats()
1293 if (sentry->tle_id == L_DFNCT) in print_tx_lane_stats()
1305 if (sentry->tle_id == L_HWLANE) in print_tx_lane_stats()
1307 else if (sentry->tle_id == L_SWLANE) in print_tx_lane_stats()
1309 else if (sentry->tle_id == L_BCAST) in print_tx_lane_stats()