Searched refs:ue_ioctl (Results 1 – 3 of 3) sorted by relevance
70 int (*ue_ioctl)(struct ifnet *, u_long, caddr_t); member
225 if (ue->ue_methods->ue_ioctl != NULL) in ue_attach_post_task()226 ifp->if_ioctl = ue->ue_methods->ue_ioctl; in ue_attach_post_task()
233 .ue_ioctl = smsc_ioctl,