Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_cmd.c2710 if (kern_spec->flow_count.size != in kern_spec_to_ib_spec_action()
2713 ib_spec->flow_count.counters = in kern_spec_to_ib_spec_action()
2716 kern_spec->flow_count.handle, in kern_spec_to_ib_spec_action()
2718 if (IS_ERR(ib_spec->flow_count.counters)) in kern_spec_to_ib_spec_action()
2719 return PTR_ERR(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
2720 ib_spec->flow_count.size = in kern_spec_to_ib_spec_action()
2724 ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
2725 uobj_put_obj_read(ib_spec->flow_count.counters); in kern_spec_to_ib_spec_action()
/linux/drivers/net/
H A Dtun.c207 u32 flow_count; member
333 ++tun->flow_count; in tun_flow_create()
344 --tun->flow_count; in tun_flow_delete()
434 tun->flow_count < MAX_TAP_FLOWS) in tun_flow_update()
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c525 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_count, in parse_flow_attr()
533 action->counters = ib_spec->flow_count.counters; in parse_flow_attr()
/linux/include/rdma/
H A Dib_verbs.h2140 struct ib_flow_spec_action_count flow_count;
2123 struct ib_flow_spec_action_count flow_count; global() member