Searched refs:_insert_handle (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 295 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle() function 319 return _insert_handle(rhp, idr, handle, id, 1); in insert_handle() 325 return _insert_handle(rhp, idr, handle, id, 0); in insert_handle_nolock()
|