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

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_ev.c381 #define EFX_EV_BATCH 8 macro
390 efx_qword_t ev[EFX_EV_BATCH];
418 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1));
513 EFSYS_ASSERT(batch <= EFX_EV_BATCH);
514 batch += (EFX_EV_BATCH << 1);

Completed in 91 milliseconds