Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.c101 u16 hw_cons, sw_cons, bd_cons = fp->tx_bd_cons; in bnx2x_tx_int() local
121 bd_cons = bnx2x_free_tx_pkt(bp, fp, pkt_cons); in bnx2x_tx_int()
126 fp->tx_bd_cons = bd_cons; in bnx2x_tx_int()
456 u16 bd_cons, bd_prod, bd_prod_fw, comp_ring_cons; in bnx2x_rx_int() local
471 bd_cons = fp->rx_bd_cons; in bnx2x_rx_int()
495 bd_cons = RX_BD(bd_cons); in bnx2x_rx_int()
521 rx_buf = &fp->rx_buf_ring[bd_cons]; in bnx2x_rx_int()
543 bd_cons, bd_prod); in bnx2x_rx_int()
613 bnx2x_reuse_rx_skb(fp, bd_cons, bd_prod); in bnx2x_rx_int()
632 bnx2x_reuse_rx_skb(fp, bd_cons, bd_prod); in bnx2x_rx_int()
[all …]