Symbol: mvpp2_softc
sys/dev/fdt/if_mvpp.c
1031
mvpp2_prs_vlan_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
1083
mvpp2_prs_pppoe_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
1162
mvpp2_prs_ip6_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
1253
mvpp2_prs_ip4_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
1616
mvpp2_read(struct mvpp2_softc *sc, bus_addr_t addr)
sys/dev/fdt/if_mvpp.c
1622
mvpp2_write(struct mvpp2_softc *sc, bus_addr_t addr, uint32_t data)
sys/dev/fdt/if_mvpp.c
185
struct mvpp2_softc *sc;
sys/dev/fdt/if_mvpp.c
2316
mvpp2_aggr_txq_hw_init(struct mvpp2_softc *sc, struct mvpp2_tx_queue *txq)
sys/dev/fdt/if_mvpp.c
241
sizeof(struct mvpp2_softc), mvpp2_match, mvpp2_attach
sys/dev/fdt/if_mvpp.c
261
uint32_t mvpp2_read(struct mvpp2_softc *, bus_addr_t);
sys/dev/fdt/if_mvpp.c
262
void mvpp2_write(struct mvpp2_softc *, bus_addr_t, uint32_t);
sys/dev/fdt/if_mvpp.c
300
void mvpp2_aggr_txq_hw_init(struct mvpp2_softc *, struct mvpp2_tx_queue *);
sys/dev/fdt/if_mvpp.c
3090
mvpp2_dmamem_alloc(struct mvpp2_softc *sc, bus_size_t size, bus_size_t align)
sys/dev/fdt/if_mvpp.c
3131
mvpp2_dmamem_free(struct mvpp2_softc *sc, struct mvpp2_dmamem *mdm)
sys/dev/fdt/if_mvpp.c
3140
mvpp2_alloc_mbuf(struct mvpp2_softc *sc, bus_dmamap_t map)
sys/dev/fdt/if_mvpp.c
321
mvpp2_dmamem_alloc(struct mvpp2_softc *, bus_size_t, bus_size_t);
sys/dev/fdt/if_mvpp.c
322
void mvpp2_dmamem_free(struct mvpp2_softc *, struct mvpp2_dmamem *);
sys/dev/fdt/if_mvpp.c
323
struct mbuf *mvpp2_alloc_mbuf(struct mvpp2_softc *, bus_dmamap_t);
sys/dev/fdt/if_mvpp.c
3455
mvpp2_prs_shadow_ri_set(struct mvpp2_softc *sc, int index,
sys/dev/fdt/if_mvpp.c
348
void mvpp2_axi_config(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
349
void mvpp2_bm_pool_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
350
void mvpp2_rx_fifo_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
351
void mvpp2_tx_fifo_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
352
int mvpp2_prs_default_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
353
void mvpp2_prs_hw_inv(struct mvpp2_softc *, int);
sys/dev/fdt/if_mvpp.c
354
void mvpp2_prs_hw_port_init(struct mvpp2_softc *, int, int, int, int);
sys/dev/fdt/if_mvpp.c
355
void mvpp2_prs_def_flow_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
356
void mvpp2_prs_mh_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
357
void mvpp2_prs_mac_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
358
void mvpp2_prs_dsa_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
359
int mvpp2_prs_etype_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
360
int mvpp2_prs_vlan_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
361
int mvpp2_prs_pppoe_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
362
int mvpp2_prs_ip6_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
363
int mvpp2_prs_ip4_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
364
void mvpp2_prs_shadow_ri_set(struct mvpp2_softc *, int,
sys/dev/fdt/if_mvpp.c
3713
mvpp2_prs_shadow_set(struct mvpp2_softc *sc, int index, uint32_t lu)
sys/dev/fdt/if_mvpp.c
3720
mvpp2_prs_hw_write(struct mvpp2_softc *sc, struct mvpp2_prs_entry *pe)
sys/dev/fdt/if_mvpp.c
3739
mvpp2_prs_hw_read(struct mvpp2_softc *sc, struct mvpp2_prs_entry *pe, int tid)
sys/dev/fdt/if_mvpp.c
3767
mvpp2_prs_flow_find(struct mvpp2_softc *sc, int flow)
sys/dev/fdt/if_mvpp.c
3789
mvpp2_prs_tcam_first_free(struct mvpp2_softc *sc, uint8_t start, uint8_t end)
sys/dev/fdt/if_mvpp.c
3809
mvpp2_prs_mac_drop_all_set(struct mvpp2_softc *sc, uint32_t port, int add)
sys/dev/fdt/if_mvpp.c
3832
mvpp2_prs_mac_promisc_set(struct mvpp2_softc *sc, uint32_t port, int l2_cast,
sys/dev/fdt/if_mvpp.c
3871
mvpp2_prs_dsa_tag_set(struct mvpp2_softc *sc, uint32_t port, int add,
sys/dev/fdt/if_mvpp.c
390
void mvpp2_prs_shadow_set(struct mvpp2_softc *, int, uint32_t);
sys/dev/fdt/if_mvpp.c
391
int mvpp2_prs_hw_write(struct mvpp2_softc *, struct mvpp2_prs_entry *);
sys/dev/fdt/if_mvpp.c
3913
mvpp2_prs_dsa_tag_ethertype_set(struct mvpp2_softc *sc, uint32_t port,
sys/dev/fdt/if_mvpp.c
392
int mvpp2_prs_hw_read(struct mvpp2_softc *, struct mvpp2_prs_entry *, int);
sys/dev/fdt/if_mvpp.c
393
int mvpp2_prs_flow_find(struct mvpp2_softc *, int);
sys/dev/fdt/if_mvpp.c
394
int mvpp2_prs_tcam_first_free(struct mvpp2_softc *, uint8_t, uint8_t);
sys/dev/fdt/if_mvpp.c
395
void mvpp2_prs_mac_drop_all_set(struct mvpp2_softc *, uint32_t, int);
sys/dev/fdt/if_mvpp.c
396
void mvpp2_prs_mac_promisc_set(struct mvpp2_softc *, uint32_t, int, int);
sys/dev/fdt/if_mvpp.c
3962
mvpp2_prs_vlan_find(struct mvpp2_softc *sc, uint16_t tpid, int ai)
sys/dev/fdt/if_mvpp.c
397
void mvpp2_prs_dsa_tag_set(struct mvpp2_softc *, uint32_t, int, int, int);
sys/dev/fdt/if_mvpp.c
398
void mvpp2_prs_dsa_tag_ethertype_set(struct mvpp2_softc *, uint32_t,
sys/dev/fdt/if_mvpp.c
3998
mvpp2_prs_vlan_add(struct mvpp2_softc *sc, uint16_t tpid, int ai, uint32_t port_map)
sys/dev/fdt/if_mvpp.c
400
struct mvpp2_prs_entry *mvpp2_prs_vlan_find(struct mvpp2_softc *, uint16_t,
sys/dev/fdt/if_mvpp.c
402
int mvpp2_prs_vlan_add(struct mvpp2_softc *, uint16_t, int, uint32_t);
sys/dev/fdt/if_mvpp.c
403
int mvpp2_prs_double_vlan_ai_free_get(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
404
struct mvpp2_prs_entry *mvpp2_prs_double_vlan_find(struct mvpp2_softc *,
sys/dev/fdt/if_mvpp.c
406
int mvpp2_prs_double_vlan_add(struct mvpp2_softc *, uint16_t, uint16_t,
sys/dev/fdt/if_mvpp.c
4063
mvpp2_prs_double_vlan_ai_free_get(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
4075
mvpp2_prs_double_vlan_find(struct mvpp2_softc *sc, uint16_t tpid1, uint16_t tpid2)
sys/dev/fdt/if_mvpp.c
408
int mvpp2_prs_ip4_proto(struct mvpp2_softc *, uint16_t, uint32_t, uint32_t);
sys/dev/fdt/if_mvpp.c
409
int mvpp2_prs_ip4_cast(struct mvpp2_softc *, uint16_t);
sys/dev/fdt/if_mvpp.c
410
int mvpp2_prs_ip6_proto(struct mvpp2_softc *, uint16_t, uint32_t, uint32_t);
sys/dev/fdt/if_mvpp.c
4107
mvpp2_prs_double_vlan_add(struct mvpp2_softc *sc, uint16_t tpid1, uint16_t tpid2,
sys/dev/fdt/if_mvpp.c
411
int mvpp2_prs_ip6_cast(struct mvpp2_softc *, uint16_t);
sys/dev/fdt/if_mvpp.c
412
int mvpp2_prs_mac_da_range_find(struct mvpp2_softc *, int, const uint8_t *,
sys/dev/fdt/if_mvpp.c
4174
mvpp2_prs_ip4_proto(struct mvpp2_softc *sc, uint16_t proto, uint32_t ri,
sys/dev/fdt/if_mvpp.c
418
int mvpp2_prs_tag_mode_set(struct mvpp2_softc *, int, int);
sys/dev/fdt/if_mvpp.c
420
void mvpp2_cls_flow_write(struct mvpp2_softc *, struct mvpp2_cls_flow_entry *);
sys/dev/fdt/if_mvpp.c
421
void mvpp2_cls_lookup_write(struct mvpp2_softc *, struct mvpp2_cls_lookup_entry *);
sys/dev/fdt/if_mvpp.c
422
void mvpp2_cls_init(struct mvpp2_softc *);
sys/dev/fdt/if_mvpp.c
4227
mvpp2_prs_ip4_cast(struct mvpp2_softc *sc, uint16_t l3_cast)
sys/dev/fdt/if_mvpp.c
4273
mvpp2_prs_ip6_proto(struct mvpp2_softc *sc, uint16_t proto, uint32_t ri,
sys/dev/fdt/if_mvpp.c
4307
mvpp2_prs_ip6_cast(struct mvpp2_softc *sc, uint16_t l3_cast)
sys/dev/fdt/if_mvpp.c
4359
mvpp2_prs_mac_da_range_find(struct mvpp2_softc *sc, int pmap, const uint8_t *da,
sys/dev/fdt/if_mvpp.c
437
struct mvpp2_softc *sc = (void *)self;
sys/dev/fdt/if_mvpp.c
4387
struct mvpp2_softc *sc = port->sc;
sys/dev/fdt/if_mvpp.c
4455
struct mvpp2_softc *sc = port->sc;
sys/dev/fdt/if_mvpp.c
4487
mvpp2_prs_tag_mode_set(struct mvpp2_softc *sc, int port_id, int type)
sys/dev/fdt/if_mvpp.c
4561
mvpp2_cls_flow_write(struct mvpp2_softc *sc, struct mvpp2_cls_flow_entry *fe)
sys/dev/fdt/if_mvpp.c
4570
mvpp2_cls_lookup_write(struct mvpp2_softc *sc, struct mvpp2_cls_lookup_entry *le)
sys/dev/fdt/if_mvpp.c
4580
mvpp2_cls_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
484
struct mvpp2_softc *sc = (void *)self;
sys/dev/fdt/if_mvpp.c
527
mvpp2_axi_config(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
562
mvpp2_bm_pool_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
667
mvpp2_rx_fifo_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
693
mvpp2_tx_fifo_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
711
mvpp2_prs_default_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
758
mvpp2_prs_hw_inv(struct mvpp2_softc *sc, int index)
sys/dev/fdt/if_mvpp.c
766
mvpp2_prs_hw_port_init(struct mvpp2_softc *sc, int port,
sys/dev/fdt/if_mvpp.c
788
mvpp2_prs_def_flow_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
806
mvpp2_prs_mh_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
822
mvpp2_prs_mac_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
842
mvpp2_prs_dsa_init(struct mvpp2_softc *sc)
sys/dev/fdt/if_mvpp.c
866
mvpp2_prs_etype_init(struct mvpp2_softc *sc)