Searched refs:mpr_map_command (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr_sas.c | 497 mpr_map_command(sc, cm); in mprsas_prepare_volume_remove() 557 mpr_map_command(sc, tm); in mprsas_prepare_remove() 622 mpr_map_command(sc, tm); in mprsas_remove_device() 1473 err = mpr_map_command(sc, tm); in mprsas_send_reset() 1610 err = mpr_map_command(sc, tm); in mprsas_send_abort() 1839 mpr_map_command(sc, cm); in mprsas_build_nvme_unmap() 2152 mpr_map_command(sc, cm); in mprsas_action_scsiio() 2842 mpr_map_command(sc, cm->cm_targ->pending_remove_tm); in mprsas_scsiio_complete() 3066 error = mpr_map_command(sc, cm); in mprsas_send_smpcmd() 3254 mpr_map_command(sc, tm); in mprsas_action_resetdev() [all …]
|
| H A D | mpr.c | 2829 error = mpr_map_command(sc, cm); in mpr_reregister_events() 3735 mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm) in mpr_map_command() function 3776 error = mpr_map_command(sc, cm); in mpr_wait_command() 3850 mpr_map_command(sc, cm); in mpr_request_polled() 3950 return (mpr_map_command(sc, cm)); in mpr_read_config_page()
|
| H A D | mprvar.h | 846 int mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm);
|