Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtipc_config.h254 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) macro
255 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
256 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
304 tlv_len = TLV_LENGTH(len); in TLV_SET()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtipc_config.h254 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) macro
255 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
256 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
304 tlv_len = TLV_LENGTH(len); in TLV_SET()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtipc_config.h256 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) macro
257 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
258 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
306 tlv_len = TLV_LENGTH(len); in TLV_SET()
/OK3568_Linux_fs/kernel/include/sound/
H A Dtlv.h14 #define TLV_LENGTH SNDRV_CTL_TLVD_LENGTH macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A 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()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dnetlink_compat.c105 tlv->tlv_len = htons(TLV_LENGTH(len)); in tipc_add_tlv()