/src/sys/arch/acorn32/podulebus/ |
sbicvar.h | 50 struct sbic_acb { struct 51 TAILQ_ENTRY(sbic_acb) chain; 103 TAILQ_HEAD(acb_list, sbic_acb) free_list, 107 struct sbic_acb *sc_nexus; /* current command */ 108 struct sbic_acb sc_acb[8]; /* the real command blocks */ 125 int (*sc_dmaok) (void *, bus_dma_tag_t, struct sbic_acb *); 126 int (*sc_dmasetup) (void *, bus_dma_tag_t, struct sbic_acb *, int); 127 int (*sc_dmanext) (void *, bus_dma_tag_t, struct sbic_acb *, int); 128 void (*sc_dmastop) (void *, bus_dma_tag_t, struct sbic_acb *); 129 void (*sc_dmafinish) (void *, bus_dma_tag_t, struct sbic_acb *); [all...] |
sbicvar.h | 50 struct sbic_acb { struct 51 TAILQ_ENTRY(sbic_acb) chain; 103 TAILQ_HEAD(acb_list, sbic_acb) free_list, 107 struct sbic_acb *sc_nexus; /* current command */ 108 struct sbic_acb sc_acb[8]; /* the real command blocks */ 125 int (*sc_dmaok) (void *, bus_dma_tag_t, struct sbic_acb *); 126 int (*sc_dmasetup) (void *, bus_dma_tag_t, struct sbic_acb *, int); 127 int (*sc_dmanext) (void *, bus_dma_tag_t, struct sbic_acb *, int); 128 void (*sc_dmastop) (void *, bus_dma_tag_t, struct sbic_acb *); 129 void (*sc_dmafinish) (void *, bus_dma_tag_t, struct sbic_acb *); [all...] |
sbicvar.h | 50 struct sbic_acb { struct 51 TAILQ_ENTRY(sbic_acb) chain; 103 TAILQ_HEAD(acb_list, sbic_acb) free_list, 107 struct sbic_acb *sc_nexus; /* current command */ 108 struct sbic_acb sc_acb[8]; /* the real command blocks */ 125 int (*sc_dmaok) (void *, bus_dma_tag_t, struct sbic_acb *); 126 int (*sc_dmasetup) (void *, bus_dma_tag_t, struct sbic_acb *, int); 127 int (*sc_dmanext) (void *, bus_dma_tag_t, struct sbic_acb *, int); 128 void (*sc_dmastop) (void *, bus_dma_tag_t, struct sbic_acb *); 129 void (*sc_dmafinish) (void *, bus_dma_tag_t, struct sbic_acb *); [all...] |
/src/sys/arch/mvme68k/dev/ |
sbicvar.h | 58 struct sbic_acb { struct 59 TAILQ_ENTRY(sbic_acb) chain; 106 TAILQ_HEAD(acb_list, sbic_acb) free_list, 110 struct sbic_acb *sc_nexus; /* current command */ 111 struct sbic_acb sc_acb[8]; /* the real command blocks */
|
sbicvar.h | 58 struct sbic_acb { struct 59 TAILQ_ENTRY(sbic_acb) chain; 106 TAILQ_HEAD(acb_list, sbic_acb) free_list, 110 struct sbic_acb *sc_nexus; /* current command */ 111 struct sbic_acb sc_acb[8]; /* the real command blocks */
|
sbicvar.h | 58 struct sbic_acb { struct 59 TAILQ_ENTRY(sbic_acb) chain; 106 TAILQ_HEAD(acb_list, sbic_acb) free_list, 110 struct sbic_acb *sc_nexus; /* current command */ 111 struct sbic_acb sc_acb[8]; /* the real command blocks */
|
/src/sys/arch/amiga/dev/ |
sbicvar.h | 62 struct sbic_acb { struct 63 TAILQ_ENTRY(sbic_acb) chain; 117 TAILQ_HEAD(acb_list, sbic_acb) free_list, 121 struct sbic_acb *sc_nexus; /* current command */ 122 struct sbic_acb sc_acb[8]; /* the real command blocks */
|
sbicvar.h | 62 struct sbic_acb { struct 63 TAILQ_ENTRY(sbic_acb) chain; 117 TAILQ_HEAD(acb_list, sbic_acb) free_list, 121 struct sbic_acb *sc_nexus; /* current command */ 122 struct sbic_acb sc_acb[8]; /* the real command blocks */
|
sbicvar.h | 62 struct sbic_acb { struct 63 TAILQ_ENTRY(sbic_acb) chain; 117 TAILQ_HEAD(acb_list, sbic_acb) free_list, 121 struct sbic_acb *sc_nexus; /* current command */ 122 struct sbic_acb sc_acb[8]; /* the real command blocks */
|