Searched refs:IAVF_VF_ATQLEN1 (Results 1 – 4 of 4) sorted by relevance
25 #define IAVF_VF_ATQLEN1 0x00006800 /* Reset: EMPR */ macro
245 wr32(hw, IAVF_VF_ATQLEN1, (hw->aq.num_asq_entries | in iavf_config_asq_regs()439 wr32(hw, IAVF_VF_ATQLEN1, 0); in iavf_shutdown_asq()789 if (rd32(hw, IAVF_VF_ATQLEN1) & IAVF_VF_ATQLEN1_ATQCRIT_MASK) { in iavf_asq_send_command()
287 return !!(rd32(hw, IAVF_VF_ATQLEN1) & IAVF_VF_ATQLEN1_ATQENABLE_MASK); in iavf_check_asq_alive()
3217 val = rd32(hw, IAVF_VF_ATQLEN1); in iavf_adminq_task()3232 wr32(hw, IAVF_VF_ATQLEN1, val); in iavf_adminq_task()