Lines Matching refs:clients
99 static DEFINE_XARRAY_FLAGS(clients, XA_FLAGS_ALLOC);
442 struct ib_client *client = xa_load(&clients, index); in ib_device_rename()
799 client = xa_load(&clients, client_id); in remove_client_context()
1367 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in enable_device_and_get()
1821 ret = xa_insert(&clients, client->client_id, client, GFP_KERNEL); in assign_client_id()
1826 xa_set_mark(&clients, client->client_id, CLIENT_REGISTERED); in assign_client_id()
1833 xa_erase(&clients, client->client_id); in remove_client_id()
1835 if (xa_load(&clients, highest_client_id - 1)) in remove_client_id()
1907 xa_clear_mark(&clients, client->client_id, CLIENT_REGISTERED); in ib_unregister_client()
1941 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in __ib_get_global_client_nl_info()
1970 struct ib_client *client = xa_load(&clients, index); in __ib_get_client_nl_info()
2664 struct ib_client *client = xa_load(&clients, index); in ib_get_net_dev_by_params()
3138 WARN_ON(!xa_empty(&clients)); in ib_core_cleanup()