Searched refs:hw_comp_cons (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c307 u16 hw_comp_cons, sw_comp_cons; local
318 hw_comp_cons = le16_to_cpu(*cnq->hw_cons_ptr);
323 QL_DPRINT12(ha, "enter cnq = %p hw_comp_cons = 0x%x sw_comp_cons = 0x%x\n",
324 handle, hw_comp_cons, sw_comp_cons);
326 while (sw_comp_cons != hw_comp_cons) {
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4593 uint16_t hw_comp_cons, sw_comp_cons; local
4606 hw_comp_cons = le16toh(*rxq->hw_cons_ptr);
4612 * / BD in the while-loop before reading hw_comp_cons. If the CQE is
4614 * the CPU reads the hw_comp_cons, it will use an old CQE.
4618 while (sw_comp_cons != hw_comp_cons) {
4857 } /* repeat while sw_comp_cons != hw_comp_cons... */

Completed in 117 milliseconds