Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c147 static int push_mkey_locked(struct mlx5_cache_ent *ent, bool limit_pendings, in push_mkey_locked() argument
153 if (limit_pendings && in push_mkey_locked()
203 static int push_mkey(struct mlx5_cache_ent *ent, bool limit_pendings, in push_mkey() argument
209 ret = push_mkey_locked(ent, limit_pendings, to_store); in push_mkey()