Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
A Di40e_lan_hmc.h102 #define I40E_HMC_L2OBJ_BASE_ALIGNMENT 512 macro
A Di40e_lan_hmc.c24 if ((offset % I40E_HMC_L2OBJ_BASE_ALIGNMENT) > 0) in i40e_align_l2obj_base()
25 aligned_offset += (I40E_HMC_L2OBJ_BASE_ALIGNMENT - in i40e_align_l2obj_base()
26 (offset % I40E_HMC_L2OBJ_BASE_ALIGNMENT)); in i40e_align_l2obj_base()

Completed in 5 milliseconds