Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_tlv.h41 #define FM10K_TLV_LEN_ALIGN(tlv) \ macro
44 ((u16)((FM10K_TLV_LEN_ALIGN(tlv)) >> (FM10K_TLV_LEN_SHIFT + 2)) + 1)
Dfm10k_tlv.c70 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_null_string()
134 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_mac_vlan()
222 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_value()
293 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_le_struct()