Searched refs:srpt_client (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c95 static struct ib_client srpt_client; variable in typeref:struct:ib_client
2555 sdev = ib_get_client_data(cm_id->device, &srpt_client);
3239 ib_set_client_data(device, &srpt_client, sdev);
3278 ib_set_client_data(device, &srpt_client, NULL);
3299 static struct ib_client srpt_client = { variable in typeref:struct:ib_client
3909 ret = ib_register_client(&srpt_client);
3927 ib_unregister_client(&srpt_client);

Completed in 104 milliseconds