Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ena-com/
H A Dena_eth_com.h204 u16 unreported_comp, head; in ena_com_update_dev_comp_head() local
209 unreported_comp = head - io_cq->last_head_update; in ena_com_update_dev_comp_head()
210 need_update = unreported_comp > (io_cq->q_depth / ENA_COMP_HEAD_THRESH); in ena_com_update_dev_comp_head()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_eth_com.h173 u16 unreported_comp, head; in ena_com_update_dev_comp_head() local
178 unreported_comp = head - io_cq->last_head_update; in ena_com_update_dev_comp_head()
179 need_update = unreported_comp > (io_cq->q_depth / ENA_COMP_HEAD_THRESH); in ena_com_update_dev_comp_head()