Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c982 tx->dqo.compl_head = 0; in gve_clear_tx_ring_dqo()
1033 compl_desc = &tx->dqo.compl_ring[tx->dqo.compl_head]; in gve_tx_cleanup_dqo()
1055 tx->dqo.compl_head = (tx->dqo.compl_head + 1) & in gve_tx_cleanup_dqo()
1058 tx->dqo.cur_gen_bit ^= tx->dqo.compl_head == 0; in gve_tx_cleanup_dqo()
H A Dgve.h446 uint32_t compl_head; /* last completion read by driver */ member