• Home
  • Raw
  • Download

Lines Matching defs:cq

36 	struct ice_ctl_q_info *cq = &hw->adminq;  in ice_adminq_init_regs()  local
49 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mailbox_init_regs() local
62 struct ice_ctl_q_info *cq = &hw->sbq; in ice_sb_init_regs() local
74 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive()
91 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring()
122 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring()
158 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs()
230 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs()
299 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs()
312 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs()
364 static enum ice_status ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_init_sq()
424 static enum ice_status ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_init_rq()
478 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_sq()
545 ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_rq()
581 struct ice_ctl_q_info *cq = &hw->adminq; in ice_init_check_adminq() local
617 struct ice_ctl_q_info *cq; in ice_init_ctrlq() local
700 struct ice_ctl_q_info *cq; in ice_shutdown_ctrlq() local
795 static void ice_init_ctrlq_locks(struct ice_ctl_q_info *cq) in ice_init_ctrlq_locks()
833 static void ice_destroy_ctrlq_locks(struct ice_ctl_q_info *cq) in ice_destroy_ctrlq_locks()
866 static u16 ice_clean_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_clean_sq()
945 static bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_sq_done()
966 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd()
1158 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_clean_rq_elem()