Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c603 u16 hw_comp_cons, sw_comp_cons, sw_comp_prod; in bnx2x_rx_int() local
613 hw_comp_cons = le16_to_cpu(*fp->rx_cons_sb); in bnx2x_rx_int()
614 if ((hw_comp_cons & MAX_RCQ_DESC_CNT) == MAX_RCQ_DESC_CNT) in bnx2x_rx_int()
615 hw_comp_cons++; in bnx2x_rx_int()
630 fp->index, hw_comp_cons, sw_comp_cons); in bnx2x_rx_int()
632 while (sw_comp_cons != hw_comp_cons) { in bnx2x_rx_int()