Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h217 typedef struct mac_bw_ctl_s { struct
218 kmutex_t mac_bw_lock;
219 uint32_t mac_bw_state;
220 size_t mac_bw_sz; /* ?? Is it needed */
221 size_t mac_bw_limit; /* Max bytes to process per tick */
222 size_t mac_bw_used; /* Bytes processed in current tick */
223 size_t mac_bw_drop_threshold; /* Max queue length */
224 size_t mac_bw_drop_bytes;
225 size_t mac_bw_polled;
226 size_t mac_bw_intr;
[all …]