Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_controlq.c37 struct ice_ctl_q_info *cq = &hw->adminq; in ice_adminq_init_regs()
52 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mailbox_init_regs()
134 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs()
259 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs()
272 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs()
436 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_sq()
501 ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_rq()
539 struct ice_ctl_q_info *cq = &hw->adminq; in ice_init_check_adminq()
577 struct ice_ctl_q_info *cq; in ice_init_ctrlq()
632 struct ice_ctl_q_info *cq; in ice_shutdown_ctrlq()
[all …]
H A Dice_common.h33 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
51 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
109 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
H A Dice_controlq.h85 struct ice_ctl_q_info { struct
H A Dice_type.h891 struct ice_ctl_q_info adminq;
892 struct ice_ctl_q_info mailboxq;
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c1290 struct ice_ctl_q_info *cq = &hw->adminq; in ice_handle_aq_msg()