Symbol: vmxnet3_softc
sys/dev/pci/if_vmx.c
1030
vmxnet3_setup_legacy_interrupt(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1074
vmxnet3_set_interrupt_idx(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1101
vmxnet3_setup_interrupts(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1127
vmxnet3_init_rxq(struct vmxnet3_softc *sc, int q)
sys/dev/pci/if_vmx.c
1157
vmxnet3_init_txq(struct vmxnet3_softc *sc, int q)
sys/dev/pci/if_vmx.c
1194
vmxnet3_alloc_rxtx_queues(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1289
vmxnet3_free_rxtx_queues(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1309
vmxnet3_alloc_shared_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1362
vmxnet3_free_shared_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1382
vmxnet3_alloc_txq_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1436
vmxnet3_free_txq_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1472
vmxnet3_alloc_rxq_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1550
vmxnet3_free_rxq_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1599
vmxnet3_alloc_queue_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1615
vmxnet3_free_queue_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1625
vmxnet3_alloc_mcast_table(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1640
vmxnet3_free_mcast_table(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1650
vmxnet3_init_shared_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1681
ds->driver_data_len = sizeof(struct vmxnet3_softc);
sys/dev/pci/if_vmx.c
1736
vmxnet3_reinit_rss_shared_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1768
vmxnet3_reinit_shared_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1799
vmxnet3_alloc_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1821
vmxnet3_free_data(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1830
vmxnet3_setup_interface(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
1893
vmxnet3_setup_sysctl(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
196
struct vmxnet3_softc *vxtxq_sc;
sys/dev/pci/if_vmx.c
1962
vmxnet3_setup_stats(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2022
vmxnet3_teardown_stats(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2061
vmxnet3_evintr(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2120
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2183
vmxnet3_newbuf(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rxq,
sys/dev/pci/if_vmx.c
222
struct vmxnet3_softc *vxrxq_sc;
sys/dev/pci/if_vmx.c
2259
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2323
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2351
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2496
vmxnet3_sched_handle_queue(struct vmxnet3_softc *sc, struct vmxnet3_queue *vmxq)
sys/dev/pci/if_vmx.c
2517
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2562
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2607
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2658
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
2676
vmxnet3_txstop(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
2700
vmxnet3_rxstop(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rxq)
sys/dev/pci/if_vmx.c
2732
vmxnet3_stop_rendezvous(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2758
vmxnet3_stop_locked(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2789
struct vmxnet3_softc *sc = ifp->if_softc;
sys/dev/pci/if_vmx.c
2799
vmxnet3_txinit(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
2819
vmxnet3_rxinit(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rxq)
sys/dev/pci/if_vmx.c
2861
vmxnet3_reinit_queues(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2882
vmxnet3_enable_device(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2901
vmxnet3_reinit_rxfilters(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2911
vmxnet3_reinit(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2931
vmxnet3_init_locked(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
2972
struct vmxnet3_softc *sc = ifp->if_softc;
sys/dev/pci/if_vmx.c
3104
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
3210
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
3258
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
3270
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
3284
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
3313
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
3351
struct vmxnet3_softc *sc = txq->vxtxq_sc;
sys/dev/pci/if_vmx.c
3362
vmxnet3_set_rxfilter(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
3434
struct vmxnet3_softc *sc = ifp->if_softc;
sys/dev/pci/if_vmx.c
3485
struct vmxnet3_softc *sc = ifp->if_softc;
sys/dev/pci/if_vmx.c
3511
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
3531
vmxnet3_refresh_host_stats(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
354
static int vmxnet3_alloc_pci_resources(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3540
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
355
static void vmxnet3_free_pci_resources(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
356
static int vmxnet3_check_version(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3569
struct vmxnet3_softc *sc = arg;
sys/dev/pci/if_vmx.c
357
static void vmxnet3_check_multiqueue(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3586
vmxnet3_if_link_status(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
359
static int vmxnet3_alloc_msix_interrupts(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
360
static int vmxnet3_alloc_msi_interrupts(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
361
static int vmxnet3_alloc_legacy_interrupts(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3613
struct vmxnet3_softc *sc = ifp->if_softc;
sys/dev/pci/if_vmx.c
362
static int vmxnet3_alloc_interrupts(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
363
static void vmxnet3_free_interrupts(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
365
static int vmxnet3_setup_msix_interrupts(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3650
vmxnet3_set_lladdr(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
366
static int vmxnet3_setup_msi_interrupt(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3666
vmxnet3_get_lladdr(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
367
static int vmxnet3_setup_legacy_interrupt(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
368
static void vmxnet3_set_interrupt_idx(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3682
vmxnet3_enable_all_intrs(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
369
static int vmxnet3_setup_interrupts(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3692
vmxnet3_disable_all_intrs(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
370
static int vmxnet3_setup_sysctl(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
3702
vmxnet3_dma_malloc(struct vmxnet3_softc *sc, bus_size_t size, bus_size_t align,
sys/dev/pci/if_vmx.c
372
static int vmxnet3_setup_stats(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
373
static void vmxnet3_teardown_stats(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
375
static int vmxnet3_init_rxq(struct vmxnet3_softc *, int);
sys/dev/pci/if_vmx.c
3753
vmxnet3_dma_free(struct vmxnet3_softc *sc, struct vmxnet3_dma_alloc *dma)
sys/dev/pci/if_vmx.c
376
static int vmxnet3_init_txq(struct vmxnet3_softc *, int);
sys/dev/pci/if_vmx.c
377
static int vmxnet3_alloc_rxtx_queues(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
380
static void vmxnet3_free_rxtx_queues(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
382
static int vmxnet3_alloc_shared_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
383
static void vmxnet3_free_shared_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
384
static int vmxnet3_alloc_txq_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
385
static void vmxnet3_free_txq_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
386
static int vmxnet3_alloc_rxq_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
387
static void vmxnet3_free_rxq_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
388
static int vmxnet3_alloc_queue_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
389
static void vmxnet3_free_queue_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
390
static int vmxnet3_alloc_mcast_table(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
391
static void vmxnet3_free_mcast_table(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
392
static void vmxnet3_init_shared_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
393
static void vmxnet3_reinit_rss_shared_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
394
static void vmxnet3_reinit_shared_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
395
static int vmxnet3_alloc_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
396
static void vmxnet3_free_data(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
397
static int vmxnet3_setup_interface(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
399
static void vmxnet3_evintr(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
401
static int vmxnet3_newbuf(struct vmxnet3_softc *, struct vmxnet3_rxqueue *,
sys/dev/pci/if_vmx.c
416
static void vmxnet3_txstop(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
sys/dev/pci/if_vmx.c
417
static void vmxnet3_rxstop(struct vmxnet3_softc *, struct vmxnet3_rxqueue *);
sys/dev/pci/if_vmx.c
418
static void vmxnet3_stop_locked(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
419
static void vmxnet3_stop_rendezvous(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
422
static void vmxnet3_txinit(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
sys/dev/pci/if_vmx.c
423
static int vmxnet3_rxinit(struct vmxnet3_softc *, struct vmxnet3_rxqueue *);
sys/dev/pci/if_vmx.c
424
static int vmxnet3_reinit_queues(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
425
static int vmxnet3_enable_device(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
426
static void vmxnet3_reinit_rxfilters(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
427
static int vmxnet3_reinit(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
429
static int vmxnet3_init_locked(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
442
static void vmxnet3_set_rxfilter(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
447
static void vmxnet3_refresh_host_stats(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
450
static void vmxnet3_if_link_status(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
454
static void vmxnet3_set_lladdr(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
455
static void vmxnet3_get_lladdr(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
457
static void vmxnet3_enable_all_intrs(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
458
static void vmxnet3_disable_all_intrs(struct vmxnet3_softc *);
sys/dev/pci/if_vmx.c
460
static int vmxnet3_dma_malloc(struct vmxnet3_softc *, bus_size_t, bus_size_t,
sys/dev/pci/if_vmx.c
462
static void vmxnet3_dma_free(struct vmxnet3_softc *, struct vmxnet3_dma_alloc *);
sys/dev/pci/if_vmx.c
464
CFATTACH_DECL3_NEW(vmx, sizeof(struct vmxnet3_softc),
sys/dev/pci/if_vmx.c
479
vmxnet3_write_bar0(struct vmxnet3_softc *sc, bus_size_t r, uint32_t v)
sys/dev/pci/if_vmx.c
486
vmxnet3_read_bar1(struct vmxnet3_softc *sc, bus_size_t r)
sys/dev/pci/if_vmx.c
493
vmxnet3_write_bar1(struct vmxnet3_softc *sc, bus_size_t r, uint32_t v)
sys/dev/pci/if_vmx.c
500
vmxnet3_write_cmd(struct vmxnet3_softc *sc, uint32_t cmd)
sys/dev/pci/if_vmx.c
507
vmxnet3_read_cmd(struct vmxnet3_softc *sc, uint32_t cmd)
sys/dev/pci/if_vmx.c
515
vmxnet3_enable_intr(struct vmxnet3_softc *sc, int irq)
sys/dev/pci/if_vmx.c
521
vmxnet3_disable_intr(struct vmxnet3_softc *sc, int irq)
sys/dev/pci/if_vmx.c
549
vmxnet3_barrier(struct vmxnet3_softc *sc, vmxnet3_barrier_t type)
sys/dev/pci/if_vmx.c
579
struct vmxnet3_softc *sc = device_private(self);
sys/dev/pci/if_vmx.c
666
struct vmxnet3_softc *sc;
sys/dev/pci/if_vmx.c
700
vmxnet3_alloc_pci_resources(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
727
vmxnet3_free_pci_resources(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
742
vmxnet3_check_version(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
766
vmxnet3_check_multiqueue(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
787
vmxnet3_alloc_msix_interrupts(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
810
vmxnet3_alloc_msi_interrupts(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
830
vmxnet3_alloc_legacy_interrupts(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
842
vmxnet3_alloc_interrupts(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
883
vmxnet3_free_interrupts(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
902
vmxnet3_setup_msix_interrupts(struct vmxnet3_softc *sc)
sys/dev/pci/if_vmx.c
986
vmxnet3_setup_msi_interrupt(struct vmxnet3_softc *sc)