Searched refs:timedout_commands (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.h63 TAILQ_HEAD(, mps_command) timedout_commands; member in struct:mpssas_target
H A Dmps_sas_lsi.c753 TAILQ_INIT(&targ->timedout_commands);
1086 TAILQ_INIT(&targ->timedout_commands);
H A Dmps_sas.c1274 cm = TAILQ_FIRST(&targ->timedout_commands);
1479 cm = TAILQ_FIRST(&tm->cm_targ->timedout_commands);
1609 TAILQ_INSERT_TAIL(&targ->timedout_commands, cm, cm_recovery);
2150 TAILQ_REMOVE(&cm->cm_targ->timedout_commands, cm, cm_recovery);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.h66 TAILQ_HEAD(, mpr_command) timedout_commands; member in struct:mprsas_target
H A Dmpr_sas_lsi.c958 TAILQ_INIT(&targ->timedout_commands);
1369 TAILQ_INIT(&targ->timedout_commands);
1434 TAILQ_INIT(&targ->timedout_commands);
H A Dmpr_sas.c1334 cm = TAILQ_FIRST(&targ->timedout_commands);
1547 cm = TAILQ_FIRST(&tm->cm_targ->timedout_commands);
1684 TAILQ_INSERT_TAIL(&targ->timedout_commands, cm, cm_recovery);
2624 TAILQ_REMOVE(&cm->cm_targ->timedout_commands, cm, cm_recovery);

Completed in 125 milliseconds