Home
last modified time | relevance | path

Searched refs:inner_vlan_tpid (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c417 flow->l2_key.inner_vlan_tpid = htons(ETH_P_8021Q); in bnxt_tc_parse_flow()
418 flow->l2_mask.inner_vlan_tpid = htons(0xffff); in bnxt_tc_parse_flow()
894 encap->ovlan_tpid = l2_info->inner_vlan_tpid; in hwrm_cfa_encap_record_alloc()
1064 if (bits_set(&flow->l2_key.inner_vlan_tpid, in bnxt_tc_can_offload()
1065 sizeof(flow->l2_key.inner_vlan_tpid)) && in bnxt_tc_can_offload()
1066 !is_exactmatch(&flow->l2_mask.inner_vlan_tpid, in bnxt_tc_can_offload()
1067 sizeof(flow->l2_mask.inner_vlan_tpid))) { in bnxt_tc_can_offload()
1256 l2_info->inner_vlan_tpid = vlan->vlan_proto; in bnxt_tc_resolve_tunnel_hdrs()
1337 decap_l2_info->inner_vlan_tpid = l2_info.inner_vlan_tpid; in bnxt_tc_get_decap_handle()
[all...]
H A Dbnxt_tc.h22 __be16 inner_vlan_tpid; member
/kernel/linux/linux-6.6/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()
[all...]
H A Dbnxt_tc.h22 __be16 inner_vlan_tpid; member

Completed in 7 milliseconds