Home | History | Annotate | Download | only in agr

Lines Matching refs:agrreq

74 static int agr_setconfig(struct agr_softc *, const struct agrreq *);
75 static int agr_getconfig(struct agr_softc *, struct agrreq *);
76 static int agr_getportlist(struct agr_softc *, struct agrreq *);
79 static int agrreq_copyin(const void *, struct agrreq *);
80 static int agrreq_copyout(void *, struct agrreq *);
416 agr_setconfig(struct agr_softc *sc, const struct agrreq *ar)
455 agr_getportlist(struct agr_softc *sc, struct agrreq *ar)
511 agr_getconfig(struct agr_softc *sc, struct agrreq *ar)
864 agrreq_copyin(const void *ubuf, struct agrreq *ar)
881 agrreq_copyout(void *ubuf, struct agrreq *ar)
1016 struct agrreq ar;