Home
last modified time | relevance | path

Searched refs:cm_timeout_handler (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/mps/
H A Dmpsvar.h257 mps_command_callback_t *cm_timeout_handler; member
592 cm->cm_timeout_handler = NULL; in mps_alloc_command()
635 cm->cm_timeout_handler = NULL; in mps_alloc_high_priority_command()
H A Dmps_sas_lsi.c952 cm->cm_timeout_handler = mpssas_ata_id_timeout; in mpssas_get_sata_identify()
H A Dmps.c3091 if (cm->cm_timeout_handler == NULL) { in mps_wait_command()
3099 cm->cm_timeout_handler(sc, cm); in mps_wait_command()
/freebsd-13.1/sys/dev/mpr/
H A Dmprvar.h292 mpr_command_callback_t *cm_timeout_handler; member
667 cm->cm_timeout_handler = NULL; in mpr_alloc_command()
715 cm->cm_timeout_handler = NULL; in mpr_alloc_high_priority_command()
H A Dmpr_sas_lsi.c1177 cm->cm_timeout_handler = mprsas_ata_id_timeout; in mprsas_get_sata_identify()
H A Dmpr.c3814 if (cm->cm_timeout_handler == NULL) { in mpr_wait_command()
3822 cm->cm_timeout_handler(sc, cm); in mpr_wait_command()