Home
last modified time | relevance | path

Searched refs:cur_gen_bit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve.h302 uint8_t cur_gen_bit; /* Gets flipped on every cycle of the compl ring */ member
447 uint8_t cur_gen_bit; /* NIC flips a bit on every pass */ member
H A Dgve_tx_dqo.c985 tx->dqo.cur_gen_bit = 0; in gve_clear_tx_ring_dqo()
1034 if (compl_desc->generation == tx->dqo.cur_gen_bit) in gve_tx_cleanup_dqo()
1058 tx->dqo.cur_gen_bit ^= tx->dqo.compl_head == 0; in gve_tx_cleanup_dqo()
H A Dgve_rx_dqo.c212 rx->dqo.cur_gen_bit = 0; in gve_clear_rx_ring_dqo()
969 if (compl_desc->generation == rx->dqo.cur_gen_bit) in gve_rx_cleanup_dqo()
979 rx->dqo.cur_gen_bit ^= (rx->dqo.tail == 0); in gve_rx_cleanup_dqo()