Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmapping.c19 bool delayed_removal; member
87 if (!ctx->delayed_removal) { in mapping_free_item()
179 if (!ctx->delayed_removal) in mapping_flush_work()
187 mapping_create(size_t data_size, u32 max_id, bool delayed_removal) in mapping_create() argument
198 if (delayed_removal) { in mapping_create()
202 ctx->delayed_removal = true; in mapping_create()
Dmapping.h24 bool delayed_removal);