Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.h133 #define I40E_HMC_L2OBJ_BASE_ALIGNMENT 512 macro
H A Di40e_lan_hmc.c54 if ((offset % I40E_HMC_L2OBJ_BASE_ALIGNMENT) > 0) in i40e_align_l2obj_base()
55 aligned_offset += (I40E_HMC_L2OBJ_BASE_ALIGNMENT - in i40e_align_l2obj_base()
56 (offset % I40E_HMC_L2OBJ_BASE_ALIGNMENT)); in i40e_align_l2obj_base()