Home
last modified time | relevance | path

Searched refs:inner_vlan_tpid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c418 flow->l2_key.inner_vlan_tpid = htons(ETH_P_8021Q); in bnxt_tc_parse_flow()
419 flow->l2_mask.inner_vlan_tpid = htons(0xffff); in bnxt_tc_parse_flow()
901 encap->ovlan_tpid = l2_info->inner_vlan_tpid; in hwrm_cfa_encap_record_alloc()
1072 if (bits_set(&flow->l2_key.inner_vlan_tpid, in bnxt_tc_can_offload()
1073 sizeof(flow->l2_key.inner_vlan_tpid)) && in bnxt_tc_can_offload()
1074 !is_exactmatch(&flow->l2_mask.inner_vlan_tpid, in bnxt_tc_can_offload()
1075 sizeof(flow->l2_mask.inner_vlan_tpid))) { in bnxt_tc_can_offload()
1264 l2_info->inner_vlan_tpid = vlan->vlan_proto; in bnxt_tc_resolve_tunnel_hdrs()
1345 decap_l2_info->inner_vlan_tpid = l2_info.inner_vlan_tpid; in bnxt_tc_get_decap_handle()
H A Dbnxt_tc.h22 __be16 inner_vlan_tpid; member