Searched refs:should_abort (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_ev.c | 443 boolean_t should_abort; in efx_ev_qpoll() local 462 should_abort = eep->ee_rx(eep, in efx_ev_qpoll() 466 should_abort = eep->ee_tx(eep, in efx_ev_qpoll() 470 should_abort = eep->ee_driver(eep, in efx_ev_qpoll() 474 should_abort = eep->ee_drv_gen(eep, in efx_ev_qpoll() 479 should_abort = eep->ee_mcdi(eep, in efx_ev_qpoll() 485 should_abort = eep->ee_global(eep, in efx_ev_qpoll() 501 should_abort = B_TRUE; in efx_ev_qpoll() 503 if (should_abort) { in efx_ev_qpoll() 748 boolean_t should_abort; in siena_ev_rx() local [all …]
|
| H A D | ef10_ev.c | 780 boolean_t should_abort; in ef10_ev_rx_packed_stream() local 854 should_abort = eecp->eec_rx_ps(arg, label, current_id, pkt_count, in ef10_ev_rx_packed_stream() 857 return (should_abort); in ef10_ev_rx_packed_stream() 879 boolean_t should_abort; in ef10_ev_rx() local 1069 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags); in ef10_ev_rx() 1071 return (should_abort); in ef10_ev_rx() 1084 boolean_t should_abort; in ef10_ev_tx() local 1105 should_abort = eecp->eec_tx(arg, label, id); in ef10_ev_tx() 1107 return (should_abort); in ef10_ev_tx() 1118 boolean_t should_abort; in ef10_ev_driver() local [all …]
|