if_bnx.c | 4164 struct tx_bd *txbd; local in function:bnx_init_tx_chain 4193 txbd = &sc->tx_bd_chain[i][USABLE_TX_BD_PER_PAGE]; 4202 txbd->tx_bd_haddr_lo = addr; 4204 txbd->tx_bd_haddr_hi = addr; 4861 struct tx_bd *txbd = NULL; local in function:bnx_tx_intr 4874 DBRUNIF(1, txbd = &sc->tx_bd_chain 4877 DBRUNIF((txbd == NULL), 4883 bnx_dump_txbd(sc, sw_tx_chain_cons, txbd)); 5110 struct tx_bd *txbd = NULL; local in function:bnx_tx_encap 5205 txbd = &sc->tx_bd_chain[TX_PAGE(chain_prod)][TX_IDX(chain_prod)] 6082 struct tx_bd *txbd; local in function:bnx_dump_tx_chain [all...] |