Searched refs:ice_ctl_q_info (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/sys/dev/ice/ |
| HD | ice_controlq.c | 64 struct ice_ctl_q_info *cq = &hw->adminq; in ice_adminq_init_regs() 79 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mailbox_init_regs() 92 struct ice_ctl_q_info *cq = &hw->sbq; in ice_sb_init_regs() 106 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive() 123 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring() 140 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring() 169 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 233 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs() 294 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs() 307 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs() [all …]
|
| HD | ice_common.h | 54 void ice_idle_aq(struct ice_hw *hw, struct ice_ctl_q_info *cq); 55 bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq); 69 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, 87 ice_sq_send_cmd_nolock(struct ice_hw *hw, struct ice_ctl_q_info *cq, 91 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, 167 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
|
| HD | ice_controlq.h | 126 struct ice_ctl_q_info { struct
|
| HD | ice_type.h | 1119 struct ice_ctl_q_info adminq; 1120 struct ice_ctl_q_info sbq; 1121 struct ice_ctl_q_info mailboxq;
|
| HD | ice_common.c | 1745 static struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw) in ice_get_sbq() 1905 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd_retry()
|
| HD | ice_lib.c | 77 struct ice_ctl_q_info *cq); 2128 struct ice_ctl_q_info *cq) in ice_check_ctrlq_errors() 2294 struct ice_ctl_q_info *cq; in ice_process_ctrlq()
|