Home | History | Annotate | Download | only in ic

Lines Matching refs:aac_softc

95 static int	aac_alloc_commands(struct aac_softc *);
97 static void aac_free_commands(struct aac_softc *);
99 static int aac_check_firmware(struct aac_softc *);
100 static void aac_describe_controller(struct aac_softc *);
101 static int aac_dequeue_fib(struct aac_softc *, int, u_int32_t *,
103 static int aac_enqueue_fib(struct aac_softc *, int, struct aac_ccb *);
104 static int aac_enqueue_response(struct aac_softc *, int, struct aac_fib *);
105 static void aac_host_command(struct aac_softc *);
106 static void aac_host_response(struct aac_softc *);
107 static int aac_init(struct aac_softc *);
110 static void aac_startup(struct aac_softc *);
111 static int aac_sync_command(struct aac_softc *, u_int32_t, u_int32_t,
113 static int aac_sync_fib(struct aac_softc *, u_int32_t, u_int32_t, void *,
117 static void aac_print_fib(struct aac_softc *, struct aac_fib *, const char *);
149 aac_attach(struct aac_softc *sc)
200 aac_devscan(struct aac_softc *sc)
221 aac_alloc_commands(struct aac_softc *sc)
322 aac_free_commands(struct aac_softc *sc)
368 aac_describe_controller(struct aac_softc *sc)
423 aac_check_firmware(struct aac_softc *sc)
561 aac_init(struct aac_softc *sc)
814 aac_startup(struct aac_softc *sc)
876 struct aac_softc *sc;
919 struct aac_softc *sc;
926 sc = (struct aac_softc *) cookie;
994 struct aac_softc *sc;
1058 aac_host_command(struct aac_softc *sc)
1126 aac_host_response(struct aac_softc *sc)
1175 aac_sync_command(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
1221 aac_sync_fib(struct aac_softc *sc, u_int32_t command, u_int32_t xferstate,
1286 aac_ccb_alloc(struct aac_softc *sc, int flags)
1314 aac_ccb_free(struct aac_softc *sc, struct aac_ccb *ac)
1344 aac_ccb_map(struct aac_softc *sc, struct aac_ccb *ac)
1378 aac_ccb_unmap(struct aac_softc *sc, struct aac_ccb *ac)
1399 aac_ccb_enqueue(struct aac_softc *sc, struct aac_ccb *ac)
1420 aac_ccb_submit(struct aac_softc *sc, struct aac_ccb *ac)
1457 aac_ccb_poll(struct aac_softc *sc, struct aac_ccb *ac, int timo)
1493 aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_ccb *ac)
1541 aac_dequeue_fib(struct aac_softc *sc, int queue, u_int32_t *fib_size,
1621 aac_enqueue_response(struct aac_softc *sc, int queue, struct aac_fib *fib)
1670 aac_print_fib(struct aac_softc *sc, struct aac_fib *fib,