Home
last modified time | relevance | path

Searched refs:l2h (Results 1 – 5 of 5) 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 Drtw8822c.c4524 s8 l2h, h2l; in rtw8822c_adaptivity() local
4529 l2h = max_t(s8, igi + EDCCA_IGI_L2H_DIFF, EDCCA_TH_L2H_LB); in rtw8822c_adaptivity()
4530 h2l = l2h - EDCCA_L2H_H2L_DIFF_NORMAL; in rtw8822c_adaptivity()
4533 l2h = igi + EDCCA_ADC_BACKOFF; in rtw8822c_adaptivity()
4535 l2h = dm_info->l2h_th_ini; in rtw8822c_adaptivity()
4536 h2l = l2h - EDCCA_L2H_H2L_DIFF; in rtw8822c_adaptivity()
4539 rtw_phy_set_edcca_th(rtwdev, l2h, h2l); in rtw8822c_adaptivity()
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()