Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/kernel/cpu/mtrr/
H A Dlegacy.c37 mtrr_type ltype; member
54 &mtrr_value[i].ltype); in mtrr_save()
67 mtrr_value[i].ltype); in mtrr_restore()
H A Dcyrix.c94 mtrr_type ltype; in cyrix_get_free_region() local
114 cyrix_get_arr(7, &lbase, &lsize, &ltype); in cyrix_get_free_region()
120 cyrix_get_arr(i, &lbase, &lsize, &ltype); in cyrix_get_free_region()
128 cyrix_get_arr(i, &lbase, &lsize, &ltype); in cyrix_get_free_region()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h13 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \ argument
15 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
297 u8 ltype; member
H A Drvu_npc_fs.c182 input->layer_mdata.ltype = lt; in npc_set_layer_mdata()
196 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields()
H A Drvu.h184 u8 ltype; member
H A Drvu_npc.c1679 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()
/linux/net/ipv6/
H A Dip6_tunnel.c760 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local
764 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
766 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
768 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap()
769 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap()
770 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c500 action0.capture_ltype = kpuaction->ltype & 0xf; in npc_config_kpmaction()
1596 u8 ltype, val; in npc_cn20k_translate_action_flags() local
1601 ltype = act->ltype; in npc_cn20k_translate_action_flags()
1602 if (ltype != NPC_LT_LC_IP && in npc_cn20k_translate_action_flags()
1603 ltype != NPC_LT_LC_IP6 && in npc_cn20k_translate_action_flags()
1604 ltype != NPC_LT_LC_IP_OPT && in npc_cn20k_translate_action_flags()
1605 ltype != NPC_LT_LC_IP6_EXT) in npc_cn20k_translate_action_flags()