Lines Matching refs:i40e_hw
9 static void i40e_resume_aq(struct i40e_hw *hw);
15 static int i40e_alloc_adminq_asq_ring(struct i40e_hw *hw) in i40e_alloc_adminq_asq_ring()
41 static int i40e_alloc_adminq_arq_ring(struct i40e_hw *hw) in i40e_alloc_adminq_arq_ring()
60 static void i40e_free_adminq_asq(struct i40e_hw *hw) in i40e_free_adminq_asq()
72 static void i40e_free_adminq_arq(struct i40e_hw *hw) in i40e_free_adminq_arq()
81 static int i40e_alloc_arq_bufs(struct i40e_hw *hw) in i40e_alloc_arq_bufs()
147 static int i40e_alloc_asq_bufs(struct i40e_hw *hw) in i40e_alloc_asq_bufs()
186 static void i40e_free_arq_bufs(struct i40e_hw *hw) in i40e_free_arq_bufs()
205 static void i40e_free_asq_bufs(struct i40e_hw *hw) in i40e_free_asq_bufs()
230 static int i40e_config_asq_regs(struct i40e_hw *hw) in i40e_config_asq_regs()
259 static int i40e_config_arq_regs(struct i40e_hw *hw) in i40e_config_arq_regs()
298 static int i40e_init_asq(struct i40e_hw *hw) in i40e_init_asq()
357 static int i40e_init_arq(struct i40e_hw *hw) in i40e_init_arq()
409 static int i40e_shutdown_asq(struct i40e_hw *hw) in i40e_shutdown_asq()
443 static int i40e_shutdown_arq(struct i40e_hw *hw) in i40e_shutdown_arq()
475 static void i40e_set_hw_caps(struct i40e_hw *hw) in i40e_set_hw_caps()
574 int i40e_init_adminq(struct i40e_hw *hw) in i40e_init_adminq()
671 void i40e_shutdown_adminq(struct i40e_hw *hw) in i40e_shutdown_adminq()
689 static u16 i40e_clean_asq(struct i40e_hw *hw) in i40e_clean_asq()
730 static bool i40e_asq_done(struct i40e_hw *hw) in i40e_asq_done()
752 i40e_asq_send_command_atomic_exec(struct i40e_hw *hw, in i40e_asq_send_command_atomic_exec()
956 i40e_asq_send_command_atomic(struct i40e_hw *hw, in i40e_asq_send_command_atomic()
975 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command()
998 i40e_asq_send_command_atomic_v2(struct i40e_hw *hw, in i40e_asq_send_command_atomic_v2()
1020 i40e_asq_send_command_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command_v2()
1055 int i40e_clean_arq_element(struct i40e_hw *hw, in i40e_clean_arq_element()
1149 static void i40e_resume_aq(struct i40e_hw *hw) in i40e_resume_aq()