Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c119 uint16_t ether_type_m; in mlx5_flow_expand_rss_item_complete() local
128 ether_type_m = ((const struct rte_flow_item_eth *) in mlx5_flow_expand_rss_item_complete()
131 ether_type_m = rte_flow_item_eth_mask.type; in mlx5_flow_expand_rss_item_complete()
132 if (ether_type_m != RTE_BE16(0xFFFF)) in mlx5_flow_expand_rss_item_complete()
147 ether_type_m = ((const struct rte_flow_item_vlan *) in mlx5_flow_expand_rss_item_complete()
150 ether_type_m = rte_flow_item_vlan_mask.inner_type; in mlx5_flow_expand_rss_item_complete()
151 if (ether_type_m != RTE_BE16(0xFFFF)) in mlx5_flow_expand_rss_item_complete()