Symbol: bnx_softc
sys/dev/mii/brgphy.c
211
struct bnx_softc *bnx_sc = NULL;
sys/dev/mii/brgphy.c
879
struct bnx_softc *bnx_sc = sc->mii_pdata->mii_ifp->if_softc;
sys/dev/pci/if_bnx.c
1028
bnx_reg_wr_ind(struct bnx_softc *sc, u_int32_t offset, u_int32_t val)
sys/dev/pci/if_bnx.c
1050
bnx_ctx_wr(struct bnx_softc *sc, u_int32_t cid_addr, u_int32_t ctx_offset,
sys/dev/pci/if_bnx.c
1092
struct bnx_softc *sc = (struct bnx_softc *)dev;
sys/dev/pci/if_bnx.c
1170
struct bnx_softc *sc = (struct bnx_softc *)dev;
sys/dev/pci/if_bnx.c
1241
struct bnx_softc *sc = (struct bnx_softc *)dev;
sys/dev/pci/if_bnx.c
1340
bnx_acquire_nvram_lock(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1376
bnx_release_nvram_lock(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1412
bnx_enable_nvram_write(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1455
bnx_disable_nvram_write(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1476
bnx_enable_nvram_access(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1497
bnx_disable_nvram_access(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1521
bnx_nvram_erase_page(struct bnx_softc *sc, u_int32_t offset)
sys/dev/pci/if_bnx.c
1574
bnx_nvram_read_dword(struct bnx_softc *sc, u_int32_t offset,
sys/dev/pci/if_bnx.c
1636
bnx_nvram_write_dword(struct bnx_softc *sc, u_int32_t offset, u_int8_t *val,
sys/dev/pci/if_bnx.c
1690
bnx_init_nvram(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
1802
bnx_nvram_read(struct bnx_softc *sc, u_int32_t offset, u_int8_t *ret_buf,
sys/dev/pci/if_bnx.c
1920
bnx_nvram_write(struct bnx_softc *sc, u_int32_t offset, u_int8_t *data_buf,
sys/dev/pci/if_bnx.c
2106
bnx_nvram_test(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2165
bnx_get_media(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2266
bnx_init_media(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2298
bnx_dma_free(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2410
bnx_dma_alloc(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2679
bnx_release_resources(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
2706
bnx_fw_sync(struct bnx_softc *sc, u_int32_t msg_data)
sys/dev/pci/if_bnx.c
2762
bnx_load_rv2p_fw(struct bnx_softc *sc, u_int32_t *rv2p_code,
sys/dev/pci/if_bnx.c
278
int bnx_read_firmware(struct bnx_softc *sc, int);
sys/dev/pci/if_bnx.c
279
int bnx_read_rv2p(struct bnx_softc *sc, int);
sys/dev/pci/if_bnx.c
2806
bnx_load_cpu_fw(struct bnx_softc *sc, struct cpu_reg *cpu_reg,
sys/dev/pci/if_bnx.c
288
void bnx_dump_mbuf(struct bnx_softc *, struct mbuf *);
sys/dev/pci/if_bnx.c
2884
bnx_init_cpus(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
289
void bnx_dump_tx_mbuf_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
290
void bnx_dump_rx_mbuf_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
291
void bnx_dump_txbd(struct bnx_softc *, int, struct tx_bd *);
sys/dev/pci/if_bnx.c
292
void bnx_dump_rxbd(struct bnx_softc *, int, struct rx_bd *);
sys/dev/pci/if_bnx.c
293
void bnx_dump_l2fhdr(struct bnx_softc *, int, struct l2_fhdr *);
sys/dev/pci/if_bnx.c
294
void bnx_dump_tx_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
295
void bnx_dump_rx_chain(struct bnx_softc *, int, int);
sys/dev/pci/if_bnx.c
296
void bnx_dump_status_block(struct bnx_softc *);
sys/dev/pci/if_bnx.c
297
void bnx_dump_stats_block(struct bnx_softc *);
sys/dev/pci/if_bnx.c
298
void bnx_dump_driver_state(struct bnx_softc *);
sys/dev/pci/if_bnx.c
299
void bnx_dump_hw_state(struct bnx_softc *);
sys/dev/pci/if_bnx.c
300
void bnx_breakpoint(struct bnx_softc *);
sys/dev/pci/if_bnx.c
306
u_int32_t bnx_reg_rd_ind(struct bnx_softc *, u_int32_t);
sys/dev/pci/if_bnx.c
307
void bnx_reg_wr_ind(struct bnx_softc *, u_int32_t, u_int32_t);
sys/dev/pci/if_bnx.c
308
void bnx_ctx_wr(struct bnx_softc *, u_int32_t, u_int32_t, u_int32_t);
sys/dev/pci/if_bnx.c
3103
bnx_init_context(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
316
int bnx_acquire_nvram_lock(struct bnx_softc *);
sys/dev/pci/if_bnx.c
317
int bnx_release_nvram_lock(struct bnx_softc *);
sys/dev/pci/if_bnx.c
318
void bnx_enable_nvram_access(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3187
bnx_get_mac_addr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
319
void bnx_disable_nvram_access(struct bnx_softc *);
sys/dev/pci/if_bnx.c
320
int bnx_nvram_read_dword(struct bnx_softc *, u_int32_t, u_int8_t *,
sys/dev/pci/if_bnx.c
322
int bnx_init_nvram(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3226
bnx_set_mac_addr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
323
int bnx_nvram_read(struct bnx_softc *, u_int32_t, u_int8_t *, int);
sys/dev/pci/if_bnx.c
324
int bnx_nvram_test(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3251
bnx_stop(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
326
int bnx_enable_nvram_write(struct bnx_softc *);
sys/dev/pci/if_bnx.c
327
void bnx_disable_nvram_write(struct bnx_softc *);
sys/dev/pci/if_bnx.c
328
int bnx_nvram_erase_page(struct bnx_softc *, u_int32_t);
sys/dev/pci/if_bnx.c
329
int bnx_nvram_write_dword(struct bnx_softc *, u_int32_t, u_int8_t *,
sys/dev/pci/if_bnx.c
331
int bnx_nvram_write(struct bnx_softc *, u_int32_t, u_int8_t *, int);
sys/dev/pci/if_bnx.c
3310
bnx_reset(struct bnx_softc *sc, u_int32_t reset_code)
sys/dev/pci/if_bnx.c
337
void bnx_get_media(struct bnx_softc *);
sys/dev/pci/if_bnx.c
338
void bnx_init_media(struct bnx_softc *);
sys/dev/pci/if_bnx.c
339
int bnx_dma_alloc(struct bnx_softc *);
sys/dev/pci/if_bnx.c
340
void bnx_dma_free(struct bnx_softc *);
sys/dev/pci/if_bnx.c
341
void bnx_release_resources(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3411
bnx_chipinit(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
346
int bnx_fw_sync(struct bnx_softc *, u_int32_t);
sys/dev/pci/if_bnx.c
347
void bnx_load_rv2p_fw(struct bnx_softc *, u_int32_t *, u_int32_t,
sys/dev/pci/if_bnx.c
349
void bnx_load_cpu_fw(struct bnx_softc *, struct cpu_reg *,
sys/dev/pci/if_bnx.c
351
void bnx_init_cpus(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3522
bnx_blockinit(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
353
void bnx_stop(struct bnx_softc *);
sys/dev/pci/if_bnx.c
354
int bnx_reset(struct bnx_softc *, u_int32_t);
sys/dev/pci/if_bnx.c
355
int bnx_chipinit(struct bnx_softc *);
sys/dev/pci/if_bnx.c
356
int bnx_blockinit(struct bnx_softc *);
sys/dev/pci/if_bnx.c
357
int bnx_get_buf(struct bnx_softc *, u_int16_t *, u_int16_t *, u_int32_t *);
sys/dev/pci/if_bnx.c
359
int bnx_init_tx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
360
void bnx_init_tx_context(struct bnx_softc *);
sys/dev/pci/if_bnx.c
361
int bnx_fill_rx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
362
void bnx_init_rx_context(struct bnx_softc *);
sys/dev/pci/if_bnx.c
363
int bnx_init_rx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
364
void bnx_free_rx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3648
bnx_get_buf(struct bnx_softc *sc, u_int16_t *prod,
sys/dev/pci/if_bnx.c
365
void bnx_free_tx_chain(struct bnx_softc *);
sys/dev/pci/if_bnx.c
368
int bnx_tx_encap(struct bnx_softc *, struct mbuf *, int *);
sys/dev/pci/if_bnx.c
3745
bnx_init_tx_context(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
375
void bnx_mgmt_init(struct bnx_softc *sc);
sys/dev/pci/if_bnx.c
377
void bnx_init_context(struct bnx_softc *);
sys/dev/pci/if_bnx.c
378
void bnx_get_mac_addr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3786
bnx_init_tx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
379
void bnx_set_mac_addr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
380
void bnx_phy_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
381
void bnx_rx_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
382
void bnx_tx_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
383
void bnx_disable_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
384
void bnx_enable_intr(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3848
bnx_free_tx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
387
void bnx_iff(struct bnx_softc *);
sys/dev/pci/if_bnx.c
388
void bnx_stats_update(struct bnx_softc *);
sys/dev/pci/if_bnx.c
3892
bnx_init_rx_context(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
3948
bnx_fill_rx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
395
sizeof(struct bnx_softc), bnx_probe, bnx_attach
sys/dev/pci/if_bnx.c
4004
bnx_init_rx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4065
bnx_free_rx_chain(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4114
struct bnx_softc *sc = xsc;
sys/dev/pci/if_bnx.c
4132
struct bnx_softc *sc;
sys/dev/pci/if_bnx.c
4159
struct bnx_softc *sc;
sys/dev/pci/if_bnx.c
4184
bnx_phy_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4224
bnx_rx_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
428
bnx_read_firmware(struct bnx_softc *sc, int idx)
sys/dev/pci/if_bnx.c
4496
bnx_tx_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4593
bnx_disable_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4606
bnx_enable_intr(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4629
struct bnx_softc *sc = (struct bnx_softc *)xsc;
sys/dev/pci/if_bnx.c
4707
bnx_mgmt_init(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
4744
bnx_tx_encap(struct bnx_softc *sc, struct mbuf *m, int *used)
sys/dev/pci/if_bnx.c
4873
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
4960
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
5036
struct bnx_softc *sc = ifp->if_softc;
sys/dev/pci/if_bnx.c
5072
struct bnx_softc *sc = xsc;
sys/dev/pci/if_bnx.c
5173
bnx_iff(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
5261
bnx_stats_update(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
5458
struct bnx_softc *sc = xsc;
sys/dev/pci/if_bnx.c
5509
bnx_dump_mbuf(struct bnx_softc *sc, struct mbuf *m)
sys/dev/pci/if_bnx.c
5544
bnx_dump_tx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count)
sys/dev/pci/if_bnx.c
5570
bnx_dump_rx_mbuf_chain(struct bnx_softc *sc, int chain_prod, int count)
sys/dev/pci/if_bnx.c
5594
bnx_dump_txbd(struct bnx_softc *sc, int idx, struct tx_bd *txbd)
sys/dev/pci/if_bnx.c
5614
bnx_dump_rxbd(struct bnx_softc *sc, int idx, struct rx_bd *rxbd)
sys/dev/pci/if_bnx.c
5633
bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr)
sys/dev/pci/if_bnx.c
5647
bnx_dump_tx_chain(struct bnx_softc *sc, int tx_prod, int count)
sys/dev/pci/if_bnx.c
5690
bnx_dump_rx_chain(struct bnx_softc *sc, int rx_prod, int count)
sys/dev/pci/if_bnx.c
5735
bnx_dump_status_block(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
5824
bnx_dump_stats_block(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
587
bnx_read_rv2p(struct bnx_softc *sc, int idx)
sys/dev/pci/if_bnx.c
6059
bnx_dump_driver_state(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
6158
bnx_dump_hw_state(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
6220
bnx_breakpoint(struct bnx_softc *sc)
sys/dev/pci/if_bnx.c
644
struct bnx_softc *sc = (struct bnx_softc *)self;
sys/dev/pci/if_bnx.c
767
struct bnx_softc *sc = (struct bnx_softc *)self;
sys/dev/pci/if_bnx.c
960
struct bnx_softc *sc;
sys/dev/pci/if_bnx.c
997
bnx_reg_rd_ind(struct bnx_softc *sc, u_int32_t offset)