Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mps/
H A Dmpsvar.h254 mps_command_callback_t *cm_timeout_handler; member
587 cm->cm_timeout_handler = NULL; in mps_alloc_command()
630 cm->cm_timeout_handler = NULL; in mps_alloc_high_priority_command()
H A Dmps_sas_lsi.c967 cm->cm_timeout_handler = mpssas_ata_id_timeout; in mpssas_get_sata_identify()
H A Dmps.c3116 if (cm->cm_timeout_handler == NULL) { in mps_wait_command()
3124 cm->cm_timeout_handler(sc, cm); in mps_wait_command()
/freebsd-12.1/sys/dev/mpr/
H A Dmprvar.h289 mpr_command_callback_t *cm_timeout_handler; member
661 cm->cm_timeout_handler = NULL; in mpr_alloc_command()
703 cm->cm_timeout_handler = NULL; in mpr_alloc_high_priority_command()
H A Dmpr_sas_lsi.c1194 cm->cm_timeout_handler = mprsas_ata_id_timeout; in mprsas_get_sata_identify()
H A Dmpr.c3824 if (cm->cm_timeout_handler == NULL) { in mpr_wait_command()
3832 cm->cm_timeout_handler(sc, cm); in mpr_wait_command()