if_bnx.c | 4531 uint16_t hw_cons, sw_cons, sw_chain_cons; local in function:bnx_rx_intr 4554 sw_cons = sc->rx_cons; 4559 "sw_cons = 0x%04X, sw_prod_bseq = 0x%08X\n", 4560 __func__, sw_prod, sw_cons, sw_prod_bseq); 4575 while (sw_cons != hw_cons) { 4584 sw_chain_cons = RX_CHAIN_IDX(sw_cons); 4614 printf("invalid map sw_cons 0x%x " 4621 sw_cons, sw_prod, sw_chain_cons, sw_chain_prod, 4790 sw_cons = NEXT_RX_BD(sw_cons); [all...] |