Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_lan_hmc.h125 #define I40E_HMC_L2OBJ_BASE_ALIGNMENT 512 macro
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.h125 #define I40E_HMC_L2OBJ_BASE_ALIGNMENT 512 macro
Di40e_lan_hmc.c46 if ((offset % I40E_HMC_L2OBJ_BASE_ALIGNMENT) > 0) in i40e_align_l2obj_base()
47 aligned_offset += (I40E_HMC_L2OBJ_BASE_ALIGNMENT - in i40e_align_l2obj_base()
48 (offset % I40E_HMC_L2OBJ_BASE_ALIGNMENT)); in i40e_align_l2obj_base()