Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Ddevx.c1337 struct devx_event_subscription *sub_entry, *tmp; in devx_obj_cleanup() local
1366 list_for_each_entry_safe(sub_entry, tmp, &obj->event_sub, obj_list) in devx_obj_cleanup()
1367 devx_cleanup_subscription(dev, sub_entry); in devx_obj_cleanup()