Lines Matching refs:ice_hw

12 static void ice_adminq_init_regs(struct ice_hw *hw)  in ice_adminq_init_regs()
42 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive()
59 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring()
90 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring()
111 static void ice_free_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_ctrlq_sq_ring()
128 static void ice_free_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_ctrlq_rq_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()
258 static void ice_free_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_rq_bufs()
280 static void ice_free_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_sq_bufs()
311 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs()
340 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs()
378 static enum ice_status ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_init_sq()
437 static enum ice_status ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_init_rq()
490 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_sq()
548 ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_rq()
582 static enum ice_status ice_init_check_adminq(struct ice_hw *hw) in ice_init_check_adminq()
624 static enum ice_status ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq()
682 enum ice_status ice_init_all_ctrlq(struct ice_hw *hw) in ice_init_all_ctrlq()
699 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_shutdown_ctrlq()
727 void ice_shutdown_all_ctrlq(struct ice_hw *hw) in ice_shutdown_all_ctrlq()
740 static u16 ice_clean_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_clean_sq()
775 static bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_sq_done()
796 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd()
987 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_clean_rq_elem()