Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_tc.c412 flow->l2_key.inner_vlan_tci = in bnxt_tc_parse_flow()
420 flow->l2_key.num_vlans = 1; in bnxt_tc_parse_flow()
690 if (flow->l2_key.num_vlans > 0) { in bnxt_hwrm_cfa_flow_alloc()
969 struct bnxt_tc_l2_key *l2_key) in bnxt_tc_get_l2_node() argument
982 l2_node->key = *l2_key; in bnxt_tc_get_l2_node()
1011 &flow->l2_key); in bnxt_tc_get_ref_flow_handle()
1053 if (bits_set(&flow->l2_key.smac, sizeof(flow->l2_key.smac)) && in bnxt_tc_can_offload()
1058 if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) && in bnxt_tc_can_offload()
1068 flow->l2_key.inner_vlan_tci)) { in bnxt_tc_can_offload()
1151 struct bnxt_tc_l2_key *l2_key, in bnxt_tc_get_ref_decap_handle() argument
[all …]
A Dbnxt_tc.h124 struct bnxt_tc_l2_key l2_key; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c209 hdr->l2_key.dst_mac); in ice_tc_fill_tunnel_outer()
370 struct ice_tc_l2_hdr *l2_key, *l2_mask; in ice_tc_fill_rules() local
372 l2_key = &headers->l2_key; in ice_tc_fill_rules()
378 l2_key->dst_mac); in ice_tc_fill_rules()
384 l2_key->src_mac); in ice_tc_fill_rules()
508 if (headers->l2_key.n_proto == htons(ETH_P_IP) && in ice_tc_fill_rules()
527 if (headers->l2_key.n_proto == htons(ETH_P_IPV6) && in ice_tc_fill_rules()
1399 headers->l2_key.n_proto = cpu_to_be16(n_proto_key); in ice_parse_cls_flower()
1410 ether_addr_copy(headers->l2_key.dst_mac, in ice_parse_cls_flower()
1418 ether_addr_copy(headers->l2_key.src_mac, in ice_parse_cls_flower()
[all …]
A Dice_tc_lib.h116 struct ice_tc_l2_hdr l2_key; member

Completed in 12 milliseconds