Home
last modified time | relevance | path

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

/freebsd/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.c949 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/sys/dev/mpr/
H A Dmprvar.h290 mpr_command_callback_t *cm_timeout_handler; member
666 cm->cm_timeout_handler = NULL; in mpr_alloc_command()
714 cm->cm_timeout_handler = NULL; in mpr_alloc_high_priority_command()
H A Dmpr_sas_lsi.c1174 cm->cm_timeout_handler = mprsas_ata_id_timeout; in mprsas_get_sata_identify()
H A Dmpr.c3845 if (cm->cm_timeout_handler == NULL) { in mpr_wait_command()
3853 cm->cm_timeout_handler(sc, cm); in mpr_wait_command()