Searched refs:ie (Results 1 – 4 of 4) sorted by relevance
309 static inline int uwb_ie_drp_type(struct uwb_ie_drp *ie) in uwb_ie_drp_type() argument311 return (le16_to_cpu(ie->drp_control) >> 0) & 0x7; in uwb_ie_drp_type()314 static inline int uwb_ie_drp_stream_index(struct uwb_ie_drp *ie) in uwb_ie_drp_stream_index() argument316 return (le16_to_cpu(ie->drp_control) >> 3) & 0x7; in uwb_ie_drp_stream_index()319 static inline int uwb_ie_drp_reason_code(struct uwb_ie_drp *ie) in uwb_ie_drp_reason_code() argument321 return (le16_to_cpu(ie->drp_control) >> 6) & 0x7; in uwb_ie_drp_reason_code()324 static inline int uwb_ie_drp_status(struct uwb_ie_drp *ie) in uwb_ie_drp_status() argument326 return (le16_to_cpu(ie->drp_control) >> 9) & 0x1; in uwb_ie_drp_status()329 static inline int uwb_ie_drp_owner(struct uwb_ie_drp *ie) in uwb_ie_drp_owner() argument331 return (le16_to_cpu(ie->drp_control) >> 10) & 0x1; in uwb_ie_drp_owner()[all …]
305 static inline int wlp_ie_hash_length(struct wlp_ie *ie) in wlp_ie_hash_length() argument307 return (le16_to_cpu(ie->capabilities) >> 12) & 0xf; in wlp_ie_hash_length()310 static inline void wlp_ie_set_hash_length(struct wlp_ie *ie, int hash_length) in wlp_ie_set_hash_length() argument312 u16 caps = le16_to_cpu(ie->capabilities); in wlp_ie_set_hash_length()314 ie->capabilities = cpu_to_le16(caps); in wlp_ie_set_hash_length()
302 struct uwb_ie_drp_avail ie; member
733 struct ieee80211_info_element ie; member741 struct ieee80211_info_element ie; member761 struct ieee80211_info_element ie; member