Searched refs:ue_methods (Results 1 – 6 of 6) sorted by relevance
120 (ue->ue_methods == NULL)) in uether_ifattach()302 if (ue->ue_methods->ue_attach_post_sub != NULL) { in ue_attach_post_task()304 error = ue->ue_methods->ue_attach_post_sub(ue); in ue_attach_post_task()426 ue->ue_methods->ue_init(ue); in ue_start_task()431 if (ue->ue_methods->ue_tick != NULL) in ue_start_task()446 ue->ue_methods->ue_stop(ue); in ue_stop_task()486 ue->ue_methods->ue_start(ue); in ue_start()519 ue->ue_methods->ue_tick(ue); in ue_tick_task()
109 const struct usb_ether_methods *ue_methods; member
371 ue->ue_methods = &axge_ue_methods; in axge_attach()
717 ue->ue_methods = &axe_ue_methods; in axe_attach()
283 ue->ue_methods = &urndis_ue_methods; in urndis_attach()
621 ue->ue_methods = &cdce_ue_methods; in cdce_attach()