Lines Matching refs:mps_command

100     struct mps_command *cm);
103 static void mps_config_complete(struct mps_softc *sc, struct mps_command *cm);
106 static void mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm);
742 struct mps_command *cm; in mps_iocfacts_free()
1099 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm) in mps_enqueue_request()
1403 struct mps_command *cm; in mps_alloc_requests()
1487 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs, in mps_alloc_requests()
1927 struct mps_command *cm; in mps_dump_reqs()
2207 mps_complete_command(struct mps_softc *sc, struct mps_command *cm) in mps_complete_command()
2350 struct mps_command *cm = NULL; in mps_intr_locked()
2539 mps_reregister_events_complete(struct mps_softc *sc, struct mps_command *cm) in mps_reregister_events_complete()
2582 struct mps_command *cm; in mps_update_events()
2639 struct mps_command *cm; in mps_reregister_events()
2697 mps_add_chain(struct mps_command *cm) in mps_add_chain()
2742 mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft) in mps_push_sge()
2899 mps_add_dmaseg(struct mps_command *cm, vm_paddr_t pa, size_t len, u_int flags, in mps_add_dmaseg()
2920 struct mps_command *cm; in mps_data_cb()
2923 cm = (struct mps_command *)arg; in mps_data_cb()
3009 mps_map_command(struct mps_softc *sc, struct mps_command *cm) in mps_map_command()
3038 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command()
3043 struct mps_command *cm = *cmp; in mps_wait_command()
3120 struct mps_command *cm; in mps_read_config_page()
3194 mps_config_complete(struct mps_softc *sc, struct mps_command *cm) in mps_config_complete()