Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h220 #define ETR_RING_CONFIG_BUILD_RESP(size, wm_nf, wm_ne) \ argument
221 (__SHIFTIN((wm_nf), ETR_RING_CONFIG_NEAR_FULL_WM) | \
H A Dqat.c898 uint32_t wm_nf = ETR_RING_CONFIG_NEAR_WM_512; in qat_etr_setup_ring() local
952 ETR_RING_CONFIG_BUILD_RESP(qr->qr_ring_size, wm_nf, wm_ne); in qat_etr_setup_ring()