Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_core.c680 u32 l2h = ntohl(*(__be32 *)ptr); in l2tp_recv_common() local
682 if (l2h & 0x40000000) { in l2tp_recv_common()
684 L2TP_SKB_CB(skb)->ns = l2h & 0x00ffffff; in l2tp_recv_common()
981 u32 l2h = 0; in l2tp_build_l2tpv3_header() local
984 l2h = 0x40000000 | session->ns; in l2tp_build_l2tpv3_header()
990 *((__be32 *)bufp) = htonl(l2h); in l2tp_build_l2tpv3_header()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_edcca.c47 u32 l2h = bb_edcca->th_h; in halbb_set_edcca_thre() local
49 halbb_set_reg(bb, cr->r_edcca_level_p, cr->r_edcca_level_p_m, l2h); in halbb_set_edcca_thre()
50 halbb_set_reg(bb, cr->r_edcca_level, cr->r_edcca_level_m, l2h); in halbb_set_edcca_thre()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_edcca.c47 u32 l2h = bb_edcca->th_h; in halbb_set_edcca_thre() local
49 halbb_set_reg(bb, cr->r_edcca_level_p, cr->r_edcca_level_p_m, l2h); in halbb_set_edcca_thre()
50 halbb_set_reg(bb, cr->r_edcca_level, cr->r_edcca_level_m, l2h); in halbb_set_edcca_thre()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/
H A Ds2io.h675 u8 *l2h; member
H A Ds2io.c8224 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session() argument
8229 lro->l2h = l2h; in initiate_new_session()