Searched refs:ibv_flow (Results 1 – 4 of 4) sorted by relevance
278 struct ibv_flow *ibv_cmd_create_flow(struct ibv_qp *qp,280 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id);
1372 struct ibv_flow { struct1546 int (*ibv_destroy_flow) (struct ibv_flow *flow);1548 struct ibv_flow * (*ibv_create_flow) (struct ibv_qp *qp,1692 static inline struct ibv_flow *ibv_create_flow(struct ibv_qp *qp, in ibv_create_flow()1705 static inline int ibv_destroy_flow(struct ibv_flow *flow_id) in ibv_destroy_flow()
1917 struct ibv_flow *ibv_cmd_create_flow(struct ibv_qp *qp, in ibv_cmd_create_flow()1922 struct ibv_flow *flow_id; in ibv_cmd_create_flow()1975 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id) in ibv_cmd_destroy_flow()
56 struct ibv_flow * flow;