Lines Matching defs:scb
273 volatile struct ie_sys_ctl_block *scb = sc->scb;
275 cmd_and_wait(sc, scb->ie_status & mask, 0, 0);
362 volatile struct ie_sys_ctl_block *scb;
367 * ISCP, SCB, and other small stuff.
382 /* SCB */
383 off -= sizeof(*scb);
384 scb = (volatile void *)(sc->buf_area + off);
385 (sc->sc_memset)(__UNVOLATILE(scb), 0, sizeof(*scb));
386 sc->scb = scb;
401 iscp->ie_scb_offset = vtop16sw(sc, __UNVOLATILE(scb));
404 /* SCB */
405 scb->ie_command_list = SWAP(0xffff);
406 scb->ie_recv_list = SWAP(0xffff);
464 status = sc->scb->ie_status;
516 status = sc->scb->ie_status;
535 volatile struct ie_sys_ctl_block *scb = sc->scb;
546 SWAP(scb->ie_err_crc) +
547 SWAP(scb->ie_err_align) +
548 SWAP(scb->ie_err_resource) +
549 SWAP(scb->ie_err_overrun));
550 scb->ie_err_crc = 0;
551 scb->ie_err_align = 0;
552 scb->ie_err_resource = 0;
553 scb->ie_err_overrun = 0;
559 (scb->ie_status & IE_RU_READY) == 0) {
562 scb->ie_recv_list = vtop16sw(sc,
738 sc->scb->ie_command_list =
1045 volatile struct ie_sys_ctl_block *scb = sc->scb;
1048 scb->ie_command = (uint16_t)cmd;
1053 while (scb->ie_command && --tmo)
1055 if (scb->ie_command) {
1107 sc->scb->ie_command_list = vtop16sw(sc, cmd);
1237 * recv frames and buffer into the scb.
1244 sc->scb->ie_recv_list =
1277 sc->scb->ie_command_list = vtop16sw(sc, cmd);
1318 volatile struct ie_sys_ctl_block *scb = sc->scb;
1323 ptr = sc->buf_area; /* XXX - Use scb instead? */
1331 scb->ie_command_list = vtop16sw(sc, cmd);
1352 scb->ie_command_list = vtop16sw(sc, cmd);
1387 sc->scb->ie_recv_list =