/src/sys/dev/sbus/ |
esp_sbus.c | 710 struct ncr53c9x_ecb *ecb; local in function:db_esp 729 for (ecb = TAILQ_FIRST(&sc->ready_list); ecb != NULL; 730 ecb = TAILQ_NEXT(ecb, chain)) { 731 db_printf("ecb %p ", ecb); 732 if (ecb == TAILQ_NEXT(ecb, chain)) { 733 db_printf("\nWARNING: tailq loop on ecb %p" [all...] |
/src/sys/dev/eisa/ |
ahb.c | 108 * Offset of an ECB from the beginning of the ECB DMA mapping. 279 ahb_send_mbox(struct ahb_softc *sc, int opcode, struct ahb_ecb *ecb) 296 bus_space_write_4(iot, ioh, MBOXOUT0, ecb->ecb_dma_addr); 298 ecb->xs->xs_periph->periph_target); 300 if ((ecb->xs->xs_control & XS_CTL_POLL) == 0) 301 callout_reset(&ecb->xs->xs_callout, 302 mstohz(ecb->timeout), ahb_timeout, ecb); 309 ahb_send_immed(struct ahb_softc *sc, u_int32_t cmd, struct ahb_ecb *ecb) 345 struct ahb_ecb *ecb; local in function:ahbintr 468 struct ahb_ecb *ecb; local in function:ahb_create_ecbs 494 struct ahb_ecb *ecb; local in function:ahb_get_ecb 514 struct ahb_ecb *ecb = sc->sc_ecbhash[hashnum]; local in function:ahb_ecb_lookup 792 struct ahb_ecb *ecb; local in function:ahb_scsipi_request 994 struct ahb_ecb *ecb = arg; local in function:ahb_timeout [all...] |
/src/sys/dev/ic/ |
ncr53c9x.c | 447 struct ncr53c9x_ecb *ecb; local in function:ncr53c9x_clear 454 ecb = sc->sc_nexus; 455 if (ecb != NULL) { 456 ecb->xs->error = result; 457 ncr53c9x_done(sc, ecb); 462 ecb = li->untagged; 463 if (ecb != NULL) { 472 ecb->xs->error = result; 473 ncr53c9x_done(sc, ecb); 476 ecb = li->queued[i] 835 struct ncr53c9x_ecb *ecb; local in function:ncr53c9x_get_ecb 863 struct ncr53c9x_ecb *ecb; local in function:ncr53c9x_scsipi_request 1070 struct ncr53c9x_ecb *ecb; local in function:ncr53c9x_sched 1446 struct ncr53c9x_ecb *ecb = NULL; local in function:ncr53c9x_reselect 1628 struct ncr53c9x_ecb *ecb; local in function:ncr53c9x_msgin 1912 struct ncr53c9x_ecb *ecb; local in function:ncr53c9x_msgout 2085 struct ncr53c9x_ecb *ecb; local in function:ncr53c9x_intr 2901 struct ncr53c9x_ecb *ecb = arg; local in function:ncr53c9x_timeout [all...] |