Searched refs:ice_ctl_q_info (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_controlq.c | 36 struct ice_ctl_q_info *cq = &hw->adminq; in ice_adminq_init_regs() 49 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mailbox_init_regs() 62 struct ice_ctl_q_info *cq = &hw->sbq; in ice_sb_init_regs() 74 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive() 91 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring() 111 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring() 147 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 219 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs() 287 static int ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs() 299 static int ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs() [all …]
|
H A D | ice_common.h | 51 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, 68 struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw); 70 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, 92 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
|
H A D | ice_controlq.h | 91 struct ice_ctl_q_info { struct
|
H A D | ice_type.h | 934 struct ice_ctl_q_info adminq; 935 struct ice_ctl_q_info sbq; 936 struct ice_ctl_q_info mailboxq;
|
H A D | ice_main.c | 1442 struct ice_ctl_q_info *cq; in __ice_clean_ctrlq() 1589 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending()
|
H A D | ice_common.c | 1576 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd_retry()
|