bnx_softc 295 dev/pci/if_bnx.c int bnx_read_firmware(struct bnx_softc *sc); bnx_softc 305 dev/pci/if_bnx.c void bnx_dump_mbuf(struct bnx_softc *, struct mbuf *); bnx_softc 306 dev/pci/if_bnx.c void bnx_dump_tx_mbuf_chain(struct bnx_softc *, int, int); bnx_softc 307 dev/pci/if_bnx.c void bnx_dump_rx_mbuf_chain(struct bnx_softc *, int, int); bnx_softc 308 dev/pci/if_bnx.c void bnx_dump_txbd(struct bnx_softc *, int, struct tx_bd *); bnx_softc 309 dev/pci/if_bnx.c void bnx_dump_rxbd(struct bnx_softc *, int, struct rx_bd *); bnx_softc 310 dev/pci/if_bnx.c void bnx_dump_l2fhdr(struct bnx_softc *, int, struct l2_fhdr *); bnx_softc 311 dev/pci/if_bnx.c void bnx_dump_tx_chain(struct bnx_softc *, int, int); bnx_softc 312 dev/pci/if_bnx.c void bnx_dump_rx_chain(struct bnx_softc *, int, int); bnx_softc 313 dev/pci/if_bnx.c void bnx_dump_status_block(struct bnx_softc *); bnx_softc 314 dev/pci/if_bnx.c void bnx_dump_stats_block(struct bnx_softc *); bnx_softc 315 dev/pci/if_bnx.c void bnx_dump_driver_state(struct bnx_softc *); bnx_softc 316 dev/pci/if_bnx.c void bnx_dump_hw_state(struct bnx_softc *); bnx_softc 317 dev/pci/if_bnx.c void bnx_breakpoint(struct bnx_softc *); bnx_softc 323 dev/pci/if_bnx.c u_int32_t bnx_reg_rd_ind(struct bnx_softc *, u_int32_t); bnx_softc 324 dev/pci/if_bnx.c void bnx_reg_wr_ind(struct bnx_softc *, u_int32_t, u_int32_t); bnx_softc 325 dev/pci/if_bnx.c void bnx_ctx_wr(struct bnx_softc *, u_int32_t, u_int32_t, u_int32_t); bnx_softc 333 dev/pci/if_bnx.c int bnx_acquire_nvram_lock(struct bnx_softc *); bnx_softc 334 dev/pci/if_bnx.c int bnx_release_nvram_lock(struct bnx_softc *); bnx_softc 335 dev/pci/if_bnx.c void bnx_enable_nvram_access(struct bnx_softc *); bnx_softc 336 dev/pci/if_bnx.c void bnx_disable_nvram_access(struct bnx_softc *); bnx_softc 337 dev/pci/if_bnx.c int bnx_nvram_read_dword(struct bnx_softc *, u_int32_t, u_int8_t *, bnx_softc 339 dev/pci/if_bnx.c int bnx_init_nvram(struct bnx_softc *); bnx_softc 340 dev/pci/if_bnx.c int bnx_nvram_read(struct bnx_softc *, u_int32_t, u_int8_t *, int); bnx_softc 341 dev/pci/if_bnx.c int bnx_nvram_test(struct bnx_softc *); bnx_softc 343 dev/pci/if_bnx.c int bnx_enable_nvram_write(struct bnx_softc *); bnx_softc 344 dev/pci/if_bnx.c void bnx_disable_nvram_write(struct bnx_softc *); bnx_softc 345 dev/pci/if_bnx.c int bnx_nvram_erase_page(struct bnx_softc *, u_int32_t); bnx_softc 346 dev/pci/if_bnx.c int bnx_nvram_write_dword(struct bnx_softc *, u_int32_t, u_int8_t *, bnx_softc 348 dev/pci/if_bnx.c int bnx_nvram_write(struct bnx_softc *, u_int32_t, u_int8_t *, int); bnx_softc 354 dev/pci/if_bnx.c int bnx_dma_alloc(struct bnx_softc *); bnx_softc 355 dev/pci/if_bnx.c void bnx_dma_free(struct bnx_softc *); bnx_softc 356 dev/pci/if_bnx.c void bnx_release_resources(struct bnx_softc *); bnx_softc 361 dev/pci/if_bnx.c int bnx_fw_sync(struct bnx_softc *, u_int32_t); bnx_softc 362 dev/pci/if_bnx.c void bnx_load_rv2p_fw(struct bnx_softc *, u_int32_t *, u_int32_t, bnx_softc 364 dev/pci/if_bnx.c void bnx_load_cpu_fw(struct bnx_softc *, struct cpu_reg *, bnx_softc 366 dev/pci/if_bnx.c void bnx_init_cpus(struct bnx_softc *); bnx_softc 368 dev/pci/if_bnx.c void bnx_stop(struct bnx_softc *); bnx_softc 369 dev/pci/if_bnx.c int bnx_reset(struct bnx_softc *, u_int32_t); bnx_softc 370 dev/pci/if_bnx.c int bnx_chipinit(struct bnx_softc *); bnx_softc 371 dev/pci/if_bnx.c int bnx_blockinit(struct bnx_softc *); bnx_softc 372 dev/pci/if_bnx.c int bnx_get_buf(struct bnx_softc *, struct mbuf *, u_int16_t *, bnx_softc 375 dev/pci/if_bnx.c int bnx_init_tx_chain(struct bnx_softc *); bnx_softc 376 dev/pci/if_bnx.c int bnx_init_rx_chain(struct bnx_softc *); bnx_softc 377 dev/pci/if_bnx.c void bnx_free_rx_chain(struct bnx_softc *); bnx_softc 378 dev/pci/if_bnx.c void bnx_free_tx_chain(struct bnx_softc *); bnx_softc 380 dev/pci/if_bnx.c int bnx_tx_encap(struct bnx_softc *, struct mbuf **); bnx_softc 387 dev/pci/if_bnx.c void bnx_mgmt_init(struct bnx_softc *sc); bnx_softc 389 dev/pci/if_bnx.c void bnx_init_context(struct bnx_softc *); bnx_softc 390 dev/pci/if_bnx.c void bnx_get_mac_addr(struct bnx_softc *); bnx_softc 391 dev/pci/if_bnx.c void bnx_set_mac_addr(struct bnx_softc *); bnx_softc 392 dev/pci/if_bnx.c void bnx_phy_intr(struct bnx_softc *); bnx_softc 393 dev/pci/if_bnx.c void bnx_rx_intr(struct bnx_softc *); bnx_softc 394 dev/pci/if_bnx.c void bnx_tx_intr(struct bnx_softc *); bnx_softc 395 dev/pci/if_bnx.c void bnx_disable_intr(struct bnx_softc *); bnx_softc 396 dev/pci/if_bnx.c void bnx_enable_intr(struct bnx_softc *); bnx_softc 399 dev/pci/if_bnx.c void bnx_set_rx_mode(struct bnx_softc *); bnx_softc 400 dev/pci/if_bnx.c void bnx_stats_update(struct bnx_softc *); bnx_softc 407 dev/pci/if_bnx.c sizeof(struct bnx_softc), bnx_probe, bnx_attach bnx_softc 440 dev/pci/if_bnx.c bnx_read_firmware(struct bnx_softc *sc) bnx_softc 619 dev/pci/if_bnx.c struct bnx_softc *sc = (struct bnx_softc *)self; bnx_softc 762 dev/pci/if_bnx.c struct bnx_softc *sc = xsc; bnx_softc 952 dev/pci/if_bnx.c struct bnx_softc *sc; bnx_softc 993 dev/pci/if_bnx.c struct bnx_softc *sc = (struct bnx_softc *)xsc; bnx_softc 1010 dev/pci/if_bnx.c bnx_reg_rd_ind(struct bnx_softc *sc, u_int32_t offset) bnx_softc 1041 dev/pci/if_bnx.c bnx_reg_wr_ind(struct bnx_softc *sc, u_int32_t offset, u_int32_t val) bnx_softc 1063 dev/pci/if_bnx.c bnx_ctx_wr(struct bnx_softc *sc, u_int32_t cid_addr, u_int32_t offset, bnx_softc 1086 dev/pci/if_bnx.c struct bnx_softc *sc = (struct bnx_softc *)dev; bnx_softc 1161 dev/pci/if_bnx.c struct bnx_softc *sc = (struct bnx_softc *)dev; bnx_softc 1229 dev/pci/if_bnx.c struct bnx_softc *sc = (struct bnx_softc *)dev; bnx_softc 1266 dev/pci/if_bnx.c bnx_acquire_nvram_lock(struct bnx_softc *sc) bnx_softc 1302 dev/pci/if_bnx.c bnx_release_nvram_lock(struct bnx_softc *sc) bnx_softc 1338 dev/pci/if_bnx.c bnx_enable_nvram_write(struct bnx_softc *sc) bnx_softc 1381 dev/pci/if_bnx.c bnx_disable_nvram_write(struct bnx_softc *sc) bnx_softc 1402 dev/pci/if_bnx.c bnx_enable_nvram_access(struct bnx_softc *sc) bnx_softc 1423 dev/pci/if_bnx.c bnx_disable_nvram_access(struct bnx_softc *sc) bnx_softc 1447 dev/pci/if_bnx.c bnx_nvram_erase_page(struct bnx_softc *sc, u_int32_t offset) bnx_softc 1500 dev/pci/if_bnx.c bnx_nvram_read_dword(struct bnx_softc *sc, u_int32_t offset, bnx_softc 1561 dev/pci/if_bnx.c bnx_nvram_write_dword(struct bnx_softc *sc, u_int32_t offset, u_int8_t *val, bnx_softc 1614 dev/pci/if_bnx.c bnx_init_nvram(struct bnx_softc *sc) bnx_softc 1722 dev/pci/if_bnx.c bnx_nvram_read(struct bnx_softc *sc, u_int32_t offset, u_int8_t *ret_buf, bnx_softc 1840 dev/pci/if_bnx.c bnx_nvram_write(struct bnx_softc *sc, u_int32_t offset, u_int8_t *data_buf, bnx_softc 2026 dev/pci/if_bnx.c bnx_nvram_test(struct bnx_softc *sc) bnx_softc 2087 dev/pci/if_bnx.c bnx_dma_free(struct bnx_softc *sc) bnx_softc 2181 dev/pci/if_bnx.c bnx_dma_alloc(struct bnx_softc *sc) bnx_softc 2404 dev/pci/if_bnx.c bnx_release_resources(struct bnx_softc *sc) bnx_softc 2431 dev/pci/if_bnx.c bnx_fw_sync(struct bnx_softc *sc, u_int32_t msg_data) bnx_softc 2487 dev/pci/if_bnx.c bnx_load_rv2p_fw(struct bnx_softc *sc, u_int32_t *rv2p_code, bnx_softc 2526 dev/pci/if_bnx.c bnx_load_cpu_fw(struct bnx_softc *sc, struct cpu_reg *cpu_reg, bnx_softc 2604 dev/pci/if_bnx.c bnx_init_cpus(struct bnx_softc *sc) bnx_softc 2813 dev/pci/if_bnx.c bnx_init_context(struct bnx_softc *sc) bnx_softc 2845 dev/pci/if_bnx.c bnx_get_mac_addr(struct bnx_softc *sc) bnx_softc 2884 dev/pci/if_bnx.c bnx_set_mac_addr(struct bnx_softc *sc) bnx_softc 2909 dev/pci/if_bnx.c bnx_stop(struct bnx_softc *sc) bnx_softc 2948 dev/pci/if_bnx.c bnx_reset(struct bnx_softc *sc, u_int32_t reset_code) bnx_softc 3028 dev/pci/if_bnx.c bnx_chipinit(struct bnx_softc *sc) bnx_softc 3126 dev/pci/if_bnx.c bnx_blockinit(struct bnx_softc *sc) bnx_softc 3240 dev/pci/if_bnx.c bnx_get_buf(struct bnx_softc *sc, struct mbuf *m, u_int16_t *prod, bnx_softc 3392 dev/pci/if_bnx.c bnx_init_tx_chain(struct bnx_softc *sc) bnx_softc 3465 dev/pci/if_bnx.c bnx_free_tx_chain(struct bnx_softc *sc) bnx_softc 3504 dev/pci/if_bnx.c bnx_init_rx_chain(struct bnx_softc *sc) bnx_softc 3591 dev/pci/if_bnx.c bnx_free_rx_chain(struct bnx_softc *sc) bnx_softc 3632 dev/pci/if_bnx.c struct bnx_softc *sc; bnx_softc 3663 dev/pci/if_bnx.c struct bnx_softc *sc; bnx_softc 3689 dev/pci/if_bnx.c bnx_phy_intr(struct bnx_softc *sc) bnx_softc 3729 dev/pci/if_bnx.c bnx_rx_intr(struct bnx_softc *sc) bnx_softc 4041 dev/pci/if_bnx.c bnx_tx_intr(struct bnx_softc *sc) bnx_softc 4156 dev/pci/if_bnx.c bnx_disable_intr(struct bnx_softc *sc) bnx_softc 4169 dev/pci/if_bnx.c bnx_enable_intr(struct bnx_softc *sc) bnx_softc 4192 dev/pci/if_bnx.c struct bnx_softc *sc = (struct bnx_softc *)xsc; bnx_softc 4270 dev/pci/if_bnx.c bnx_mgmt_init(struct bnx_softc *sc) bnx_softc 4307 dev/pci/if_bnx.c bnx_tx_encap(struct bnx_softc *sc, struct mbuf **m_head) bnx_softc 4446 dev/pci/if_bnx.c struct bnx_softc *sc = ifp->if_softc; bnx_softc 4533 dev/pci/if_bnx.c struct bnx_softc *sc = ifp->if_softc; bnx_softc 4628 dev/pci/if_bnx.c struct bnx_softc *sc = ifp->if_softc; bnx_softc 4657 dev/pci/if_bnx.c struct bnx_softc *sc; bnx_softc 4773 dev/pci/if_bnx.c bnx_set_rx_mode(struct bnx_softc *sc) bnx_softc 4861 dev/pci/if_bnx.c bnx_stats_update(struct bnx_softc *sc) bnx_softc 5058 dev/pci/if_bnx.c struct bnx_softc *sc = xsc; bnx_softc 5111 dev/pci/if_bnx.c bnx_dump_mbuf(struct bnx_softc *sc, struct mbuf *m) bnx_softc 5146 dev/pci/if_bnx.c bnx_dump_tx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count) bnx_softc 5172 dev/pci/if_bnx.c bnx_dump_rx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count) bnx_softc 5196 dev/pci/if_bnx.c bnx_dump_txbd(struct bnx_softc *sc, int idx, struct tx_bd *txbd) bnx_softc 5216 dev/pci/if_bnx.c bnx_dump_rxbd(struct bnx_softc *sc, int idx, struct rx_bd *rxbd) bnx_softc 5235 dev/pci/if_bnx.c bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr) bnx_softc 5249 dev/pci/if_bnx.c bnx_dump_tx_chain(struct bnx_softc *sc, int tx_prod, int count) bnx_softc 5292 dev/pci/if_bnx.c bnx_dump_rx_chain(struct bnx_softc *sc, int rx_prod, int count) bnx_softc 5337 dev/pci/if_bnx.c bnx_dump_status_block(struct bnx_softc *sc) bnx_softc 5426 dev/pci/if_bnx.c bnx_dump_stats_block(struct bnx_softc *sc) bnx_softc 5661 dev/pci/if_bnx.c bnx_dump_driver_state(struct bnx_softc *sc) bnx_softc 5759 dev/pci/if_bnx.c bnx_dump_hw_state(struct bnx_softc *sc) bnx_softc 5821 dev/pci/if_bnx.c bnx_breakpoint(struct bnx_softc *sc) bnx_softc 4587 dev/pci/if_bnxreg.h struct bnx_softc