Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_tlv.h58 #define FM10K_TLV_LEN_ALIGN(tlv) \ macro
61 ((u16)((FM10K_TLV_LEN_ALIGN(tlv)) >> (FM10K_TLV_LEN_SHIFT + 2)) + 1)
Dfm10k_tlv.c87 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_null_string()
150 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_mac_vlan()
238 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_value()
309 *msg += FM10K_TLV_LEN_ALIGN(len); in fm10k_tlv_attr_put_le_struct()