bnx_softc
struct bnx_softc *bnx_sc = NULL;
struct bnx_softc *bnx_sc = sc->mii_pdata->mii_ifp->if_softc;
bnx_reg_wr_ind(struct bnx_softc *sc, u_int32_t offset, u_int32_t val)
bnx_ctx_wr(struct bnx_softc *sc, u_int32_t cid_addr, u_int32_t ctx_offset,
struct bnx_softc *sc = (struct bnx_softc *)dev;
struct bnx_softc *sc = (struct bnx_softc *)dev;
struct bnx_softc *sc = (struct bnx_softc *)dev;
bnx_acquire_nvram_lock(struct bnx_softc *sc)
bnx_release_nvram_lock(struct bnx_softc *sc)
bnx_enable_nvram_write(struct bnx_softc *sc)
bnx_disable_nvram_write(struct bnx_softc *sc)
bnx_enable_nvram_access(struct bnx_softc *sc)
bnx_disable_nvram_access(struct bnx_softc *sc)
bnx_nvram_erase_page(struct bnx_softc *sc, u_int32_t offset)
bnx_nvram_read_dword(struct bnx_softc *sc, u_int32_t offset,
bnx_nvram_write_dword(struct bnx_softc *sc, u_int32_t offset, u_int8_t *val,
bnx_init_nvram(struct bnx_softc *sc)
bnx_nvram_read(struct bnx_softc *sc, u_int32_t offset, u_int8_t *ret_buf,
bnx_nvram_write(struct bnx_softc *sc, u_int32_t offset, u_int8_t *data_buf,
bnx_nvram_test(struct bnx_softc *sc)
bnx_get_media(struct bnx_softc *sc)
bnx_init_media(struct bnx_softc *sc)
bnx_dma_free(struct bnx_softc *sc)
bnx_dma_alloc(struct bnx_softc *sc)
bnx_release_resources(struct bnx_softc *sc)
bnx_fw_sync(struct bnx_softc *sc, u_int32_t msg_data)
bnx_load_rv2p_fw(struct bnx_softc *sc, u_int32_t *rv2p_code,
int bnx_read_firmware(struct bnx_softc *sc, int);
int bnx_read_rv2p(struct bnx_softc *sc, int);
bnx_load_cpu_fw(struct bnx_softc *sc, struct cpu_reg *cpu_reg,
void bnx_dump_mbuf(struct bnx_softc *, struct mbuf *);
bnx_init_cpus(struct bnx_softc *sc)
void bnx_dump_tx_mbuf_chain(struct bnx_softc *, int, int);
void bnx_dump_rx_mbuf_chain(struct bnx_softc *, int, int);
void bnx_dump_txbd(struct bnx_softc *, int, struct tx_bd *);
void bnx_dump_rxbd(struct bnx_softc *, int, struct rx_bd *);
void bnx_dump_l2fhdr(struct bnx_softc *, int, struct l2_fhdr *);
void bnx_dump_tx_chain(struct bnx_softc *, int, int);
void bnx_dump_rx_chain(struct bnx_softc *, int, int);
void bnx_dump_status_block(struct bnx_softc *);
void bnx_dump_stats_block(struct bnx_softc *);
void bnx_dump_driver_state(struct bnx_softc *);
void bnx_dump_hw_state(struct bnx_softc *);
void bnx_breakpoint(struct bnx_softc *);
u_int32_t bnx_reg_rd_ind(struct bnx_softc *, u_int32_t);
void bnx_reg_wr_ind(struct bnx_softc *, u_int32_t, u_int32_t);
void bnx_ctx_wr(struct bnx_softc *, u_int32_t, u_int32_t, u_int32_t);
bnx_init_context(struct bnx_softc *sc)
int bnx_acquire_nvram_lock(struct bnx_softc *);
int bnx_release_nvram_lock(struct bnx_softc *);
void bnx_enable_nvram_access(struct bnx_softc *);
bnx_get_mac_addr(struct bnx_softc *sc)
void bnx_disable_nvram_access(struct bnx_softc *);
int bnx_nvram_read_dword(struct bnx_softc *, u_int32_t, u_int8_t *,
int bnx_init_nvram(struct bnx_softc *);
bnx_set_mac_addr(struct bnx_softc *sc)
int bnx_nvram_read(struct bnx_softc *, u_int32_t, u_int8_t *, int);
int bnx_nvram_test(struct bnx_softc *);
bnx_stop(struct bnx_softc *sc)
int bnx_enable_nvram_write(struct bnx_softc *);
void bnx_disable_nvram_write(struct bnx_softc *);
int bnx_nvram_erase_page(struct bnx_softc *, u_int32_t);
int bnx_nvram_write_dword(struct bnx_softc *, u_int32_t, u_int8_t *,
int bnx_nvram_write(struct bnx_softc *, u_int32_t, u_int8_t *, int);
bnx_reset(struct bnx_softc *sc, u_int32_t reset_code)
void bnx_get_media(struct bnx_softc *);
void bnx_init_media(struct bnx_softc *);
int bnx_dma_alloc(struct bnx_softc *);
void bnx_dma_free(struct bnx_softc *);
void bnx_release_resources(struct bnx_softc *);
bnx_chipinit(struct bnx_softc *sc)
int bnx_fw_sync(struct bnx_softc *, u_int32_t);
void bnx_load_rv2p_fw(struct bnx_softc *, u_int32_t *, u_int32_t,
void bnx_load_cpu_fw(struct bnx_softc *, struct cpu_reg *,
void bnx_init_cpus(struct bnx_softc *);
bnx_blockinit(struct bnx_softc *sc)
void bnx_stop(struct bnx_softc *);
int bnx_reset(struct bnx_softc *, u_int32_t);
int bnx_chipinit(struct bnx_softc *);
int bnx_blockinit(struct bnx_softc *);
int bnx_get_buf(struct bnx_softc *, u_int16_t *, u_int16_t *, u_int32_t *);
int bnx_init_tx_chain(struct bnx_softc *);
void bnx_init_tx_context(struct bnx_softc *);
int bnx_fill_rx_chain(struct bnx_softc *);
void bnx_init_rx_context(struct bnx_softc *);
int bnx_init_rx_chain(struct bnx_softc *);
void bnx_free_rx_chain(struct bnx_softc *);
bnx_get_buf(struct bnx_softc *sc, u_int16_t *prod,
void bnx_free_tx_chain(struct bnx_softc *);
int bnx_tx_encap(struct bnx_softc *, struct mbuf *, int *);
bnx_init_tx_context(struct bnx_softc *sc)
void bnx_mgmt_init(struct bnx_softc *sc);
void bnx_init_context(struct bnx_softc *);
void bnx_get_mac_addr(struct bnx_softc *);
bnx_init_tx_chain(struct bnx_softc *sc)
void bnx_set_mac_addr(struct bnx_softc *);
void bnx_phy_intr(struct bnx_softc *);
void bnx_rx_intr(struct bnx_softc *);
void bnx_tx_intr(struct bnx_softc *);
void bnx_disable_intr(struct bnx_softc *);
void bnx_enable_intr(struct bnx_softc *);
bnx_free_tx_chain(struct bnx_softc *sc)
void bnx_iff(struct bnx_softc *);
void bnx_stats_update(struct bnx_softc *);
bnx_init_rx_context(struct bnx_softc *sc)
bnx_fill_rx_chain(struct bnx_softc *sc)
sizeof(struct bnx_softc), bnx_probe, bnx_attach
bnx_init_rx_chain(struct bnx_softc *sc)
bnx_free_rx_chain(struct bnx_softc *sc)
struct bnx_softc *sc = xsc;
struct bnx_softc *sc;
struct bnx_softc *sc;
bnx_phy_intr(struct bnx_softc *sc)
bnx_rx_intr(struct bnx_softc *sc)
bnx_read_firmware(struct bnx_softc *sc, int idx)
bnx_tx_intr(struct bnx_softc *sc)
bnx_disable_intr(struct bnx_softc *sc)
bnx_enable_intr(struct bnx_softc *sc)
struct bnx_softc *sc = (struct bnx_softc *)xsc;
bnx_mgmt_init(struct bnx_softc *sc)
bnx_tx_encap(struct bnx_softc *sc, struct mbuf *m, int *used)
struct bnx_softc *sc = ifp->if_softc;
struct bnx_softc *sc = ifp->if_softc;
struct bnx_softc *sc = ifp->if_softc;
struct bnx_softc *sc = xsc;
bnx_iff(struct bnx_softc *sc)
bnx_stats_update(struct bnx_softc *sc)
struct bnx_softc *sc = xsc;
bnx_dump_mbuf(struct bnx_softc *sc, struct mbuf *m)
bnx_dump_tx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count)
bnx_dump_rx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count)
bnx_dump_txbd(struct bnx_softc *sc, int idx, struct tx_bd *txbd)
bnx_dump_rxbd(struct bnx_softc *sc, int idx, struct rx_bd *rxbd)
bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr)
bnx_dump_tx_chain(struct bnx_softc *sc, int tx_prod, int count)
bnx_dump_rx_chain(struct bnx_softc *sc, int rx_prod, int count)
bnx_dump_status_block(struct bnx_softc *sc)
bnx_dump_stats_block(struct bnx_softc *sc)
bnx_read_rv2p(struct bnx_softc *sc, int idx)
bnx_dump_driver_state(struct bnx_softc *sc)
bnx_dump_hw_state(struct bnx_softc *sc)
bnx_breakpoint(struct bnx_softc *sc)
struct bnx_softc *sc = (struct bnx_softc *)self;
struct bnx_softc *sc = (struct bnx_softc *)self;
struct bnx_softc *sc;
bnx_reg_rd_ind(struct bnx_softc *sc, u_int32_t offset)