Lines Matching refs:clients
100 static DEFINE_XARRAY_FLAGS(clients, XA_FLAGS_ALLOC);
415 struct ib_client *client = xa_load(&clients, index); in ib_device_rename()
773 client = xa_load(&clients, client_id); in remove_client_context()
1340 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in enable_device_and_get()
1794 ret = xa_insert(&clients, client->client_id, client, GFP_KERNEL); in assign_client_id()
1799 xa_set_mark(&clients, client->client_id, CLIENT_REGISTERED); in assign_client_id()
1806 xa_erase(&clients, client->client_id); in remove_client_id()
1808 if (xa_load(&clients, highest_client_id - 1)) in remove_client_id()
1880 xa_clear_mark(&clients, client->client_id, CLIENT_REGISTERED); in ib_unregister_client()
1914 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in __ib_get_global_client_nl_info()
1943 struct ib_client *client = xa_load(&clients, index); in __ib_get_client_nl_info()
2668 struct ib_client *client = xa_load(&clients, index); in ib_get_net_dev_by_params()
3145 WARN_ON(!xa_empty(&clients)); in ib_core_cleanup()