/src/usr.sbin/altq/altqd/altq.conf.samples/ |
cbq.diffedge | 46 # rio threshold values 47 rio 40 50 10 20 30 10 5 15 10 49 class cbq pvc0 af1x_class def_class borrow pbandwidth 20 rio 50 class cbq pvc0 af2x_class def_class borrow pbandwidth 20 rio 51 class cbq pvc0 af3x_class def_class borrow pbandwidth 20 rio cleardscp 52 class cbq pvc0 af4x_class def_class borrow pbandwidth 20 rio
|
hfsc.diffedge | 48 # rio threshold values 49 rio 40 50 10 20 30 10 5 15 10 51 class hfsc pvc0 af1x_class root grate 3M pshare 10 rio 52 class hfsc pvc0 af2x_class root grate 3M pshare 10 rio 53 class hfsc pvc0 af3x_class root grate 3M pshare 10 rio cleardscp 54 class hfsc pvc0 af4x_class root grate 3M pshare 10 rio
|
/src/sys/altq/ |
altq_rio.h | 36 * RIO: RED with IN/OUT bit 68 /* rio flags */ 76 * IOCTLs for RIO 89 typedef struct rio { struct 117 int rio_flags; /* rio flags */
|
altq_conf.c | 73 altqdev_decl(rio); 125 {"rio", rioopen, rioclose, rioioctl}, /* 6 */
|
altq_rio.c | 71 #ifdef ALTQ_RIO /* rio is enabled by ALTQ_RIO option in opt_altq.h */ 107 * RIO: RED with IN/OUT bit 182 /* default rio parameter values */ 199 * rio device interface 201 altqdev_decl(rio); 567 * set RIO to this ifnet structure. 579 /* add this state to the rio list */ 724 * rio support routines 791 {"rio", rioopen, rioclose, rioioctl};
|
/src/sys/arch/sun3/dev/ |
xd.c | 1517 u_char *rio = (u_char *)iorq->iopb; local in function:xdc_submit_iorq 1522 printf(" %02x", rio[lcv]); 1656 xdcsc->xdc->xdc_csr = XDC_CLRRIO; /* clear RIO */ 1829 u_char *rio = (u_char *)iopb; local in function:xdc_remove_iorq 1832 printf("%s: rio #%d [", 1835 printf(" %02x", rio[lcv]);
|
/src/sys/dev/vme/ |
xd.c | 1689 u_char *rio = (u_char *) iorq->iopb; local in function:xdc_submit_iorq 1694 printf(" %02x", rio[lcv]); 1826 xdcsc->xdc->xdc_csr = XDC_CLRRIO; /* clear RIO */ 2007 u_char *rio = (u_char *) iopb; local in function:xdc_remove_iorq 2009 printf("%s: rio #%d [", device_xname(xdcsc->sc_dev), rqno); 2011 printf(" %02x", rio[lcv]);
|
/src/sys/dev/ic/ |
isp.c | 1337 * any more. For Ultra2/Ultra3 cards, we can turn on 32 bit RIO 1612 * RIO seemed to have too much breakage. 5084 isp_rio1_t *rio = (isp_rio1_t *) qe; local in function:isp_intr 5085 isp_get_rio1(isp, (isp_rio1_t *) hp, rio); 5087 isp_print_bytes(isp, "Response Queue Entry", QENTRY_LEN, rio); 5089 for (i = 0; i < rio->req_header.rqs_seqno; i++) { 5090 isp_fastpost_complete(isp, rio->req_handles[i]); 5092 if (isp->isp_fpcchiwater < rio->req_header.rqs_seqno) { 5093 isp->isp_fpcchiwater = rio->req_header.rqs_seqno; 5578 isp_prt(isp, ISP_LOGERR, "unexpected 16 bit RIO handle") [all...] |
/src/etc/ |
MAKEDEV.tmpl | 1756 for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq jobs
|