Lines Matching defs:hw

17 static void i40e_adminq_init_regs(struct i40e_hw *hw)  in i40e_adminq_init_regs()
49 static int i40e_alloc_adminq_asq_ring(struct i40e_hw *hw) in i40e_alloc_adminq_asq_ring()
76 static int i40e_alloc_adminq_arq_ring(struct i40e_hw *hw) in i40e_alloc_adminq_arq_ring()
96 static void i40e_free_adminq_asq(struct i40e_hw *hw) in i40e_free_adminq_asq()
108 static void i40e_free_adminq_arq(struct i40e_hw *hw) in i40e_free_adminq_arq()
117 static int i40e_alloc_arq_bufs(struct i40e_hw *hw) in i40e_alloc_arq_bufs()
184 static int i40e_alloc_asq_bufs(struct i40e_hw *hw) in i40e_alloc_asq_bufs()
224 static void i40e_free_arq_bufs(struct i40e_hw *hw) in i40e_free_arq_bufs()
243 static void i40e_free_asq_bufs(struct i40e_hw *hw) in i40e_free_asq_bufs()
268 static int i40e_config_asq_regs(struct i40e_hw *hw) in i40e_config_asq_regs()
297 static int i40e_config_arq_regs(struct i40e_hw *hw) in i40e_config_arq_regs()
336 static int i40e_init_asq(struct i40e_hw *hw) in i40e_init_asq()
395 static int i40e_init_arq(struct i40e_hw *hw) in i40e_init_arq()
447 static int i40e_shutdown_asq(struct i40e_hw *hw) in i40e_shutdown_asq()
481 static int i40e_shutdown_arq(struct i40e_hw *hw) in i40e_shutdown_arq()
513 static void i40e_set_hw_flags(struct i40e_hw *hw) in i40e_set_hw_flags()
584 int i40e_init_adminq(struct i40e_hw *hw) in i40e_init_adminq()
702 void i40e_shutdown_adminq(struct i40e_hw *hw) in i40e_shutdown_adminq()
720 static u16 i40e_clean_asq(struct i40e_hw *hw) in i40e_clean_asq()
761 static bool i40e_asq_done(struct i40e_hw *hw) in i40e_asq_done()
783 i40e_asq_send_command_atomic_exec(struct i40e_hw *hw, in i40e_asq_send_command_atomic_exec()
987 i40e_asq_send_command_atomic(struct i40e_hw *hw, in i40e_asq_send_command_atomic()
1006 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command()
1029 i40e_asq_send_command_atomic_v2(struct i40e_hw *hw, in i40e_asq_send_command_atomic_v2()
1051 i40e_asq_send_command_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command_v2()
1086 int i40e_clean_arq_element(struct i40e_hw *hw, in i40e_clean_arq_element()
1180 static void i40e_resume_aq(struct i40e_hw *hw) in i40e_resume_aq()