Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_tlv.h42 #define FM10K_TLV_LEN_ALIGN(tlv) \ macro
45 ((u16)((FM10K_TLV_LEN_ALIGN(tlv)) >> (FM10K_TLV_LEN_SHIFT + 2)) + 1)
H A Dfm10k_tlv.c75 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_null_string()
142 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_mac_vlan()
236 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_value()
311 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_le_struct()