Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c118 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm()
127 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime; in i40e_acquire_nvm()
137 I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm()
H A Di40e_type.h78 #define I40E_MS_TO_GTIME(time) ((time) * 1000) macro