Searched refs:ice_ctl_q_info (Results 1 – 6 of 6) sorted by relevance
| /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() 65 struct ice_ctl_q_info *cq = &hw->sbq; in ice_sb_init_regs() 149 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 274 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs() 287 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs() 451 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_sq() 554 struct ice_ctl_q_info *cq = &hw->adminq; in ice_init_check_adminq() 592 struct ice_ctl_q_info *cq; in ice_init_ctrlq() 663 struct ice_ctl_q_info *cq; in ice_shutdown_ctrlq() [all …]
|
| H A D | ice_common.h | 38 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, 56 ice_sq_send_cmd_nolock(struct ice_hw *hw, struct ice_ctl_q_info *cq, 60 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, 124 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
|
| H A D | ice_controlq.h | 87 struct ice_ctl_q_info { struct
|
| H A D | ice_type.h | 1161 struct ice_ctl_q_info adminq; 1162 struct ice_ctl_q_info sbq; 1163 struct ice_ctl_q_info mailboxq;
|
| H A D | ice_common.c | 1558 static struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw) in ice_get_sbq() 1708 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd_retry()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 1246 struct ice_ctl_q_info *cq = &hw->adminq; in ice_handle_aq_msg()
|