Symbol: mvxpe_softc
sys/dev/marvell/if_mvxpe.c
100
STATIC void mvxpe_ring_dealloc_queue(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
1003
mvxpe_ring_alloc_queue(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
101
STATIC void mvxpe_ring_init_queue(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
102
STATIC void mvxpe_ring_flush_queue(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
103
STATIC void mvxpe_ring_sync_rx(struct mvxpe_softc *, int, int, int, int);
sys/dev/marvell/if_mvxpe.c
1037
mvxpe_ring_dealloc_queue(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
104
STATIC void mvxpe_ring_sync_tx(struct mvxpe_softc *, int, int, int, int);
sys/dev/marvell/if_mvxpe.c
1078
mvxpe_ring_init_queue(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
111
STATIC void mvxpe_rx_lockq(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
112
STATIC void mvxpe_rx_unlockq(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
113
STATIC void mvxpe_tx_lockq(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
1139
mvxpe_ring_flush_queue(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
114
STATIC void mvxpe_tx_unlockq(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
117
STATIC void mvxpe_disable_intr(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
1175
mvxpe_ring_sync_rx(struct mvxpe_softc *sc, int q, int idx, int count, int ops)
sys/dev/marvell/if_mvxpe.c
118
STATIC void mvxpe_enable_intr(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
1196
mvxpe_ring_sync_tx(struct mvxpe_softc *sc, int q, int idx, int count, int ops)
sys/dev/marvell/if_mvxpe.c
1221
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1256
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1281
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1312
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1334
mvxpe_rx_lockq(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
1342
mvxpe_rx_unlockq(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
135
STATIC void mvxpe_linkupdate(struct mvxpe_softc *sc);
sys/dev/marvell/if_mvxpe.c
1350
mvxpe_tx_lockq(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
1358
mvxpe_tx_unlockq(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
136
STATIC void mvxpe_linkup(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
1369
mvxpe_disable_intr(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
137
STATIC void mvxpe_linkdown(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
138
STATIC void mvxpe_linkreset(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
1383
mvxpe_enable_intr(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
141
STATIC int mvxpe_tx_queue_select(struct mvxpe_softc *, struct mbuf *);
sys/dev/marvell/if_mvxpe.c
142
STATIC int mvxpe_tx_queue(struct mvxpe_softc *, struct mbuf *, int);
sys/dev/marvell/if_mvxpe.c
1427
struct mvxpe_softc *sc = arg;
sys/dev/marvell/if_mvxpe.c
145
STATIC void mvxpe_tx_complete(struct mvxpe_softc *, uint32_t);
sys/dev/marvell/if_mvxpe.c
146
STATIC void mvxpe_tx_queue_complete(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
149
STATIC void mvxpe_rx(struct mvxpe_softc *, uint32_t);
sys/dev/marvell/if_mvxpe.c
1491
struct mvxpe_softc *sc = arg;
sys/dev/marvell/if_mvxpe.c
150
STATIC void mvxpe_rx_queue(struct mvxpe_softc *, int, int);
sys/dev/marvell/if_mvxpe.c
151
STATIC int mvxpe_rx_queue_select(struct mvxpe_softc *, uint32_t, int *);
sys/dev/marvell/if_mvxpe.c
152
STATIC void mvxpe_rx_refill(struct mvxpe_softc *, uint32_t);
sys/dev/marvell/if_mvxpe.c
153
STATIC void mvxpe_rx_queue_refill(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
154
STATIC int mvxpe_rx_queue_add(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpe.c
1561
struct mvxpe_softc *sc = arg;
sys/dev/marvell/if_mvxpe.c
160
STATIC void mvxpe_filter_setup(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
1619
struct mvxpe_softc *sc = arg;
sys/dev/marvell/if_mvxpe.c
1654
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
167
STATIC void sysctl_mvxpe_init(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
170
STATIC void mvxpe_clear_mib(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
171
STATIC void mvxpe_update_mib(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
1720
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1744
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1796
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1908
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1954
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
1992
STATIC void mvxpe_linkupdate(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
2019
mvxpe_linkup(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
2052
mvxpe_linkdown(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
2071
mvxpe_linkreset(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
2092
mvxpe_tx_queue_select(struct mvxpe_softc *sc, struct mbuf *m)
sys/dev/marvell/if_mvxpe.c
2102
mvxpe_tx_queue(struct mvxpe_softc *sc, struct mbuf *m, int q)
sys/dev/marvell/if_mvxpe.c
2272
mvxpe_tx_complete(struct mvxpe_softc *sc, uint32_t queues)
sys/dev/marvell/if_mvxpe.c
2294
mvxpe_tx_queue_complete(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
2380
mvxpe_rx(struct mvxpe_softc *sc, uint32_t queues)
sys/dev/marvell/if_mvxpe.c
2394
mvxpe_rx_queue(struct mvxpe_softc *sc, int q, int npkt)
sys/dev/marvell/if_mvxpe.c
2503
mvxpe_rx_queue_select(struct mvxpe_softc *sc, uint32_t queues, int *queue)
sys/dev/marvell/if_mvxpe.c
2533
mvxpe_rx_refill(struct mvxpe_softc *sc, uint32_t queues)
sys/dev/marvell/if_mvxpe.c
2551
mvxpe_rx_queue_refill(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
2593
mvxpe_rx_queue_add(struct mvxpe_softc *sc, int q)
sys/dev/marvell/if_mvxpe.c
2692
mvxpe_filter_setup(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
2809
struct mvxpe_softc *sc;
sys/dev/marvell/if_mvxpe.c
2843
struct mvxpe_softc *sc;
sys/dev/marvell/if_mvxpe.c
2849
sc = (struct mvxpe_softc *)rnode->sysctl_data;
sys/dev/marvell/if_mvxpe.c
2875
struct mvxpe_softc *sc;
sys/dev/marvell/if_mvxpe.c
288
struct mvxpe_softc *sc = device_private(self);
sys/dev/marvell/if_mvxpe.c
2962
struct mvxpe_softc *sc;
sys/dev/marvell/if_mvxpe.c
3019
sysctl_mvxpe_init(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
3216
mvxpe_clear_mib(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
3231
mvxpe_update_mib(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
519
mvxpe_evcnt_attach(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
671
mvxpe_sc_lock(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
677
mvxpe_sc_unlock(struct mvxpe_softc *sc)
sys/dev/marvell/if_mvxpe.c
688
struct mvxpe_softc *sc = device_private(dev);
sys/dev/marvell/if_mvxpe.c
733
struct mvxpe_softc *sc = device_private(dev);
sys/dev/marvell/if_mvxpe.c
785
mvxpe_wininit(struct mvxpe_softc *sc, enum marvell_tags *tags)
sys/dev/marvell/if_mvxpe.c
80
STATIC int mvxpe_evcnt_attach(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
81
CFATTACH_DECL_NEW(mvxpe_mbus, sizeof(struct mvxpe_softc),
sys/dev/marvell/if_mvxpe.c
83
STATIC void mvxpe_sc_lock(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
84
STATIC void mvxpe_sc_unlock(struct mvxpe_softc *);
sys/dev/marvell/if_mvxpe.c
842
struct mvxpe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvxpe.c
92
STATIC void mvxpe_wininit(struct mvxpe_softc *, enum marvell_tags *);
sys/dev/marvell/if_mvxpe.c
956
mvxpe_dma_memalloc(struct mvxpe_softc *sc, bus_dmamap_t *map, size_t size)
sys/dev/marvell/if_mvxpe.c
98
STATIC void *mvxpe_dma_memalloc(struct mvxpe_softc *, bus_dmamap_t *, size_t);
sys/dev/marvell/if_mvxpe.c
99
STATIC int mvxpe_ring_alloc_queue(struct mvxpe_softc *, int);
sys/dev/marvell/if_mvxpevar.h
371
struct mvxpe_softc;
sys/dev/marvell/if_mvxpevar.h
373
struct mvxpe_softc *sc;
sys/dev/marvell/if_mvxpevar.h
381
struct mvxpe_softc *sc;