Symbol: bpe_softc
sys/net/if_bpe.c
100
static int bpe_set_parent(struct bpe_softc *, const struct if_parent *);
sys/net/if_bpe.c
101
static int bpe_get_parent(struct bpe_softc *, struct if_parent *);
sys/net/if_bpe.c
102
static int bpe_del_parent(struct bpe_softc *);
sys/net/if_bpe.c
103
static int bpe_add_addr(struct bpe_softc *, const struct ifbareq *);
sys/net/if_bpe.c
104
static int bpe_del_addr(struct bpe_softc *, const struct ifbareq *);
sys/net/if_bpe.c
107
static void bpe_link_state(struct bpe_softc *, u_char, uint64_t);
sys/net/if_bpe.c
140
struct bpe_softc *sc;
sys/net/if_bpe.c
191
struct bpe_softc *sc = ifp->if_softc;
sys/net/if_bpe.c
211
struct bpe_softc *sc = ifp->if_softc;
sys/net/if_bpe.c
301
struct bpe_softc *sc = ifp->if_softc;
sys/net/if_bpe.c
420
bpe_media_get(struct bpe_softc *sc, struct ifreq *ifr)
sys/net/if_bpe.c
436
bpe_up(struct bpe_softc *sc)
sys/net/if_bpe.c
440
struct bpe_softc *osc;
sys/net/if_bpe.c
484
osc = (struct bpe_softc *)RBT_INSERT(bpe_tree, &bpe_interfaces,
sys/net/if_bpe.c
528
bpe_down(struct bpe_softc *sc)
sys/net/if_bpe.c
558
bpe_multi(struct bpe_softc *sc, struct ifnet *ifp0, u_long cmd)
sys/net/if_bpe.c
577
bpe_set_group(struct bpe_softc *sc, uint32_t isid)
sys/net/if_bpe.c
590
bpe_set_vnetid(struct bpe_softc *sc, const struct ifreq *ifr)
sys/net/if_bpe.c
615
bpe_set_parent(struct bpe_softc *sc, const struct if_parent *p)
sys/net/if_bpe.c
650
bpe_get_parent(struct bpe_softc *sc, struct if_parent *p)
sys/net/if_bpe.c
666
bpe_del_parent(struct bpe_softc *sc)
sys/net/if_bpe.c
681
bpe_add_addr(struct bpe_softc *sc, const struct ifbareq *ifba)
sys/net/if_bpe.c
717
bpe_del_addr(struct bpe_softc *sc, const struct ifbareq *ifba)
sys/net/if_bpe.c
722
static inline struct bpe_softc *
sys/net/if_bpe.c
726
struct bpe_softc *sc;
sys/net/if_bpe.c
729
sc = (struct bpe_softc *)RBT_FIND(bpe_tree, &bpe_interfaces, &k);
sys/net/if_bpe.c
738
struct bpe_softc *sc;
sys/net/if_bpe.c
826
struct bpe_softc *sc = arg;
sys/net/if_bpe.c
840
struct bpe_softc *sc = arg;
sys/net/if_bpe.c
856
bpe_link_state(struct bpe_softc *sc, u_char link, uint64_t baud)
sys/net/if_bpe.c
918
struct bpe_softc *sc = arg;
sys/net/if_bpe.c
94
static int bpe_media_get(struct bpe_softc *, struct ifreq *);
sys/net/if_bpe.c
95
static int bpe_up(struct bpe_softc *);
sys/net/if_bpe.c
96
static int bpe_down(struct bpe_softc *);
sys/net/if_bpe.c
97
static int bpe_multi(struct bpe_softc *, struct ifnet *, u_long);
sys/net/if_bpe.c
98
static int bpe_set_vnetid(struct bpe_softc *, const struct ifreq *);
sys/net/if_bpe.c
99
static void bpe_set_group(struct bpe_softc *, uint32_t);