Lines Matching refs:mps_command

95     struct mps_command *cm);
98 static void mps_config_complete(struct mps_softc *sc, struct mps_command *cm);
101 static void mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm);
737 struct mps_command *cm; in mps_iocfacts_free()
1094 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm) in mps_enqueue_request()
1423 struct mps_command *cm; in mps_alloc_requests()
1509 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs, in mps_alloc_requests()
1949 struct mps_command *cm; in mps_dump_reqs()
2229 mps_complete_command(struct mps_softc *sc, struct mps_command *cm) in mps_complete_command()
2372 struct mps_command *cm = NULL; in mps_intr_locked()
2561 mps_reregister_events_complete(struct mps_softc *sc, struct mps_command *cm) in mps_reregister_events_complete()
2604 struct mps_command *cm; in mps_update_events()
2661 struct mps_command *cm; in mps_reregister_events()
2719 mps_add_chain(struct mps_command *cm) in mps_add_chain()
2765 mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft) in mps_push_sge()
2922 mps_add_dmaseg(struct mps_command *cm, vm_paddr_t pa, size_t len, u_int flags, in mps_add_dmaseg()
2943 struct mps_command *cm; in mps_data_cb()
2946 cm = (struct mps_command *)arg; in mps_data_cb()
3038 mps_map_command(struct mps_softc *sc, struct mps_command *cm) in mps_map_command()
3067 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command()
3072 struct mps_command *cm = *cmp; in mps_wait_command()
3149 struct mps_command *cm; in mps_read_config_page()
3223 mps_config_complete(struct mps_softc *sc, struct mps_command *cm) in mps_config_complete()