Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_rx_dqo.c240 buf->num_nic_frags = 0; in gve_clear_rx_ring_dqo()
367 buf->num_nic_frags++; in gve_rx_post_qpl_buf_dqo()
848 if (__predict_false(buf->num_nic_frags == 0 || in gve_rx_dqo_qpl()
852 buf_id, rx->com.id, buf_frag_num, buf->num_nic_frags); in gve_rx_dqo_qpl()
857 buf->num_nic_frags--; in gve_rx_dqo_qpl()
926 if (buf->num_nic_frags == 0 && buf->next_idx == 0) in gve_rx_dqo_qpl()
H A Dgve.h259 uint8_t num_nic_frags; /* number of pending completions */ member