Searched refs:mpr_map_command (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_sas.c | 492 mpr_map_command(sc, cm); in mprsas_prepare_volume_remove() 552 mpr_map_command(sc, tm); in mprsas_prepare_remove() 619 mpr_map_command(sc, tm); in mprsas_remove_device() 1465 err = mpr_map_command(sc, tm); in mprsas_send_reset() 1602 err = mpr_map_command(sc, tm); in mprsas_send_abort() 1831 mpr_map_command(sc, cm); in mprsas_build_nvme_unmap() 2153 mpr_map_command(sc, cm); in mprsas_action_scsiio() 2845 mpr_map_command(sc, cm->cm_targ->pending_remove_tm); in mprsas_scsiio_complete() 3069 error = mpr_map_command(sc, cm); in mprsas_send_smpcmd() 3257 mpr_map_command(sc, tm); in mprsas_action_resetdev() [all …]
|
| H A D | mpr.c | 2844 error = mpr_map_command(sc, cm); in mpr_reregister_events() 3756 mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm) in mpr_map_command() function 3797 error = mpr_map_command(sc, cm); in mpr_wait_command() 3871 mpr_map_command(sc, cm); in mpr_request_polled() 3971 return (mpr_map_command(sc, cm)); in mpr_read_config_page()
|
| H A D | mprvar.h | 844 int mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm);
|