Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mlx5/mlx5_core/
HDmlx5_fs_cmd.c530 enum mlx5_ifc_flow_destination_type ifc_type; in mlx5_cmd_set_fte() local
541 ifc_type = MLX5_IFC_FLOW_DESTINATION_TYPE_FLOW_TABLE; in mlx5_cmd_set_fte()
545 ifc_type = MLX5_IFC_FLOW_DESTINATION_TYPE_FLOW_TABLE; in mlx5_cmd_set_fte()
559 ifc_type = MLX5_IFC_FLOW_DESTINATION_TYPE_UPLINK; in mlx5_cmd_set_fte()
562 ifc_type = MLX5_IFC_FLOW_DESTINATION_TYPE_VPORT; in mlx5_cmd_set_fte()
577 ifc_type = MLX5_IFC_FLOW_DESTINATION_TYPE_FLOW_SAMPLER; in mlx5_cmd_set_fte()
583 ifc_type = MLX5_IFC_FLOW_DESTINATION_TYPE_TABLE_TYPE; in mlx5_cmd_set_fte()
587 ifc_type = MLX5_IFC_FLOW_DESTINATION_TYPE_TIR; in mlx5_cmd_set_fte()
591 ifc_type); in mlx5_cmd_set_fte()
/freebsd-head/sys/arm/nvidia/
HDtegra_usbphy.c272 enum usb_ifc_type ifc_type; member
568 if (sc->ifc_type != USB_IFC_TYPE_UTMI) { in usbphy_phy_enable()
784 sc->ifc_type = usb_get_ifc_mode(dev, node, "phy_type"); in usbphy_attach()
787 if (sc->ifc_type != USB_IFC_TYPE_UTMI) { in usbphy_attach()