Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c147 void *to_store) in push_mkey_locked() argument
165 if (to_store && ent->stored == ent->reserved) in push_mkey_locked()
166 xas_store(&xas, to_store); in push_mkey_locked()
171 if (to_store) { in push_mkey_locked()
175 to_store, in push_mkey_locked()
203 void *to_store) in push_mkey() argument
208 ret = push_mkey_locked(ent, limit_pendings, to_store); in push_mkey()