Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c514 flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS, action); in parse_flow_attr()
1055 bool is_egress = flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS; in _create_flow_rule()
1285 bool is_egress = flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS; in mlx5_ib_create_flow()
1327 ~(IB_FLOW_ATTR_FLAGS_DONT_TRAP | IB_FLOW_ATTR_FLAGS_EGRESS)) { in mlx5_ib_create_flow()
2326 IB_FLOW_ATTR_FLAGS_EGRESS); in mlx5_ib_matcher_ns()
/openbmc/linux/include/rdma/
H A Dib_verbs.h1904 IB_FLOW_ATTR_FLAGS_EGRESS = 1UL << 2, /* Egress flow */ enumerator