Searched refs:TO_TLV (Results 1 – 1 of 1) sorted by relevance
124 #define TO_TLV(x) ((struct mgmt_tlv *)(x)) macro125 #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()
Completed in 4 milliseconds