Searched refs:ice_ctl_q_info (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c36 struct ice_ctl_q_info *cq = &hw->adminq;
49 struct ice_ctl_q_info *cq = &hw->mailboxq;
62 struct ice_ctl_q_info *cq = &hw->sbq;
74 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq)
91 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
122 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
158 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
230 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
298 static int ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
310 static int ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *c
[all...]
H A Dice_controlq.h85 struct ice_ctl_q_info { struct
H A Dice_common.h29 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
46 struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw);
48 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
70 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
H A Dice_vf_mbx.c242 struct ice_ctl_q_info *cq = &hw->mailboxq;
H A Dice_type.h872 struct ice_ctl_q_info adminq;
873 struct ice_ctl_q_info sbq;
874 struct ice_ctl_q_info mailboxq;
H A Dice_main.c1448 struct ice_ctl_q_info *cq;
1587 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq)
H A Dice_common.c1544 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq,

Completed in 300 milliseconds