Lines Matching refs:i40e_hw

10 static void i40e_resume_aq(struct i40e_hw *hw);
18 static void i40e_adminq_init_regs(struct i40e_hw *hw) in i40e_adminq_init_regs()
50 static i40e_status i40e_alloc_adminq_asq_ring(struct i40e_hw *hw) in i40e_alloc_adminq_asq_ring()
77 static i40e_status i40e_alloc_adminq_arq_ring(struct i40e_hw *hw) in i40e_alloc_adminq_arq_ring()
97 static void i40e_free_adminq_asq(struct i40e_hw *hw) in i40e_free_adminq_asq()
109 static void i40e_free_adminq_arq(struct i40e_hw *hw) in i40e_free_adminq_arq()
118 static i40e_status i40e_alloc_arq_bufs(struct i40e_hw *hw) in i40e_alloc_arq_bufs()
185 static i40e_status i40e_alloc_asq_bufs(struct i40e_hw *hw) in i40e_alloc_asq_bufs()
225 static void i40e_free_arq_bufs(struct i40e_hw *hw) in i40e_free_arq_bufs()
244 static void i40e_free_asq_bufs(struct i40e_hw *hw) in i40e_free_asq_bufs()
269 static i40e_status i40e_config_asq_regs(struct i40e_hw *hw) in i40e_config_asq_regs()
298 static i40e_status i40e_config_arq_regs(struct i40e_hw *hw) in i40e_config_arq_regs()
337 static i40e_status i40e_init_asq(struct i40e_hw *hw) in i40e_init_asq()
396 static i40e_status i40e_init_arq(struct i40e_hw *hw) in i40e_init_arq()
448 static i40e_status i40e_shutdown_asq(struct i40e_hw *hw) in i40e_shutdown_asq()
482 static i40e_status i40e_shutdown_arq(struct i40e_hw *hw) in i40e_shutdown_arq()
514 static void i40e_set_hw_flags(struct i40e_hw *hw) in i40e_set_hw_flags()
585 i40e_status i40e_init_adminq(struct i40e_hw *hw) in i40e_init_adminq()
703 void i40e_shutdown_adminq(struct i40e_hw *hw) in i40e_shutdown_adminq()
721 static u16 i40e_clean_asq(struct i40e_hw *hw) in i40e_clean_asq()
762 static bool i40e_asq_done(struct i40e_hw *hw) in i40e_asq_done()
784 i40e_asq_send_command_atomic_exec(struct i40e_hw *hw, in i40e_asq_send_command_atomic_exec()
988 i40e_asq_send_command_atomic(struct i40e_hw *hw, in i40e_asq_send_command_atomic()
1007 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command()
1030 i40e_asq_send_command_atomic_v2(struct i40e_hw *hw, in i40e_asq_send_command_atomic_v2()
1052 i40e_asq_send_command_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command_v2()
1087 i40e_status i40e_clean_arq_element(struct i40e_hw *hw, in i40e_clean_arq_element()
1181 static void i40e_resume_aq(struct i40e_hw *hw) in i40e_resume_aq()