Home
last modified time | relevance | path

Searched defs:dlcosmk_data_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk_impl.h93 typedef struct dlcosmk_data_s { struct
94 ipp_action_id_t next_action; /* action id of next action */
95 ipp_stat_t *stats; /* stats for this instance */
96 uint8_t usr_pri; /* 802.1d user priority */
97 uchar_t b_band; /* corresponding bband */
98 t_scalar_t dl_max; /* corresponding dl_max */
99 boolean_t gather_stats; /* stats collected or not */
100 uint64_t npackets; /* no. of pkts. for this instance */
101 uint64_t epackets; /* no. of pkts. in error */
102 uint64_t ipackets; /* no. of pkts. not processed */