Symbol: bce_softc
sys/dev/bce/if_bce.c
10084
bce_dump_ftqs(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10329
bce_dump_tx_chain(struct bce_softc *sc, u16 tx_prod, int count)
sys/dev/bce/if_bce.c
10370
bce_dump_rx_bd_chain(struct bce_softc *sc, u16 rx_prod, int count)
sys/dev/bce/if_bce.c
10413
bce_dump_pg_chain(struct bce_softc *sc, u16 pg_prod, int count)
sys/dev/bce/if_bce.c
1042
struct bce_softc *sc;
sys/dev/bce/if_bce.c
10470
bce_dump_status_block(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10533
bce_dump_stats_block(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10615
bce_dump_driver_state(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10773
bce_dump_hw_state(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10884
bce_dump_shmem_state(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10920
bce_dump_mq_regs(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10951
bce_dump_bc_state(struct bce_softc *sc)
sys/dev/bce/if_bce.c
10991
bce_dump_txp_state(struct bce_softc *sc, int regs)
sys/dev/bce/if_bce.c
11049
bce_dump_rxp_state(struct bce_softc *sc, int regs)
sys/dev/bce/if_bce.c
11108
bce_dump_tpat_state(struct bce_softc *sc, int regs)
sys/dev/bce/if_bce.c
11167
bce_dump_cp_state(struct bce_softc *sc, int regs)
sys/dev/bce/if_bce.c
11226
bce_dump_com_state(struct bce_softc *sc, int regs)
sys/dev/bce/if_bce.c
11283
bce_dump_rv2p_state(struct bce_softc *sc)
sys/dev/bce/if_bce.c
11350
bce_breakpoint(struct bce_softc *sc)
sys/dev/bce/if_bce.c
1517
struct bce_softc *sc = device_get_softc(dev);
sys/dev/bce/if_bce.c
1568
struct bce_softc *sc = device_get_softc(dev);
sys/dev/bce/if_bce.c
1595
bce_reg_rd(struct bce_softc *sc, u32 offset)
sys/dev/bce/if_bce.c
1610
bce_reg_wr16(struct bce_softc *sc, u32 offset, u16 val)
sys/dev/bce/if_bce.c
1624
bce_reg_wr(struct bce_softc *sc, u32 offset, u32 val)
sys/dev/bce/if_bce.c
1643
bce_reg_rd_ind(struct bce_softc *sc, u32 offset)
sys/dev/bce/if_bce.c
1673
bce_reg_wr_ind(struct bce_softc *sc, u32 offset, u32 val)
sys/dev/bce/if_bce.c
1694
bce_shmem_wr(struct bce_softc *sc, u32 offset, u32 val)
sys/dev/bce/if_bce.c
1711
bce_shmem_rd(struct bce_softc *sc, u32 offset)
sys/dev/bce/if_bce.c
1732
bce_ctx_rd(struct bce_softc *sc, u32 cid_addr, u32 ctx_offset)
sys/dev/bce/if_bce.c
1780
bce_ctx_wr(struct bce_softc *sc, u32 cid_addr, u32 ctx_offset, u32 ctx_val)
sys/dev/bce/if_bce.c
1825
struct bce_softc *sc;
sys/dev/bce/if_bce.c
1903
struct bce_softc *sc;
sys/dev/bce/if_bce.c
1975
struct bce_softc *sc;
sys/dev/bce/if_bce.c
2086
bce_acquire_nvram_lock(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2123
bce_release_nvram_lock(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2162
bce_enable_nvram_write(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2206
bce_disable_nvram_write(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2230
bce_enable_nvram_access(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2253
bce_disable_nvram_access(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2279
bce_nvram_erase_page(struct bce_softc *sc, u32 offset)
sys/dev/bce/if_bce.c
2334
bce_nvram_read_dword(struct bce_softc *sc,
sys/dev/bce/if_bce.c
2399
bce_nvram_write_dword(struct bce_softc *sc, u32 offset, u8 *val,
sys/dev/bce/if_bce.c
2456
bce_init_nvram(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2568
bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf,
sys/dev/bce/if_bce.c
2693
bce_nvram_write(struct bce_softc *sc, u32 offset, u8 *data_buf,
sys/dev/bce/if_bce.c
2889
bce_nvram_test(struct bce_softc *sc)
sys/dev/bce/if_bce.c
2961
bce_get_rx_buffer_sizes(struct bce_softc *sc, int mtu)
sys/dev/bce/if_bce.c
3012
bce_get_media(struct bce_softc *sc)
sys/dev/bce/if_bce.c
3118
bce_init_media(struct bce_softc *sc)
sys/dev/bce/if_bce.c
3151
bce_dma_free(struct bce_softc *sc)
sys/dev/bce/if_bce.c
324
static u32 bce_reg_rd (struct bce_softc *, u32);
sys/dev/bce/if_bce.c
325
static void bce_reg_wr (struct bce_softc *, u32, u32);
sys/dev/bce/if_bce.c
326
static void bce_reg_wr16 (struct bce_softc *, u32, u16);
sys/dev/bce/if_bce.c
327
static u32 bce_ctx_rd (struct bce_softc *, u32, u32);
sys/dev/bce/if_bce.c
328
static void bce_dump_enet (struct bce_softc *, struct mbuf *);
sys/dev/bce/if_bce.c
329
static void bce_dump_mbuf (struct bce_softc *, struct mbuf *);
sys/dev/bce/if_bce.c
330
static void bce_dump_tx_mbuf_chain (struct bce_softc *, u16, int);
sys/dev/bce/if_bce.c
331
static void bce_dump_rx_mbuf_chain (struct bce_softc *, u16, int);
sys/dev/bce/if_bce.c
332
static void bce_dump_pg_mbuf_chain (struct bce_softc *, u16, int);
sys/dev/bce/if_bce.c
333
static void bce_dump_txbd (struct bce_softc *,
sys/dev/bce/if_bce.c
335
static void bce_dump_rxbd (struct bce_softc *,
sys/dev/bce/if_bce.c
337
static void bce_dump_pgbd (struct bce_softc *,
sys/dev/bce/if_bce.c
339
static void bce_dump_l2fhdr (struct bce_softc *,
sys/dev/bce/if_bce.c
341
static void bce_dump_ctx (struct bce_softc *, u16);
sys/dev/bce/if_bce.c
342
static void bce_dump_ftqs (struct bce_softc *);
sys/dev/bce/if_bce.c
3421
struct bce_softc *sc;
sys/dev/bce/if_bce.c
343
static void bce_dump_tx_chain (struct bce_softc *, u16, int);
sys/dev/bce/if_bce.c
344
static void bce_dump_rx_bd_chain (struct bce_softc *, u16, int);
sys/dev/bce/if_bce.c
345
static void bce_dump_pg_chain (struct bce_softc *, u16, int);
sys/dev/bce/if_bce.c
346
static void bce_dump_status_block (struct bce_softc *);
sys/dev/bce/if_bce.c
347
static void bce_dump_stats_block (struct bce_softc *);
sys/dev/bce/if_bce.c
348
static void bce_dump_driver_state (struct bce_softc *);
sys/dev/bce/if_bce.c
349
static void bce_dump_hw_state (struct bce_softc *);
sys/dev/bce/if_bce.c
350
static void bce_dump_shmem_state (struct bce_softc *);
sys/dev/bce/if_bce.c
351
static void bce_dump_mq_regs (struct bce_softc *);
sys/dev/bce/if_bce.c
352
static void bce_dump_bc_state (struct bce_softc *);
sys/dev/bce/if_bce.c
353
static void bce_dump_txp_state (struct bce_softc *, int);
sys/dev/bce/if_bce.c
354
static void bce_dump_rxp_state (struct bce_softc *, int);
sys/dev/bce/if_bce.c
355
static void bce_dump_tpat_state (struct bce_softc *, int);
sys/dev/bce/if_bce.c
356
static void bce_dump_cp_state (struct bce_softc *, int);
sys/dev/bce/if_bce.c
357
static void bce_dump_com_state (struct bce_softc *, int);
sys/dev/bce/if_bce.c
358
static void bce_dump_rv2p_state (struct bce_softc *);
sys/dev/bce/if_bce.c
359
static void bce_breakpoint (struct bce_softc *);
sys/dev/bce/if_bce.c
365
static u32 bce_reg_rd_ind (struct bce_softc *, u32);
sys/dev/bce/if_bce.c
366
static void bce_reg_wr_ind (struct bce_softc *, u32, u32);
sys/dev/bce/if_bce.c
367
static void bce_shmem_wr (struct bce_softc *, u32, u32);
sys/dev/bce/if_bce.c
368
static u32 bce_shmem_rd (struct bce_softc *, u32);
sys/dev/bce/if_bce.c
369
static void bce_ctx_wr (struct bce_softc *, u32, u32, u32);
sys/dev/bce/if_bce.c
3807
bce_release_resources(struct bce_softc *sc)
sys/dev/bce/if_bce.c
384
static int bce_acquire_nvram_lock (struct bce_softc *);
sys/dev/bce/if_bce.c
385
static int bce_release_nvram_lock (struct bce_softc *);
sys/dev/bce/if_bce.c
386
static void bce_enable_nvram_access(struct bce_softc *);
sys/dev/bce/if_bce.c
3860
bce_fw_sync(struct bce_softc *sc, u32 msg_data)
sys/dev/bce/if_bce.c
387
static void bce_disable_nvram_access(struct bce_softc *);
sys/dev/bce/if_bce.c
388
static int bce_nvram_read_dword (struct bce_softc *, u32, u8 *, u32);
sys/dev/bce/if_bce.c
389
static int bce_init_nvram (struct bce_softc *);
sys/dev/bce/if_bce.c
390
static int bce_nvram_read (struct bce_softc *, u32, u8 *, int);
sys/dev/bce/if_bce.c
391
static int bce_nvram_test (struct bce_softc *);
sys/dev/bce/if_bce.c
3919
bce_load_rv2p_fw(struct bce_softc *sc, const u32 *rv2p_code,
sys/dev/bce/if_bce.c
393
static int bce_enable_nvram_write (struct bce_softc *);
sys/dev/bce/if_bce.c
394
static void bce_disable_nvram_write(struct bce_softc *);
sys/dev/bce/if_bce.c
395
static int bce_nvram_erase_page (struct bce_softc *, u32);
sys/dev/bce/if_bce.c
396
static int bce_nvram_write_dword (struct bce_softc *, u32, u8 *, u32);
sys/dev/bce/if_bce.c
3969
bce_load_cpu_fw(struct bce_softc *sc, struct cpu_reg *cpu_reg,
sys/dev/bce/if_bce.c
397
static int bce_nvram_write (struct bce_softc *, u32, u8 *, int);
sys/dev/bce/if_bce.c
403
static void bce_get_rx_buffer_sizes(struct bce_softc *, int);
sys/dev/bce/if_bce.c
404
static void bce_get_media (struct bce_softc *);
sys/dev/bce/if_bce.c
4045
bce_start_cpu(struct bce_softc *sc, struct cpu_reg *cpu_reg)
sys/dev/bce/if_bce.c
405
static void bce_init_media (struct bce_softc *);
sys/dev/bce/if_bce.c
406
static u32 bce_get_rphy_link (struct bce_softc *);
sys/dev/bce/if_bce.c
4067
bce_halt_cpu(struct bce_softc *sc, struct cpu_reg *cpu_reg)
sys/dev/bce/if_bce.c
4089
bce_start_rxp_cpu(struct bce_softc *sc)
sys/dev/bce/if_bce.c
409
static void bce_dma_free (struct bce_softc *);
sys/dev/bce/if_bce.c
410
static void bce_release_resources (struct bce_softc *);
sys/dev/bce/if_bce.c
4121
bce_init_rxp_cpu(struct bce_softc *sc)
sys/dev/bce/if_bce.c
415
static void bce_fw_cap_init (struct bce_softc *);
sys/dev/bce/if_bce.c
416
static int bce_fw_sync (struct bce_softc *, u32);
sys/dev/bce/if_bce.c
417
static void bce_load_rv2p_fw (struct bce_softc *, const u32 *, u32,
sys/dev/bce/if_bce.c
419
static void bce_load_cpu_fw (struct bce_softc *,
sys/dev/bce/if_bce.c
421
static void bce_start_cpu (struct bce_softc *, struct cpu_reg *);
sys/dev/bce/if_bce.c
4218
bce_init_txp_cpu(struct bce_softc *sc)
sys/dev/bce/if_bce.c
422
static void bce_halt_cpu (struct bce_softc *, struct cpu_reg *);
sys/dev/bce/if_bce.c
423
static void bce_start_rxp_cpu (struct bce_softc *);
sys/dev/bce/if_bce.c
424
static void bce_init_rxp_cpu (struct bce_softc *);
sys/dev/bce/if_bce.c
425
static void bce_init_txp_cpu (struct bce_softc *);
sys/dev/bce/if_bce.c
426
static void bce_init_tpat_cpu (struct bce_softc *);
sys/dev/bce/if_bce.c
427
static void bce_init_cp_cpu (struct bce_softc *);
sys/dev/bce/if_bce.c
428
static void bce_init_com_cpu (struct bce_softc *);
sys/dev/bce/if_bce.c
429
static void bce_init_cpus (struct bce_softc *);
sys/dev/bce/if_bce.c
431
static void bce_print_adapter_info (struct bce_softc *);
sys/dev/bce/if_bce.c
4314
bce_init_tpat_cpu(struct bce_softc *sc)
sys/dev/bce/if_bce.c
432
static void bce_probe_pci_caps (device_t, struct bce_softc *);
sys/dev/bce/if_bce.c
433
static void bce_stop (struct bce_softc *);
sys/dev/bce/if_bce.c
434
static int bce_reset (struct bce_softc *, u32);
sys/dev/bce/if_bce.c
435
static int bce_chipinit (struct bce_softc *);
sys/dev/bce/if_bce.c
436
static int bce_blockinit (struct bce_softc *);
sys/dev/bce/if_bce.c
438
static int bce_init_tx_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
439
static void bce_free_tx_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
441
static int bce_get_rx_buf (struct bce_softc *, u16, u16, u32 *);
sys/dev/bce/if_bce.c
4410
bce_init_cp_cpu(struct bce_softc *sc)
sys/dev/bce/if_bce.c
442
static int bce_init_rx_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
443
static void bce_fill_rx_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
444
static void bce_free_rx_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
446
static int bce_get_pg_buf (struct bce_softc *, u16, u16);
sys/dev/bce/if_bce.c
447
static int bce_init_pg_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
448
static void bce_fill_pg_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
449
static void bce_free_pg_chain (struct bce_softc *);
sys/dev/bce/if_bce.c
4506
bce_init_com_cpu(struct bce_softc *sc)
sys/dev/bce/if_bce.c
451
static struct mbuf *bce_tso_setup (struct bce_softc *,
sys/dev/bce/if_bce.c
453
static int bce_tx_encap (struct bce_softc *, struct mbuf **);
sys/dev/bce/if_bce.c
458
static void bce_watchdog (struct bce_softc *);
sys/dev/bce/if_bce.c
4604
bce_init_cpus(struct bce_softc *sc)
sys/dev/bce/if_bce.c
462
static void bce_ifmedia_sts_rphy (struct bce_softc *, struct ifmediareq *);
sys/dev/bce/if_bce.c
463
static void bce_init_locked (struct bce_softc *);
sys/dev/bce/if_bce.c
4646
bce_init_ctx(struct bce_softc *sc)
sys/dev/bce/if_bce.c
465
static void bce_mgmt_init_locked (struct bce_softc *sc);
sys/dev/bce/if_bce.c
467
static int bce_init_ctx (struct bce_softc *);
sys/dev/bce/if_bce.c
468
static void bce_get_mac_addr (struct bce_softc *);
sys/dev/bce/if_bce.c
469
static void bce_set_mac_addr (struct bce_softc *);
sys/dev/bce/if_bce.c
470
static void bce_phy_intr (struct bce_softc *);
sys/dev/bce/if_bce.c
471
static inline u16 bce_get_hw_rx_cons (struct bce_softc *);
sys/dev/bce/if_bce.c
472
static void bce_rx_intr (struct bce_softc *);
sys/dev/bce/if_bce.c
473
static void bce_tx_intr (struct bce_softc *);
sys/dev/bce/if_bce.c
474
static void bce_disable_intr (struct bce_softc *);
sys/dev/bce/if_bce.c
4744
bce_get_mac_addr(struct bce_softc *sc)
sys/dev/bce/if_bce.c
475
static void bce_enable_intr (struct bce_softc *, int);
sys/dev/bce/if_bce.c
478
static void bce_set_rx_mode (struct bce_softc *);
sys/dev/bce/if_bce.c
4786
bce_set_mac_addr(struct bce_softc *sc)
sys/dev/bce/if_bce.c
479
static void bce_stats_update (struct bce_softc *);
sys/dev/bce/if_bce.c
4816
bce_stop(struct bce_softc *sc)
sys/dev/bce/if_bce.c
482
static void bce_add_sysctls (struct bce_softc *);
sys/dev/bce/if_bce.c
4854
bce_reset(struct bce_softc *sc, u32 reset_code)
sys/dev/bce/if_bce.c
4976
bce_chipinit(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5082
bce_blockinit(struct bce_softc *sc)
sys/dev/bce/if_bce.c
513
sizeof(struct bce_softc)
sys/dev/bce/if_bce.c
5251
bce_get_rx_buf(struct bce_softc *sc, u16 prod, u16 chain_prod, u32 *prod_bseq)
sys/dev/bce/if_bce.c
5365
bce_get_pg_buf(struct bce_softc *sc, u16 prod, u16 prod_idx)
sys/dev/bce/if_bce.c
5468
bce_init_tx_context(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5517
bce_init_tx_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5576
bce_free_tx_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5617
bce_init_rx_context(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5690
bce_init_rx_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5754
bce_fill_rx_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5800
bce_free_rx_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5843
bce_init_pg_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5922
bce_fill_pg_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
5967
bce_free_pg_chain(struct bce_softc *sc)
sys/dev/bce/if_bce.c
6001
bce_get_rphy_link(struct bce_softc *sc)
sys/dev/bce/if_bce.c
6057
struct bce_softc *sc = if_getsoftc(ifp);
sys/dev/bce/if_bce.c
6079
struct bce_softc *sc = if_getsoftc(ifp);
sys/dev/bce/if_bce.c
6193
bce_ifmedia_sts_rphy(struct bce_softc *sc, struct ifmediareq *ifmr)
sys/dev/bce/if_bce.c
6279
struct bce_softc *sc = if_getsoftc(ifp);
sys/dev/bce/if_bce.c
6312
bce_phy_intr(struct bce_softc *sc)
sys/dev/bce/if_bce.c
6377
bce_get_hw_rx_cons(struct bce_softc *sc)
sys/dev/bce/if_bce.c
6396
bce_rx_intr(struct bce_softc *sc)
sys/dev/bce/if_bce.c
673
struct bce_softc *sc;
sys/dev/bce/if_bce.c
6747
bce_get_hw_tx_cons(struct bce_softc *sc)
sys/dev/bce/if_bce.c
6766
bce_tx_intr(struct bce_softc *sc)
sys/dev/bce/if_bce.c
6883
bce_disable_intr(struct bce_softc *sc)
sys/dev/bce/if_bce.c
6900
bce_enable_intr(struct bce_softc *sc, int coal_now)
sys/dev/bce/if_bce.c
6925
bce_init_locked(struct bce_softc *sc)
sys/dev/bce/if_bce.c
7038
bce_mgmt_init_locked(struct bce_softc *sc)
sys/dev/bce/if_bce.c
7075
struct bce_softc *sc = xsc;
sys/dev/bce/if_bce.c
7093
bce_tso_setup(struct bce_softc *sc, struct mbuf **m_head, u16 *flags)
sys/dev/bce/if_bce.c
719
bce_print_adapter_info(struct bce_softc *sc)
sys/dev/bce/if_bce.c
7213
bce_tx_encap(struct bce_softc *sc, struct mbuf **m_head)
sys/dev/bce/if_bce.c
7410
struct bce_softc *sc = if_getsoftc(ifp);
sys/dev/bce/if_bce.c
7503
struct bce_softc *sc = if_getsoftc(ifp);
sys/dev/bce/if_bce.c
7523
struct bce_softc *sc = if_getsoftc(ifp);
sys/dev/bce/if_bce.c
7684
bce_watchdog(struct bce_softc *sc)
sys/dev/bce/if_bce.c
7763
struct bce_softc *sc;
sys/dev/bce/if_bce.c
7912
bce_set_rx_mode(struct bce_softc *sc)
sys/dev/bce/if_bce.c
7993
bce_stats_update(struct bce_softc *sc)
sys/dev/bce/if_bce.c
808
bce_probe_pci_caps(device_t dev, struct bce_softc *sc)
sys/dev/bce/if_bce.c
8192
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8239
struct bce_softc *sc = xsc;
sys/dev/bce/if_bce.c
8294
struct bce_softc *sc = xsc;
sys/dev/bce/if_bce.c
8362
bce_fw_cap_init(struct bce_softc *sc)
sys/dev/bce/if_bce.c
8402
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8411
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8429
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8438
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8456
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8465
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8483
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8492
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8511
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8520
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
855
bce_set_tunables(struct bce_softc *sc)
sys/dev/bce/if_bce.c
8574
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8583
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8601
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8610
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8628
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8637
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8655
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8664
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8682
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8691
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8709
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8718
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8735
struct bce_softc *sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8763
struct bce_softc *sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8794
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8806
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8824
struct bce_softc *sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8854
struct bce_softc *sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8884
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8894
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8913
struct bce_softc *sc;
sys/dev/bce/if_bce.c
8922
sc = (struct bce_softc *)arg1;
sys/dev/bce/if_bce.c
8937
bce_add_sysctls(struct bce_softc *sc)
sys/dev/bce/if_bce.c
9501
bce_freeze_controller(struct bce_softc *sc)
sys/dev/bce/if_bce.c
9517
bce_unfreeze_controller(struct bce_softc *sc)
sys/dev/bce/if_bce.c
9534
bce_dump_enet(struct bce_softc *sc, struct mbuf *m)
sys/dev/bce/if_bce.c
9636
bce_dump_mbuf(struct bce_softc *sc, struct mbuf *m)
sys/dev/bce/if_bce.c
9697
bce_dump_tx_mbuf_chain(struct bce_softc *sc, u16 chain_prod, int count)
sys/dev/bce/if_bce.c
9726
bce_dump_rx_mbuf_chain(struct bce_softc *sc, u16 chain_prod, int count)
sys/dev/bce/if_bce.c
9755
bce_dump_pg_mbuf_chain(struct bce_softc *sc, u16 chain_prod, int count)
sys/dev/bce/if_bce.c
9784
bce_dump_txbd(struct bce_softc *sc, int idx, struct tx_bd *txbd)
sys/dev/bce/if_bce.c
9898
bce_dump_rxbd(struct bce_softc *sc, int idx, struct rx_bd *rxbd)
sys/dev/bce/if_bce.c
9923
bce_dump_pgbd(struct bce_softc *sc, int idx, struct rx_bd *pgbd)
sys/dev/bce/if_bce.c
9947
bce_dump_l2fhdr(struct bce_softc *sc, int idx, struct l2_fhdr *l2fhdr)
sys/dev/bce/if_bce.c
9964
bce_dump_ctx(struct bce_softc *sc, u16 cid)
sys/dev/mii/brgphy.c
180
detect_hs21(struct bce_softc *bce_sc)
sys/dev/mii/brgphy.c
215
struct bce_softc *bce_sc = NULL;
sys/dev/mii/brgphy.c
937
struct bce_softc *bce_sc = NULL;