Searched refs:drp_control (Results 1 – 1 of 1) sorted by relevance
291 __le16 drp_control; member298 return (le16_to_cpu(ie->drp_control) >> 0) & 0x7; in uwb_ie_drp_type()303 return (le16_to_cpu(ie->drp_control) >> 3) & 0x7; in uwb_ie_drp_stream_index()308 return (le16_to_cpu(ie->drp_control) >> 6) & 0x7; in uwb_ie_drp_reason_code()313 return (le16_to_cpu(ie->drp_control) >> 9) & 0x1; in uwb_ie_drp_status()318 return (le16_to_cpu(ie->drp_control) >> 10) & 0x1; in uwb_ie_drp_owner()323 return (le16_to_cpu(ie->drp_control) >> 11) & 0x1; in uwb_ie_drp_tiebreaker()328 return (le16_to_cpu(ie->drp_control) >> 12) & 0x1; in uwb_ie_drp_unsafe()333 u16 drp_control = le16_to_cpu(ie->drp_control); in uwb_ie_drp_set_type() local334 drp_control = (drp_control & ~(0x7 << 0)) | (type << 0); in uwb_ie_drp_set_type()[all …]