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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.h117 lane_type_t tle_id; member in struct:tx_lane_stat_entry_s
H A Dlibdlstat.c794 tx_lane_stat_entry->tle_id = L_SWLANE;
1289 s1->tle_id == s2->tle_id);
1304 diff_entry->tle_id = s1->tle_id;
1323 tx_lane_stat_entry->tle_id = L_HWLANE;
1343 tx_lane_stat_entry->tle_id = L_SWLANE;
1368 tx_lane_stat_entry->tle_id = L_BCAST;
1408 tx_lane_stat_entry->tle_id = L_DFNCT;
1555 total_stats->tle_id
[all...]
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c1182 if (sentry->tle_id == L_DFNCT)
1194 if (sentry->tle_id == L_HWLANE)
1196 else if (sentry->tle_id == L_SWLANE)
1198 else if (sentry->tle_id == L_BCAST)
1293 if (sentry->tle_id == L_DFNCT)
1305 if (sentry->tle_id == L_HWLANE)
1307 else if (sentry->tle_id == L_SWLANE)
1309 else if (sentry->tle_id == L_BCAST)

Completed in 68 milliseconds