Home
last modified time | relevance | path

Searched refs:I40E_PF_ATQLEN (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c240 wr32(hw, I40E_PF_ATQLEN, (hw->aq.num_asq_entries | in i40e_config_asq_regs()
423 wr32(hw, I40E_PF_ATQLEN, 0); in i40e_shutdown_asq()
928 if (rd32(hw, I40E_PF_ATQLEN) & I40E_GL_ATQLEN_ATQCRIT_MASK) { in i40e_asq_send_command_atomic_exec()
Di40e_register.h30 #define I40E_PF_ATQLEN 0x00080200 /* Reset: EMPR */ macro
Di40e_common.c203 return !!(rd32(hw, I40E_PF_ATQLEN) & I40E_PF_ATQLEN_ATQENABLE_MASK); in i40e_check_asq_alive()
Di40e_main.c10210 val = rd32(&pf->hw, I40E_PF_ATQLEN); in i40e_clean_adminq_subtask()
10228 wr32(&pf->hw, I40E_PF_ATQLEN, val); in i40e_clean_adminq_subtask()