Lines Matching refs:mps_command

96     struct mps_command *cm);
99 static void mps_config_complete(struct mps_softc *sc, struct mps_command *cm);
102 static void mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm);
738 struct mps_command *cm; in mps_iocfacts_free()
1095 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm) in mps_enqueue_request()
1424 struct mps_command *cm; in mps_alloc_requests()
1510 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs, in mps_alloc_requests()
1950 struct mps_command *cm; in mps_dump_reqs()
2230 mps_complete_command(struct mps_softc *sc, struct mps_command *cm) in mps_complete_command()
2373 struct mps_command *cm = NULL; in mps_intr_locked()
2562 mps_reregister_events_complete(struct mps_softc *sc, struct mps_command *cm) in mps_reregister_events_complete()
2605 struct mps_command *cm; in mps_update_events()
2662 struct mps_command *cm; in mps_reregister_events()
2720 mps_add_chain(struct mps_command *cm) in mps_add_chain()
2766 mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft) in mps_push_sge()
2923 mps_add_dmaseg(struct mps_command *cm, vm_paddr_t pa, size_t len, u_int flags, in mps_add_dmaseg()
2944 struct mps_command *cm; in mps_data_cb()
2947 cm = (struct mps_command *)arg; in mps_data_cb()
3039 mps_map_command(struct mps_softc *sc, struct mps_command *cm) in mps_map_command()
3068 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command()
3073 struct mps_command *cm = *cmp; in mps_wait_command()
3150 struct mps_command *cm; in mps_read_config_page()
3224 mps_config_complete(struct mps_softc *sc, struct mps_command *cm) in mps_config_complete()