Home
last modified time | relevance | path

Searched refs:ice_ctl_q_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_controlq.c34 struct ice_ctl_q_info *cq = &hw->adminq; in ice_adminq_init_regs()
47 struct ice_ctl_q_info *cq = &hw->mailboxq; 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()
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()
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()
[all …]
Dice_common.h26 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
39 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
66 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
Dice_controlq.h80 struct ice_ctl_q_info { struct
Dice_type.h438 struct ice_ctl_q_info adminq;
439 struct ice_ctl_q_info mailboxq;
Dice_main.c965 struct ice_ctl_q_info *cq; in __ice_clean_ctrlq()
1093 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending()