Searched refs:I40E_MS_TO_GTIME (Results 1 – 3 of 3) sorted by relevance
94 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm()103 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime; in i40e_acquire_nvm()113 I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm()
67 #define I40E_MS_TO_GTIME(time) ((time) * 1000) macro