/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 */
|
/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...] |