Searched refs:t3c_client (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch.c | 53 struct cxgb3_client t3c_client = { variable 269 cxgb3_register_client(&t3c_client); in iwch_init_module() 275 cxgb3_unregister_client(&t3c_client); in iwch_exit_module()
|
| D | iwch.h | 151 extern struct cxgb3_client t3c_client;
|
| D | iwch_cm.c | 641 cxgb3_insert_tid(ep->com.tdev, &t3c_client, ep, tid); in act_establish() 1401 cxgb3_insert_tid(tdev, &t3c_client, child_ep, hwtid); in pass_accept_req() 1923 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep); in iwch_connect() 2003 ep->stid = cxgb3_alloc_stid(h->rdev.t3cdev_p, &t3c_client, ep); in iwch_create_listen()
|