Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
Duverbs_std_types_flow_action.c57 verbs_flags |= IB_FLOW_ACTION_ESP_FLAGS_ESN_TRIGGERED; in esp_flags_uverbs_to_verbs()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dfs.c1597 (attr->flags & ~(IB_FLOW_ACTION_ESP_FLAGS_ESN_TRIGGERED | in mlx5_ib_create_flow_action_esp()
1628 if (attr->flags & IB_FLOW_ACTION_ESP_FLAGS_ESN_TRIGGERED) in mlx5_ib_create_flow_action_esp()
1664 (attr->flags & ~(IB_FLOW_ACTION_ESP_FLAGS_ESN_TRIGGERED | in mlx5_ib_modify_flow_action_esp()
1673 IB_FLOW_ACTION_ESP_FLAGS_ESN_TRIGGERED) && in mlx5_ib_modify_flow_action_esp()
1674 attr->flags & (IB_FLOW_ACTION_ESP_FLAGS_ESN_TRIGGERED | in mlx5_ib_modify_flow_action_esp()
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h2101 IB_FLOW_ACTION_ESP_FLAGS_ESN_TRIGGERED = 1ULL << 32, enumerator