Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c223 mtrr_type ltype; in mtrr_add_page() local
263 mtrr_if->get(i, &lbase, &lsize, &ltype); in mtrr_add_page()
275 if (type == ltype) { in mtrr_add_page()
278 } else if (types_compatible(type, ltype)) in mtrr_add_page()
286 if (ltype != type) { in mtrr_add_page()
287 if (types_compatible(type, ltype)) in mtrr_add_page()
290 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page()
398 mtrr_type ltype; in mtrr_del_page() local
412 mtrr_if->get(i, &lbase, &lsize, &ltype); in mtrr_del_page()
427 mtrr_if->get(reg, &lbase, &lsize, &ltype); in mtrr_del_page()
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()
H A Dcentaur.c30 mtrr_type ltype; in centaur_get_free_region() local
40 mtrr_if->get(i, &lbase, &lsize, &ltype); in centaur_get_free_region()
H A Dgeneric.c790 mtrr_type ltype; in generic_get_free_region() local
798 mtrr_if->get(i, &lbase, &lsize, &ltype); in generic_get_free_region()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.h24 #define CN20K_SET_EXTR_LT(intf, extr, ltype, cfg) \ argument
26 NPC_AF_INTFX_EXTRACTORX_LTX_CFG(intf, extr, ltype), cfg)
35 #define CN20K_SET_EXTR_LT(intf, extr, ltype, cfg) \ argument
37 NPC_AF_INTFX_EXTRACTORX_LTX_CFG(intf, extr, ltype), cfg)
39 #define CN20K_GET_EXTR_LT(intf, extr, ltype) \ argument
41 NPC_AF_INTFX_EXTRACTORX_LTX_CFG(intf, extr, ltype))
H A Dnpc.c502 action0.capture_ltype = kpuaction->ltype & 0xf; in npc_config_kpmaction()
1579 int entries, ltype; in npc_cn20k_update_action_entries_n_flags() local
1590 ltype = action[j].ltype; in npc_cn20k_update_action_entries_n_flags()
1592 if (ltype != NPC_LT_LC_IP && in npc_cn20k_update_action_entries_n_flags()
1593 ltype != NPC_LT_LC_IP6 && in npc_cn20k_update_action_entries_n_flags()
1594 ltype != NPC_LT_LC_IP_OPT && in npc_cn20k_update_action_entries_n_flags()
1595 ltype != NPC_LT_LC_IP6_EXT) in npc_cn20k_update_action_entries_n_flags()
/linux/net/ipv6/
H A Dip6_tunnel.c757 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local
761 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
763 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
765 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap()
766 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap()
767 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
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.c1666 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()