Home
last modified time | relevance | path

Searched refs:l2h (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/pmu-events/
H A Damd_metrics.py270 l2h = Event("bp_l1_tlb_miss_l2_tlb_hit", "bp_l1_tlb_miss_l2_hit")
272 l2r = l2h + l2m
306 d_ratio(l2h, l2r), "100%"),
/linux/net/l2tp/
H A Dl2tp_core.c902 u32 l2h = ntohl(*(__be32 *)ptr); in l2tp_recv_common() local
904 if (l2h & 0x40000000) { in l2tp_recv_common()
906 L2TP_SKB_CB(skb)->ns = l2h & 0x00ffffff; in l2tp_recv_common()
1191 u32 l2h = 0; in l2tp_build_l2tpv3_header() local
1194 l2h = 0x40000000 | session->ns; in l2tp_build_l2tpv3_header()
1200 *((__be32 *)bufp) = htonl(l2h); in l2tp_build_l2tpv3_header()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.h83 u8 l2h; member
H A Dfw.c284 result->density, result->igi, result->l2h_th_init, result->l2h, in rtw_fw_adaptivity_result()