Searched refs:etherswitch_atu_entry_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch.h | 118 typedef struct etherswitch_atu_entry etherswitch_atu_entry_t; typedef 145 #define IOETHERSWITCHGETTABLEENTRY _IOWR('i', 16, etherswitch_atu_entry_t)
|
H A D | etherswitch_if.m | 71 etherswitch_atu_entry_t *e) 219 etherswitch_atu_entry_t *entry;
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchvar.h | 89 etherswitch_atu_entry_t *entries; 110 etherswitch_atu_entry_t *, int atu_fetch_op);
|
H A D | arswitch.c | 339 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 D | arswitch_8327.c | 1105 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 D | ar40xx_hw_atu.h | 34 etherswitch_atu_entry_t *e, int atu_fetch_op);
|
H A D | ar40xx_var.h | 130 etherswitch_atu_entry_t entries[AR40XX_NUM_ATU_ENTRIES];
|
H A D | ar40xx_hw_atu.c | 134 ar40xx_hw_atu_fetch_entry(struct ar40xx_softc *sc, etherswitch_atu_entry_t *e, in ar40xx_hw_atu_fetch_entry()
|
H A D | ar40xx_main.c | 899 ar40xx_atu_fetch_table_entry(device_t dev, etherswitch_atu_entry_t *e) in ar40xx_atu_fetch_table_entry()
|
/freebsd/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.c | 497 etherswitch_atu_entry_t e; in atu_dump()
|