Searched refs:_insert_handle (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | iw_cxgbe.h | 304 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle() function 327 return _insert_handle(rhp, idr, handle, id, 1); in insert_handle() 333 return _insert_handle(rhp, idr, handle, id, 0); in insert_handle_nolock()
|