Lines Matching full:ue
246 cdceem_attach_post(struct usb_ether *ue) in cdceem_attach_post() argument
256 struct usb_ether *ue; in cdceem_attach() local
262 ue = &sc->sc_ue; in cdceem_attach()
281 arc4rand(ue->ue_eaddr, ETHER_ADDR_LEN, 0); in cdceem_attach()
282 ue->ue_eaddr[0] &= ~0x01; /* unicast */ in cdceem_attach()
283 ue->ue_eaddr[0] |= 0x02; /* locally administered */ in cdceem_attach()
285 ue->ue_sc = sc; in cdceem_attach()
286 ue->ue_dev = dev; in cdceem_attach()
287 ue->ue_udev = uaa->device; in cdceem_attach()
288 ue->ue_mtx = &sc->sc_mtx; in cdceem_attach()
289 ue->ue_methods = &cdceem_ue_methods; in cdceem_attach()
291 error = uether_ifattach(ue); in cdceem_attach()
306 struct usb_ether *ue = &sc->sc_ue; in cdceem_detach() local
310 uether_ifdetach(ue); in cdceem_detach()
422 struct usb_ether *ue; in cdceem_handle_data() local
433 ue = &sc->sc_ue; in cdceem_handle_data()
434 ifp = uether_getifp(ue); in cdceem_handle_data()
497 uether_rxmbuf(ue, m, pktlen); in cdceem_handle_data()
787 cdceem_start(struct usb_ether *ue) in cdceem_start() argument
791 sc = uether_getsc(ue); in cdceem_start()
801 cdceem_init(struct usb_ether *ue) in cdceem_init() argument
806 sc = uether_getsc(ue); in cdceem_init()
807 ifp = uether_getifp(ue); in cdceem_init()
825 cdceem_start(ue); in cdceem_init()
829 cdceem_stop(struct usb_ether *ue) in cdceem_stop() argument
834 sc = uether_getsc(ue); in cdceem_stop()
835 ifp = uether_getifp(ue); in cdceem_stop()
844 cdceem_setmulti(struct usb_ether *ue) in cdceem_setmulti() argument
851 cdceem_setpromisc(struct usb_ether *ue) in cdceem_setpromisc() argument