Home
last modified time | relevance | path

Searched refs:etherswitch_atu_entry_t (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h118 typedef struct etherswitch_atu_entry etherswitch_atu_entry_t; typedef
145 #define IOETHERSWITCHGETTABLEENTRY _IOWR('i', 16, etherswitch_atu_entry_t)
H A Detherswitch_if.m71 etherswitch_atu_entry_t *e)
219 etherswitch_atu_entry_t *entry;
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h89 etherswitch_atu_entry_t *entries;
110 etherswitch_atu_entry_t *, int atu_fetch_op);
H A Darswitch.c339 ar8xxx_atu_fetch_table(struct arswitch_softc *sc, etherswitch_atu_entry_t *e, in ar8xxx_atu_fetch_table()
517 sc->atu.entries = malloc(sizeof(etherswitch_atu_entry_t) * 128, in arswitch_attach()
1213 arswitch_atu_fetch_table_entry(device_t dev, etherswitch_atu_entry_t *e) in arswitch_atu_fetch_table_entry()
H A Darswitch_8327.c1105 ar8327_atu_fetch_table(struct arswitch_softc *sc, etherswitch_atu_entry_t *e, in ar8327_atu_fetch_table()
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_atu.h34 etherswitch_atu_entry_t *e, int atu_fetch_op);
H A Dar40xx_var.h130 etherswitch_atu_entry_t entries[AR40XX_NUM_ATU_ENTRIES];
H A Dar40xx_hw_atu.c134 ar40xx_hw_atu_fetch_entry(struct ar40xx_softc *sc, etherswitch_atu_entry_t *e, in ar40xx_hw_atu_fetch_entry()
H A Dar40xx_main.c899 ar40xx_atu_fetch_table_entry(device_t dev, etherswitch_atu_entry_t *e) in ar40xx_atu_fetch_table_entry()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c497 etherswitch_atu_entry_t e; in atu_dump()