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

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_ev.c445 boolean_t should_abort; local
464 should_abort = eep->ee_rx(eep,
468 should_abort = eep->ee_tx(eep,
472 should_abort = eep->ee_driver(eep,
476 should_abort = eep->ee_drv_gen(eep,
481 should_abort = eep->ee_mcdi(eep,
487 should_abort = eep->ee_global(eep,
503 should_abort = B_TRUE;
505 if (should_abort) {
750 boolean_t should_abort; local
894 boolean_t should_abort; local
952 boolean_t should_abort; local
1082 boolean_t should_abort; local
1111 boolean_t should_abort = B_FALSE; local
[all...]
H A Def10_ev.c782 boolean_t should_abort; local
856 should_abort = eecp->eec_rx_ps(arg, label, current_id, pkt_count,
859 return (should_abort);
881 boolean_t should_abort; local
1071 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags);
1073 return (should_abort);
1086 boolean_t should_abort; local
1107 should_abort = eecp->eec_tx(arg, label, id);
1109 return (should_abort);
1120 boolean_t should_abort; local
1170 boolean_t should_abort; local
1199 boolean_t should_abort = B_FALSE; local
[all...]

Completed in 99 milliseconds