Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mps/
H A Dmpsvar.h255 mps_command_callback_t *cm_timeout_handler; member
590 cm->cm_timeout_handler = NULL; in mps_alloc_command()
633 cm->cm_timeout_handler = NULL; in mps_alloc_high_priority_command()
H A Dmps_sas_lsi.c950 cm->cm_timeout_handler = mpssas_ata_id_timeout; in mpssas_get_sata_identify()
H A Dmps.c3121 if (cm->cm_timeout_handler == NULL) { in mps_wait_command()
3129 cm->cm_timeout_handler(sc, cm); in mps_wait_command()
/freebsd-14.2/sys/dev/mpr/
H A Dmprvar.h290 mpr_command_callback_t *cm_timeout_handler; member
665 cm->cm_timeout_handler = NULL; in mpr_alloc_command()
713 cm->cm_timeout_handler = NULL; in mpr_alloc_high_priority_command()
H A Dmpr_sas_lsi.c1175 cm->cm_timeout_handler = mprsas_ata_id_timeout; in mprsas_get_sata_identify()
H A Dmpr.c3835 if (cm->cm_timeout_handler == NULL) { in mpr_wait_command()
3843 cm->cm_timeout_handler(sc, cm); in mpr_wait_command()