Home
last modified time | relevance | path

Searched refs:TO_TLV (Results 1 – 1 of 1) sorted by relevance

/linux/net/bluetooth/
H A Dmgmt_config.c138 #define TO_TLV(x) ((struct mgmt_tlv *)(x)) macro
139 #define TLV_GET_LE32(tlv) le32_to_cpu(*((__le32 *)(TO_TLV(tlv)->value)))
140 #define TLV_GET_LE16(tlv) le16_to_cpu(*((__le16 *)(TO_TLV(tlv)->value)))
141 #define TLV_GET_U8(tlv) (*((__u8 *)(TO_TLV(tlv)->value)))
157 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
161 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()
234 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
237 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()