Lines Matching refs:ifnet

143 static int an_ioctl(struct ifnet *, u_long, caddr_t);
147 static void an_start(struct ifnet *);
148 static void an_start_locked(struct ifnet *);
178 static int readrids(struct ifnet*, struct aironet_ioctl*);
179 static int writerids(struct ifnet*, struct aironet_ioctl*);
180 static int flashcard(struct ifnet*, struct aironet_ioctl*);
182 static int cmdreset(struct ifnet *);
183 static int setflashmode(struct ifnet *);
184 static int flashgchar(struct ifnet *,int,int);
185 static int flashpchar(struct ifnet *,int,int);
186 static int flashputbuf(struct ifnet *);
187 static int flashrestart(struct ifnet *);
188 static int WaitBusy(struct ifnet *, int);
189 static int unstickbusy(struct ifnet *);
194 static int an_media_change (struct ifnet *);
195 static void an_media_status (struct ifnet *, struct ifmediareq *);
213 extern void (*ng_ether_attach_p)(struct ifnet *ifp);
214 extern void (*ng_ether_detach_p)(struct ifnet *ifp);
655 struct ifnet *ifp;
809 struct ifnet *ifp = sc->an_ifp;
833 struct ifnet *ifp;
1099 struct ifnet *ifp;
1153 struct ifnet *ifp;
1191 struct ifnet *ifp;
1382 struct ifnet *ifp;
1747 struct ifnet *ifp;
1872 an_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
2611 struct ifnet *ifp;
2710 an_start(struct ifnet *ifp)
2721 an_start_locked(struct ifnet *ifp)
2909 struct ifnet *ifp;
2939 struct ifnet *ifp;
2975 struct ifnet *ifp;
3216 an_media_change(struct ifnet *ifp)
3259 an_media_status(struct ifnet *ifp, struct ifmediareq *imr)
3297 readrids(struct ifnet *ifp, struct aironet_ioctl *l_ioctl)
3373 writerids(struct ifnet *ifp, struct aironet_ioctl *l_ioctl)
3484 unstickbusy(struct ifnet *ifp)
3502 WaitBusy(struct ifnet *ifp, int uSec)
3526 cmdreset(struct ifnet *ifp)
3560 setflashmode(struct ifnet *ifp)
3588 flashgchar(struct ifnet *ifp, int matchbyte, int dwelltime)
3624 flashpchar(struct ifnet *ifp, int byte, int dwelltime)
3680 flashputbuf(struct ifnet *ifp)
3714 flashrestart(struct ifnet *ifp)
3732 flashcard(struct ifnet *ifp, struct aironet_ioctl *l_ioctl)