Searched refs:ice_ctl_q_info (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_controlq.c | 37 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 D | ice_common.h | 33 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 D | ice_controlq.h | 85 struct ice_ctl_q_info { struct
|
| H A D | ice_type.h | 891 struct ice_ctl_q_info adminq; 892 struct ice_ctl_q_info mailboxq;
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 1290 struct ice_ctl_q_info *cq = &hw->adminq; in ice_handle_aq_msg()
|