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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3179 uint16_t hw_cq_cons, sw_cq_cons, sw_cq_prod; local
3186 hw_cq_cons = le16toh(*fp->rx_cq_cons_sb);
3187 if ((hw_cq_cons & RCQ_USABLE_PER_PAGE) == RCQ_USABLE_PER_PAGE) {
3188 hw_cq_cons++;
3204 "fp[%02d] Rx START hw_cq_cons=%u sw_cq_cons=%u\n",
3205 fp->index, hw_cq_cons, sw_cq_cons);
3207 while (sw_cq_cons != hw_cq_cons) {
3226 "fp[%02d] Rx hw_cq_cons=%d hw_sw_cons=%d "
3230 hw_cq_cons,
3440 return (sw_cq_cons != hw_cq_cons);
[all...]

Completed in 75 milliseconds