Searched refs:TLV_LENGTH (Results 1 – 4 of 4) sorted by relevance
252 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) macro253 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))254 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))302 tlv_len = TLV_LENGTH(len); in TLV_SET()
14 #define TLV_LENGTH SNDRV_CTL_TLVD_LENGTH macro
18 #define TLV_LENGTH(p) (p[1]) macro1203 tlv.tlv_length = TLV_LENGTH(p_tlv); in qed_mfw_update_tlvs()1288 tlv.tlv_length = TLV_LENGTH(p_temp); in qed_mfw_process_tlv_req()
105 tlv->tlv_len = htons(TLV_LENGTH(len)); in tipc_add_tlv()