Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c43 static bool is_exactmatch(void *mask, int len);
162 if (!is_exactmatch(&eth_addr_mask[0], ETH_ALEN)) in bnxt_fill_l2_rewrite_fields()
171 if (!is_exactmatch(&eth_addr_mask[ETH_ALEN / 2], ETH_ALEN)) in bnxt_fill_l2_rewrite_fields()
546 static bool is_exactmatch(void *mask, int len) in is_exactmatch() function
1054 !is_exactmatch(flow->l2_mask.smac, sizeof(flow->l2_mask.smac))) { in bnxt_tc_can_offload()
1059 !is_exactmatch(&flow->l2_mask.dmac, sizeof(flow->l2_mask.dmac))) { in bnxt_tc_can_offload()
1074 !is_exactmatch(&flow->l2_mask.inner_vlan_tpid, in bnxt_tc_can_offload()
1081 if (!is_exactmatch(&flow->l2_mask.ether_type, in bnxt_tc_can_offload()