Searched refs:aac_ccb (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | aacvar.h | 196 struct aac_ccb; 210 int (*aif_send_command)(struct aac_softc *, struct aac_ccb *); 257 struct aac_ccb *fm_ccbs; 264 struct aac_ccb { struct 265 SIMPLEQ_ENTRY(aac_ccb) ac_chain; 276 void (*ac_intr)(struct aac_ccb *); argument 321 struct aac_ccb *sc_ccbs; 322 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_free; 323 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_queue; 324 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_complete; [all …]
|
| D | aac.c | 103 static int aac_enqueue_fib(struct aac_softc *, int, struct aac_ccb *); 224 struct aac_ccb *ac; in aac_alloc_commands() 626 sc->sc_ccbs = malloc(sizeof(struct aac_ccb) * sc->sc_max_fibs, M_AACBUF, in aac_init() 921 struct aac_ccb *ac; in aac_new_intr() 1128 struct aac_ccb *ac; in aac_host_response() 1144 ac = (struct aac_ccb *)(sc->sc_ccbs + in aac_host_response() 1285 struct aac_ccb * 1288 struct aac_ccb *ac; in aac_ccb_alloc() 1314 aac_ccb_free(struct aac_softc *sc, struct aac_ccb *ac) in aac_ccb_free() 1344 aac_ccb_map(struct aac_softc *sc, struct aac_ccb *ac) in aac_ccb_map() [all …]
|
| D | ld_aac.c | 61 static void ld_aac_intr(struct aac_ccb *); 110 struct aac_ccb *ac; in ld_aac_dobio() 323 ld_aac_intr(struct aac_ccb *ac) in ld_aac_intr()
|
| /netbsd/src/sys/dev/pci/ |
| D | aac_pci.c | 102 static int aac_rx_send_command(struct aac_softc *, struct aac_ccb *); 125 static int aac_rkt_send_command(struct aac_softc *, struct aac_ccb *); 836 aac_rx_send_command(struct aac_softc *sc, struct aac_ccb *ac) in aac_rx_send_command() 865 aac_rkt_send_command(struct aac_softc *sc, struct aac_ccb *ac) in aac_rkt_send_command()
|