HomeSort by relevance Sort by last modified time
    Searched defs:link_type (Results 1 - 7 of 7) sorted by null

  /build/make/core/
link_type.mk 13 my_link_prefix := LINK_TYPE:$(call find-idf-prefix,$(my_kind),$(my_host_cross))$(if $(filter AUX,$(my_kind)),-$(AUX_OS_VARIANT)):$(if $(my_common),$(my_common):_,_:$(if $(my_2nd_arch_prefix),$(my_2nd_arch_prefix),_))
14 link_type := $(my_link_prefix):$(LOCAL_MODULE_CLASS):$(LOCAL_MODULE) macro
15 ALL_LINK_TYPES := $(ALL_LINK_TYPES) $(link_type)
16 $(link_type).TYPE := $(my_link_type)
17 $(link_type).MAKEFILE := $(LOCAL_MODULE_MAKEFILE)
18 $(link_type).WARN := $(my_warn_types)
19 $(link_type).ALLOWED := $(my_allowed_types)
20 $(link_type).DEPS := $(addprefix $(my_link_prefix):,$(my_link_deps))
21 $(link_type).BUILT := $(LOCAL_BUILT_MODULE)
23 link_type : macro
    [all...]
  /external/tcpdump/
print-lmp.c 434 u_int link_type; local
    [all...]
print-olsr.c 326 uint8_t link_type, neighbor_type; local
449 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code);
457 tok2str(olsr_link_type_values, "Unknown", link_type),
ospf.h 111 /* rla_link.link_type */
156 uint8_t link_type; member in struct:tos_link
print-ospf6.c 88 /* rla_link.link_type */
159 uint8_t link_type; member in struct:lsa6::__anon43957::__anon43958::rlalink6
508 switch (rlp->link_type) {
536 rlp->link_type));
  /external/u-boot/include/fsl-mc/
fsl_dpmac.h 46 MC_RSP_OP(cmd, 1, 32, 8, enum dpmac_link_type, attr->link_type);\
241 * @link_type: link type
249 enum dpmac_link_type link_type; member in struct:dpmac_attr
  /external/u-boot/drivers/net/
keystone_net.c 57 enum link_type { enum
112 enum link_type link_type; member in struct:ks2_eth_priv
1068 priv->link_type = fdtdec_get_int(fdt, slave, "link-interface", -1);
1082 if (priv->link_type == LINK_TYPE_SGMII_MAC_TO_PHY_MODE) {
1087 } else if (priv->link_type == LINK_TYPE_RGMII_LINK_MAC_PHY) {

Completed in 345 milliseconds