Searched refs:should_abort (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c441 boolean_t should_abort; local
460 should_abort = eep->ee_rx(eep,
464 should_abort = eep->ee_tx(eep,
468 should_abort = eep->ee_driver(eep,
472 should_abort = eep->ee_drv_gen(eep,
477 should_abort = eep->ee_mcdi(eep,
483 should_abort = eep->ee_global(eep,
499 should_abort = B_TRUE;
501 if (should_abort) {
746 boolean_t should_abort; local
890 boolean_t should_abort; local
949 boolean_t should_abort; local
1079 boolean_t should_abort; local
1108 boolean_t should_abort = B_FALSE; local
[all...]
H A Def10_ev.c784 boolean_t should_abort; local
928 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags);
930 return (should_abort);
943 boolean_t should_abort; local
963 should_abort = eecp->eec_tx(arg, label, id);
965 return (should_abort);
976 boolean_t should_abort; local
979 should_abort = B_FALSE;
989 should_abort = eecp->eec_timer(arg, id);
999 should_abort
1026 boolean_t should_abort; local
1055 boolean_t should_abort = B_FALSE; local
[all...]

Completed in 72 milliseconds