Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.c457 u16 hw_comp_cons, sw_comp_cons, sw_comp_prod; in bnx2x_rx_int() local
467 hw_comp_cons = le16_to_cpu(*fp->rx_cons_sb); in bnx2x_rx_int()
468 if ((hw_comp_cons & MAX_RCQ_DESC_CNT) == MAX_RCQ_DESC_CNT) in bnx2x_rx_int()
469 hw_comp_cons++; in bnx2x_rx_int()
484 fp->index, hw_comp_cons, sw_comp_cons); in bnx2x_rx_int()
486 while (sw_comp_cons != hw_comp_cons) { in bnx2x_rx_int()