Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt_config.c124 #define TO_TLV(x) ((struct mgmt_tlv *)(x)) macro
125 #define TLV_GET_LE16(tlv) le16_to_cpu(*((__le16 *)(TO_TLV(tlv)->value)))
126 #define TLV_GET_U8(tlv) (*((__u8 *)(TO_TLV(tlv)->value)))
142 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
146 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()
216 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
219 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()