Searched refs:ice_ctl_q_info (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
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() 158 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 299 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs() 312 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs() 581 struct ice_ctl_q_info *cq = &hw->adminq; in ice_init_check_adminq() 617 struct ice_ctl_q_info *cq; in ice_init_ctrlq() 684 struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw) in ice_get_sbq() 700 struct ice_ctl_q_info *cq; in ice_shutdown_ctrlq() [all …]
|
A D | ice_common.h | 26 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, 44 struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw); 46 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, 69 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
|
A D | ice_controlq.h | 86 struct ice_ctl_q_info { struct
|
A D | ice_type.h | 825 struct ice_ctl_q_info adminq; 826 struct ice_ctl_q_info sbq; 827 struct ice_ctl_q_info mailboxq;
|
A D | ice_sriov.c | 307 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mbx_vf_state_handler()
|
A D | ice_main.c | 1330 struct ice_ctl_q_info *cq; in __ice_clean_ctrlq() 1464 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending()
|
A D | ice_common.c | 1457 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd_retry()
|
Completed in 32 milliseconds