Searched refs:hw_comp_cons (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4697 uint16_t hw_comp_cons, sw_comp_cons; local
4710 hw_comp_cons = le16toh(*rxq->hw_cons_ptr);
4716 * / BD in the while-loop before reading hw_comp_cons. If the CQE is
4718 * the CPU reads the hw_comp_cons, it will use an old CQE.
4722 while (sw_comp_cons != hw_comp_cons) {
4969 } /* repeat while sw_comp_cons != hw_comp_cons... */

Completed in 136 milliseconds