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);
735 struct mps_command *cm; in mps_iocfacts_free()
1092 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm) in mps_enqueue_request()
1404 struct mps_command *cm; in mps_alloc_requests()
1514 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs, in mps_alloc_requests()
1947 struct mps_command *cm; in mps_dump_reqs()
2226 mps_complete_command(struct mps_softc *sc, struct mps_command *cm) in mps_complete_command()
2367 struct mps_command *cm = NULL; in mps_intr_locked()
2560 mps_reregister_events_complete(struct mps_softc *sc, struct mps_command *cm) in mps_reregister_events_complete()
2607 struct mps_command *cm; in mps_update_events()
2665 struct mps_command *cm; in mps_reregister_events()
2723 mps_add_chain(struct mps_command *cm) in mps_add_chain()
2768 mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft) in mps_push_sge()
2925 mps_add_dmaseg(struct mps_command *cm, vm_paddr_t pa, size_t len, u_int flags, in mps_add_dmaseg()
2946 struct mps_command *cm; in mps_data_cb()
2949 cm = (struct mps_command *)arg; in mps_data_cb()
3034 mps_map_command(struct mps_softc *sc, struct mps_command *cm) in mps_map_command()
3063 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command()
3068 struct mps_command *cm = *cmp; in mps_wait_command()
3145 struct mps_command *cm; in mps_read_config_page()
3219 mps_config_complete(struct mps_softc *sc, struct mps_command *cm) in mps_config_complete()