Searched defs:protsel (Results 1 – 2 of 2) sorted by relevance
1293 struct protsel { struct1294 _mutex mutex; /* protect this structure */1295 ATOMIC_T refcnt; /* reference count */1296 u32 sel; /* save the last sel port */
16725 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel()16740 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel()16753 static inline bool rtw_assert_protsel(struct protsel *protsel) in rtw_assert_protsel()