Searched refs:_insert_handle (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 365 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle() function 388 return _insert_handle(rhp, idr, handle, id, 1); in insert_handle() 394 return _insert_handle(rhp, idr, handle, id, 0); in insert_handle_nolock()
|
D | cm.c | 346 _insert_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep, ep->hwtid, 0); in insert_ep_tid()
|