Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
H A Daltq_rio.h49 typedef struct rio { struct
69 } rio_precstate[RIO_NDROPPREC]; argument
71 int rio_wshift; /* log(red_weight) */ argument
72 int rio_weight; /* weight for EWMA */ argument
73 struct wtab *rio_wtab; /* weight table */ argument
75 int rio_pkttime; /* average packet time in micro sec argument
77 int rio_flags; /* rio flags */ argument
79 uint8_t rio_codepoint; /* codepoint value to tag packets */ argument
80 uint8_t rio_codepointmask; /* codepoint mask bits */ argument
83 } rio_t; argument
/dragonfly/sys/dev/disk/isp/
H A Disp.c5088 isp_rio1_t *rio = (isp_rio1_t *) qe; in isp_intr() local