Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dtipc_config.h252 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) macro
253 #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()
/linux-6.1.9/include/sound/
Dtlv.h14 #define TLV_LENGTH SNDRV_CTL_TLVD_LENGTH macro
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c18 #define TLV_LENGTH(p) (p[1]) macro
1203 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()
/linux-6.1.9/net/tipc/
Dnetlink_compat.c105 tlv->tlv_len = htons(TLV_LENGTH(len)); in tipc_add_tlv()