txbd 3394 dev/pci/if_bnx.c struct tx_bd *txbd; txbd 3421 dev/pci/if_bnx.c txbd = &sc->tx_bd_chain[i][USABLE_TX_BD_PER_PAGE]; txbd 3430 dev/pci/if_bnx.c txbd->tx_bd_haddr_lo = htole32(addr); txbd 3432 dev/pci/if_bnx.c txbd->tx_bd_haddr_hi = htole32(addr); txbd 4065 dev/pci/if_bnx.c struct tx_bd *txbd = NULL; txbd 4078 dev/pci/if_bnx.c DBRUNIF(1, txbd = &sc->tx_bd_chain txbd 4081 dev/pci/if_bnx.c DBRUNIF((txbd == NULL), txbd 4087 dev/pci/if_bnx.c bnx_dump_txbd(sc, sw_tx_chain_cons, txbd)); txbd 4096 dev/pci/if_bnx.c DBRUNIF((!(txbd->tx_bd_flags & TX_BD_FLAGS_END)), txbd 4310 dev/pci/if_bnx.c struct tx_bd *txbd = NULL; txbd 4385 dev/pci/if_bnx.c txbd = &sc->tx_bd_chain[TX_PAGE(chain_prod)][TX_IDX(chain_prod)]; txbd 4388 dev/pci/if_bnx.c txbd->tx_bd_haddr_lo = htole32(addr); txbd 4390 dev/pci/if_bnx.c txbd->tx_bd_haddr_hi = htole32(addr); txbd 4391 dev/pci/if_bnx.c txbd->tx_bd_mss_nbytes = htole16(map->dm_segs[i].ds_len); txbd 4392 dev/pci/if_bnx.c txbd->tx_bd_vlan_tag = htole16(vlan_tag); txbd 4393 dev/pci/if_bnx.c txbd->tx_bd_flags = htole16(flags); txbd 4396 dev/pci/if_bnx.c txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_START); txbd 4401 dev/pci/if_bnx.c txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_END); txbd 5196 dev/pci/if_bnx.c bnx_dump_txbd(struct bnx_softc *sc, int idx, struct tx_bd *txbd) txbd 5204 dev/pci/if_bnx.c "page pointer\n", idx, txbd->tx_bd_haddr_hi, txbd 5205 dev/pci/if_bnx.c txbd->tx_bd_haddr_lo); txbd 5210 dev/pci/if_bnx.c txbd->tx_bd_haddr_hi, txbd->tx_bd_haddr_lo, txbd 5211 dev/pci/if_bnx.c txbd->tx_bd_mss_nbytes, txbd->tx_bd_vlan_tag, txbd 5212 dev/pci/if_bnx.c txbd->tx_bd_flags); txbd 5251 dev/pci/if_bnx.c struct tx_bd *txbd; txbd 5277 dev/pci/if_bnx.c txbd = &sc->tx_bd_chain[TX_PAGE(tx_prod)][TX_IDX(tx_prod)]; txbd 5278 dev/pci/if_bnx.c bnx_dump_txbd(sc, tx_prod, txbd);