Lines Matching refs:ice_hw

32 static void ice_adminq_init_regs(struct ice_hw *hw)  in ice_adminq_init_regs()
45 static void ice_mailbox_init_regs(struct ice_hw *hw) in ice_mailbox_init_regs()
59 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive()
76 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring()
107 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring()
128 static void ice_free_cq_ring(struct ice_hw *hw, struct ice_ctl_q_ring *ring) in ice_free_cq_ring()
143 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs()
213 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs()
254 ice_cfg_cq_regs(struct ice_hw *hw, struct ice_ctl_q_ring *ring, u16 num_entries) in ice_cfg_cq_regs()
280 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs()
293 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs()
321 static enum ice_status ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_init_sq()
380 static enum ice_status ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_init_rq()
454 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_sq()
491 static bool ice_aq_ver_check(struct ice_hw *hw) in ice_aq_ver_check()
521 ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_rq()
555 static enum ice_status ice_init_check_adminq(struct ice_hw *hw) in ice_init_check_adminq()
591 static enum ice_status ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq()
650 enum ice_status ice_init_all_ctrlq(struct ice_hw *hw) in ice_init_all_ctrlq()
695 enum ice_status ice_create_all_ctrlq(struct ice_hw *hw) in ice_create_all_ctrlq()
710 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_shutdown_ctrlq()
739 void ice_shutdown_all_ctrlq(struct ice_hw *hw) in ice_shutdown_all_ctrlq()
769 void ice_destroy_all_ctrlq(struct ice_hw *hw) in ice_destroy_all_ctrlq()
785 static u16 ice_clean_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_clean_sq()
820 static bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_sq_done()
841 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd()
1035 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_clean_rq_elem()