Searched refs:asq_cmd_timeout (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h60 u32 asq_cmd_timeout; /* send queue cmd write back timeout*/ member in struct:iavf_adminq_info
H A Diavf_adminq.c512 hw->aq.asq_cmd_timeout = IAVF_ASQ_CMD_TIMEOUT;
750 } while (total_delay < hw->aq.asq_cmd_timeout);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h60 u32 asq_cmd_timeout; /* send queue cmd write back timeout*/ member in struct:i40e_adminq_info
H A Di40e_adminq.c591 hw->aq.asq_cmd_timeout = I40E_ASQ_CMD_TIMEOUT;
889 } while (total_delay < hw->aq.asq_cmd_timeout);
H A Di40e_nvm.c128 (total_delay < hw->aq.asq_cmd_timeout)) {

Completed in 220 milliseconds