Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/common/
HDefx_ev.c579 boolean_t should_abort; in falconsiena_ev_rx() local
710 should_abort = eecp->eec_rx(arg, label, id, size, flags); in falconsiena_ev_rx()
712 return (should_abort); in falconsiena_ev_rx()
724 boolean_t should_abort; in falconsiena_ev_tx() local
739 should_abort = eecp->eec_tx(arg, label, id); in falconsiena_ev_tx()
741 return (should_abort); in falconsiena_ev_tx()
771 boolean_t should_abort; in falconsiena_ev_global() local
774 should_abort = B_FALSE; in falconsiena_ev_global()
785 return (should_abort); in falconsiena_ev_global()
795 boolean_t should_abort; in falconsiena_ev_driver() local
[all …]
HDhunt_ev.c507 boolean_t should_abort; in hunt_ev_rx() local
688 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags); in hunt_ev_rx()
690 return (should_abort); in hunt_ev_rx()
703 boolean_t should_abort; in hunt_ev_tx() local
723 should_abort = eecp->eec_tx(arg, label, id); in hunt_ev_tx()
725 return (should_abort); in hunt_ev_tx()
736 boolean_t should_abort; in hunt_ev_driver() local
739 should_abort = B_FALSE; in hunt_ev_driver()
749 should_abort = eecp->eec_timer(arg, id); in hunt_ev_driver()
759 should_abort = eecp->eec_wake_up(arg, id); in hunt_ev_driver()
[all …]