Searched refs:mpr_map_command (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_sas.c | 496 mpr_map_command(sc, cm); in mprsas_prepare_volume_remove() 556 mpr_map_command(sc, tm); in mprsas_prepare_remove() 623 mpr_map_command(sc, tm); in mprsas_remove_device() 1469 err = mpr_map_command(sc, tm); in mprsas_send_reset() 1606 err = mpr_map_command(sc, tm); in mprsas_send_abort() 1835 mpr_map_command(sc, cm); in mprsas_build_nvme_unmap() 2157 mpr_map_command(sc, cm); in mprsas_action_scsiio() 2852 mpr_map_command(sc, cm->cm_targ->pending_remove_tm); in mprsas_scsiio_complete() 3076 error = mpr_map_command(sc, cm); in mprsas_send_smpcmd() 3264 mpr_map_command(sc, tm); in mprsas_action_resetdev() [all …]
|
| H A D | mpr.c | 2853 error = mpr_map_command(sc, cm); in mpr_reregister_events() 3765 mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm) in mpr_map_command() function 3806 error = mpr_map_command(sc, cm); in mpr_wait_command() 3880 mpr_map_command(sc, cm); in mpr_request_polled() 3980 return (mpr_map_command(sc, cm)); in mpr_read_config_page()
|
| H A D | mprvar.h | 845 int mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm);
|