Symbol: bnx_softc
sys/dev/pci/if_bnx.c
1007
bnx_reg_rd_ind(struct bnx_softc *sc, uint32_t offset)
sys/dev/pci/if_bnx.c
1038
bnx_reg_wr_ind(struct bnx_softc *sc, uint32_t offset, uint32_t val)
sys/dev/pci/if_bnx.c
1060
bnx_ctx_wr(struct bnx_softc *sc, uint32_t cid_addr, uint32_t ctx_offset,
sys/dev/pci/if_bnx.c
1102
struct bnx_softc *sc = device_private(dev);
sys/dev/pci/if_bnx.c
1182
struct bnx_softc *sc = device_private(dev);
sys/dev/pci/if_bnx.c
1256
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
1357
bnx_acquire_nvram_lock(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1393
bnx_release_nvram_lock(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1429
bnx_enable_nvram_write(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1472
bnx_disable_nvram_write(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1493
bnx_enable_nvram_access(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1514
bnx_disable_nvram_access(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1538
bnx_nvram_erase_page(struct bnx_softc *sc, uint32_t offset)
sys/dev/pci/if_bnx.c
1591
bnx_nvram_read_dword(struct bnx_softc *sc, uint32_t offset,
sys/dev/pci/if_bnx.c
1653
bnx_nvram_write_dword(struct bnx_softc *sc, uint32_t offset, uint8_t *val,
sys/dev/pci/if_bnx.c
1707
bnx_init_nvram(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1819
bnx_nvram_read(struct bnx_softc *sc, uint32_t offset, uint8_t *ret_buf,
sys/dev/pci/if_bnx.c
1937
bnx_nvram_write(struct bnx_softc *sc, uint32_t offset, uint8_t *data_buf,
sys/dev/pci/if_bnx.c
2122
bnx_nvram_test(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2181
bnx_get_media(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2282
bnx_init_media(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2314
bnx_dma_free(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2430
bnx_dma_alloc(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2715
bnx_release_resources(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2745
bnx_fw_sync(struct bnx_softc *sc, uint32_t msg_data)
sys/dev/pci/if_bnx.c
2801
bnx_load_rv2p_fw(struct bnx_softc *sc, uint32_t *rv2p_code,
sys/dev/pci/if_bnx.c
2845
bnx_load_cpu_fw(struct bnx_softc *sc, struct cpu_reg *cpu_reg,
sys/dev/pci/if_bnx.c
2923
bnx_init_cpus(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
300
void bnx_dump_mbuf(struct bnx_softc *, struct mbuf *);
sys/dev/pci/if_bnx.c
301
void bnx_dump_tx_mbuf_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
302
void bnx_dump_rx_mbuf_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
303
void bnx_dump_txbd(struct bnx_softc *, int, struct tx_bd *);
sys/dev/pci/if_bnx.c
304
void bnx_dump_rxbd(struct bnx_softc *, int, struct rx_bd *);
sys/dev/pci/if_bnx.c
305
void bnx_dump_l2fhdr(struct bnx_softc *, int, struct l2_fhdr *);
sys/dev/pci/if_bnx.c
306
void bnx_dump_tx_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
307
void bnx_dump_rx_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
308
void bnx_dump_status_block(struct bnx_softc *);
sys/dev/pci/if_bnx.c
309
void bnx_dump_stats_block(struct bnx_softc *);
sys/dev/pci/if_bnx.c
310
void bnx_dump_driver_state(struct bnx_softc *);
sys/dev/pci/if_bnx.c
311
void bnx_dump_hw_state(struct bnx_softc *);
sys/dev/pci/if_bnx.c
312
void bnx_breakpoint(struct bnx_softc *);
sys/dev/pci/if_bnx.c
318
uint32_t bnx_reg_rd_ind(struct bnx_softc *, uint32_t);
sys/dev/pci/if_bnx.c
319
void bnx_reg_wr_ind(struct bnx_softc *, uint32_t, uint32_t);
sys/dev/pci/if_bnx.c
320
void bnx_ctx_wr(struct bnx_softc *, uint32_t, uint32_t, uint32_t);
sys/dev/pci/if_bnx.c
328
int bnx_acquire_nvram_lock(struct bnx_softc *);
sys/dev/pci/if_bnx.c
329
int bnx_release_nvram_lock(struct bnx_softc *);
sys/dev/pci/if_bnx.c
330
void bnx_enable_nvram_access(struct bnx_softc *);
sys/dev/pci/if_bnx.c
331
void bnx_disable_nvram_access(struct bnx_softc *);
sys/dev/pci/if_bnx.c
332
int bnx_nvram_read_dword(struct bnx_softc *, uint32_t, uint8_t *,
sys/dev/pci/if_bnx.c
3336
bnx_init_context(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
334
int bnx_init_nvram(struct bnx_softc *);
sys/dev/pci/if_bnx.c
335
int bnx_nvram_read(struct bnx_softc *, uint32_t, uint8_t *, int);
sys/dev/pci/if_bnx.c
336
int bnx_nvram_test(struct bnx_softc *);
sys/dev/pci/if_bnx.c
338
int bnx_enable_nvram_write(struct bnx_softc *);
sys/dev/pci/if_bnx.c
339
void bnx_disable_nvram_write(struct bnx_softc *);
sys/dev/pci/if_bnx.c
340
int bnx_nvram_erase_page(struct bnx_softc *, uint32_t);
sys/dev/pci/if_bnx.c
341
int bnx_nvram_write_dword(struct bnx_softc *, uint32_t, uint8_t *,
sys/dev/pci/if_bnx.c
3419
bnx_get_mac_addr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
343
int bnx_nvram_write(struct bnx_softc *, uint32_t, uint8_t *, int);
sys/dev/pci/if_bnx.c
3458
bnx_set_mac_addr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
3485
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
349
void bnx_get_media(struct bnx_softc *);
sys/dev/pci/if_bnx.c
350
void bnx_init_media(struct bnx_softc *);
sys/dev/pci/if_bnx.c
351
int bnx_dma_alloc(struct bnx_softc *);
sys/dev/pci/if_bnx.c
352
void bnx_dma_free(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3528
bnx_reset(struct bnx_softc *sc, uint32_t reset_code)
sys/dev/pci/if_bnx.c
353
void bnx_release_resources(struct bnx_softc *);
sys/dev/pci/if_bnx.c
358
int bnx_fw_sync(struct bnx_softc *, uint32_t);
sys/dev/pci/if_bnx.c
359
void bnx_load_rv2p_fw(struct bnx_softc *, uint32_t *, uint32_t, uint32_t);
sys/dev/pci/if_bnx.c
360
void bnx_load_cpu_fw(struct bnx_softc *, struct cpu_reg *,
sys/dev/pci/if_bnx.c
362
void bnx_init_cpus(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3638
bnx_chipinit(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
364
static void bnx_print_adapter_info(struct bnx_softc *);
sys/dev/pci/if_bnx.c
365
static void bnx_probe_pci_caps(struct bnx_softc *);
sys/dev/pci/if_bnx.c
367
int bnx_reset(struct bnx_softc *, uint32_t);
sys/dev/pci/if_bnx.c
368
int bnx_chipinit(struct bnx_softc *);
sys/dev/pci/if_bnx.c
369
int bnx_blockinit(struct bnx_softc *);
sys/dev/pci/if_bnx.c
370
static int bnx_add_buf(struct bnx_softc *, struct mbuf *, uint16_t *,
sys/dev/pci/if_bnx.c
372
int bnx_get_buf(struct bnx_softc *, uint16_t *, uint16_t *, uint32_t *);
sys/dev/pci/if_bnx.c
374
int bnx_init_tx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
375
void bnx_init_tx_context(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3754
bnx_blockinit(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
376
int bnx_init_rx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
377
void bnx_init_rx_context(struct bnx_softc *);
sys/dev/pci/if_bnx.c
378
void bnx_free_rx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
379
void bnx_free_tx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
381
int bnx_tx_encap(struct bnx_softc *, struct mbuf *);
sys/dev/pci/if_bnx.c
3862
bnx_add_buf(struct bnx_softc *sc, struct mbuf *m_new, uint16_t *prod,
sys/dev/pci/if_bnx.c
388
static void bnx_mgmt_init(struct bnx_softc *);
sys/dev/pci/if_bnx.c
390
void bnx_init_context(struct bnx_softc *);
sys/dev/pci/if_bnx.c
391
void bnx_get_mac_addr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
392
void bnx_set_mac_addr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
393
void bnx_phy_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
394
void bnx_rx_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
395
void bnx_tx_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
396
void bnx_disable_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
397
void bnx_enable_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3980
bnx_get_buf(struct bnx_softc *sc, uint16_t *prod,
sys/dev/pci/if_bnx.c
400
void bnx_iff(struct bnx_softc *);
sys/dev/pci/if_bnx.c
401
void bnx_stats_update(struct bnx_softc *);
sys/dev/pci/if_bnx.c
4077
struct bnx_softc *sc = arg;
sys/dev/pci/if_bnx.c
410
CFATTACH_DECL3_NEW(bnx, sizeof(struct bnx_softc),
sys/dev/pci/if_bnx.c
4120
bnx_init_tx_context(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4162
bnx_init_tx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4226
bnx_free_tx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4276
bnx_init_rx_context(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4309
bnx_init_rx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4386
bnx_free_rx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4433
struct bnx_softc *sc;
sys/dev/pci/if_bnx.c
4460
struct bnx_softc *sc;
sys/dev/pci/if_bnx.c
4485
bnx_phy_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4527
bnx_rx_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
463
bnx_print_adapter_info(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4833
bnx_tx_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4953
bnx_disable_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4966
bnx_enable_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4987
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
5069
bnx_mgmt_init(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
5106
bnx_tx_encap(struct bnx_softc *sc, struct mbuf *m)
sys/dev/pci/if_bnx.c
526
bnx_probe_pci_caps(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
5276
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
5377
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
5443
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
5477
struct bnx_softc *sc = xsc;
sys/dev/pci/if_bnx.c
5572
bnx_iff(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
5665
bnx_stats_update(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
576
struct bnx_softc *sc = device_private(self);
sys/dev/pci/if_bnx.c
5878
struct bnx_softc *sc = xsc;
sys/dev/pci/if_bnx.c
5940
bnx_dump_mbuf(struct bnx_softc *sc, struct mbuf *m)
sys/dev/pci/if_bnx.c
5975
bnx_dump_tx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count)
sys/dev/pci/if_bnx.c
6003
bnx_dump_rx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count)
sys/dev/pci/if_bnx.c
6027
bnx_dump_txbd(struct bnx_softc *sc, int idx, struct tx_bd *txbd)
sys/dev/pci/if_bnx.c
6047
bnx_dump_rxbd(struct bnx_softc *sc, int idx, struct rx_bd *rxbd)
sys/dev/pci/if_bnx.c
6066
bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr)
sys/dev/pci/if_bnx.c
6080
bnx_dump_tx_chain(struct bnx_softc *sc, int tx_prod, int count)
sys/dev/pci/if_bnx.c
6123
bnx_dump_rx_chain(struct bnx_softc *sc, int rx_prod, int count)
sys/dev/pci/if_bnx.c
6168
bnx_dump_status_block(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
6259
bnx_dump_stats_block(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
6496
bnx_dump_driver_state(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
6600
bnx_dump_hw_state(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
6663
bnx_breakpoint(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
964
struct bnx_softc *sc;