Searched refs:drp_control (Results 1 – 1 of 1) sorted by relevance
304 __le16 drp_control; member311 return (le16_to_cpu(ie->drp_control) >> 0) & 0x7; in uwb_ie_drp_type()316 return (le16_to_cpu(ie->drp_control) >> 3) & 0x7; in uwb_ie_drp_stream_index()321 return (le16_to_cpu(ie->drp_control) >> 6) & 0x7; in uwb_ie_drp_reason_code()326 return (le16_to_cpu(ie->drp_control) >> 9) & 0x1; in uwb_ie_drp_status()331 return (le16_to_cpu(ie->drp_control) >> 10) & 0x1; in uwb_ie_drp_owner()336 return (le16_to_cpu(ie->drp_control) >> 11) & 0x1; in uwb_ie_drp_tiebreaker()341 return (le16_to_cpu(ie->drp_control) >> 12) & 0x1; in uwb_ie_drp_unsafe()346 u16 drp_control = le16_to_cpu(ie->drp_control); in uwb_ie_drp_set_type() local347 drp_control = (drp_control & ~(0x7 << 0)) | (type << 0); in uwb_ie_drp_set_type()[all …]