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

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c377 #define EFX_EV_BATCH 8 macro
386 efx_qword_t ev[EFX_EV_BATCH];
414 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1));
509 EFSYS_ASSERT(batch <= EFX_EV_BATCH);
510 batch += (EFX_EV_BATCH << 1);

Completed in 63 milliseconds