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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c220 hdr->l2_mask.dst_mac);
384 list[i].m_u.ethertype.ethtype_id = headers->l2_mask.n_proto;
390 struct ice_tc_l2_hdr *l2_key, *l2_mask; local
393 l2_mask = &headers->l2_mask;
400 l2_mask->dst_mac);
406 l2_mask->src_mac);
1520 headers->l2_mask.n_proto = cpu_to_be16(n_proto_mask);
1532 ether_addr_copy(headers->l2_mask.dst_mac,
1540 ether_addr_copy(headers->l2_mask
[all...]
H A Dice_tc_lib.h118 struct ice_tc_l2_hdr l2_mask; member in struct:ice_tc_flower_lyr_2_4_hdrs
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h125 struct bnxt_tc_l2_key l2_mask; member in struct:bnxt_tc_flow
H A Dbnxt_tc.c388 flow->l2_mask.ether_type = match.mask->n_proto;
403 ether_addr_copy(flow->l2_mask.dmac, match.mask->dst);
405 ether_addr_copy(flow->l2_mask.smac, match.mask->src);
415 flow->l2_mask.inner_vlan_tci =
419 flow->l2_mask.inner_vlan_tpid = htons(0xffff);
1054 !is_exactmatch(flow->l2_mask.smac, sizeof(flow->l2_mask.smac))) {
1059 !is_exactmatch(&flow->l2_mask.dmac, sizeof(flow->l2_mask.dmac))) {
1067 !is_vlan_tci_allowed(flow->l2_mask
[all...]

Completed in 298 milliseconds