Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c191 const union ib_flow_spec *ib_spec, in parse_flow_attr() argument
211 if (ib_spec->type & IB_FLOW_SPEC_INNER) { in parse_flow_attr()
227 switch (ib_spec->type & ~IB_FLOW_SPEC_INNER) { in parse_flow_attr()
229 if (FIELDS_NOT_SUPPORTED(ib_spec->eth.mask, LAST_ETH_FIELD)) in parse_flow_attr()
234 ib_spec->eth.mask.dst_mac); in parse_flow_attr()
237 ib_spec->eth.val.dst_mac); in parse_flow_attr()
241 ib_spec->eth.mask.src_mac); in parse_flow_attr()
244 ib_spec->eth.val.src_mac); in parse_flow_attr()
246 if (ib_spec->eth.mask.vlan_tag) { in parse_flow_attr()
253 first_vid, ntohs(ib_spec->eth.mask.vlan_tag)); in parse_flow_attr()
[all …]