Searched refs:t3c_client (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch.c | 54 struct cxgb3_client t3c_client = { variable 279 cxgb3_register_client(&t3c_client); in iwch_init_module() 285 cxgb3_unregister_client(&t3c_client); in iwch_exit_module()
|
D | iwch.h | 176 extern struct cxgb3_client t3c_client;
|
D | iwch_cm.c | 645 cxgb3_insert_tid(ep->com.tdev, &t3c_client, ep, tid); in act_establish() 1412 cxgb3_insert_tid(tdev, &t3c_client, child_ep, hwtid); in pass_accept_req() 1937 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep); in iwch_connect() 2017 ep->stid = cxgb3_alloc_stid(h->rdev.t3cdev_p, &t3c_client, ep); in iwch_create_listen()
|