Home
last modified time | relevance | path

Searched refs:ifc_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_clone.c75 enum { SIMPLE, ADVANCED } ifc_type; /* (c) */ member
185 if (ifc->ifc_type == SIMPLE) { in if_clone_create()
196 if (ifc->ifc_type == SIMPLE) { in if_clone_create()
238 if (ifc->ifc_type == SIMPLE) in if_clone_createif()
279 if (ifc->ifc_type == SIMPLE) { in if_clone_destroy()
309 if (ifc->ifc_type == ADVANCED && ifc->ifc_destroy == NULL) in if_clone_destroyif()
334 if (ifc->ifc_type == SIMPLE) in if_clone_destroyif()
395 ifc->ifc_type = ADVANCED; in if_clone_advanced()
416 ifc->ifc_type = SIMPLE; in if_clone_simple()
453 if (ifc->ifc_type == SIMPLE) in if_clone_detach()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_usbphy.c274 enum usb_ifc_type ifc_type; member
570 if (sc->ifc_type != USB_IFC_TYPE_UTMI) { in usbphy_phy_enable()
786 sc->ifc_type = usb_get_ifc_mode(dev, node, "phy_type"); in usbphy_attach()
789 if (sc->ifc_type != USB_IFC_TYPE_UTMI) { in usbphy_attach()