Symbol: ice_ctl_q_info
sys/dev/ice/ice_common.c
1754
static struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw)
sys/dev/ice/ice_common.c
1914
ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_common.h
167
bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
sys/dev/ice/ice_common.h
54
void ice_idle_aq(struct ice_hw *hw, struct ice_ctl_q_info *cq);
sys/dev/ice/ice_common.h
55
bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq);
sys/dev/ice/ice_common.h
69
ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_common.h
87
ice_sq_send_cmd_nolock(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_common.h
91
ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_controlq.c
1000
bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
1022
ice_sq_send_cmd_nolock(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_controlq.c
106
bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
1199
ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_controlq.c
123
ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
1243
ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_controlq.c
140
ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
169
ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
233
ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
294
ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
307
ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
350
static int ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
412
static int ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
468
ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
542
ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
579
void ice_idle_aq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
593
struct ice_ctl_q_info *cq = &hw->adminq;
sys/dev/ice/ice_controlq.c
631
struct ice_ctl_q_info *cq;
sys/dev/ice/ice_controlq.c
64
struct ice_ctl_q_info *cq = &hw->adminq;
sys/dev/ice/ice_controlq.c
705
struct ice_ctl_q_info *cq;
sys/dev/ice/ice_controlq.c
79
struct ice_ctl_q_info *cq = &hw->mailboxq;
sys/dev/ice/ice_controlq.c
806
static void ice_init_ctrlq_locks(struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
844
static void ice_destroy_ctrlq_locks(struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
877
static u16 ice_clean_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/ice/ice_controlq.c
92
struct ice_ctl_q_info *cq = &hw->sbq;
sys/dev/ice/ice_controlq.c
952
ice_debug_cq(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/ice/ice_lib.c
2150
struct ice_ctl_q_info *cq)
sys/dev/ice/ice_lib.c
2321
struct ice_ctl_q_info *cq;
sys/dev/ice/ice_lib.c
80
struct ice_ctl_q_info *cq);
sys/dev/ice/ice_type.h
1119
struct ice_ctl_q_info adminq;
sys/dev/ice/ice_type.h
1120
struct ice_ctl_q_info sbq;
sys/dev/ice/ice_type.h
1121
struct ice_ctl_q_info mailboxq;
sys/dev/ice/ice_vf_mbx.c
333
struct ice_ctl_q_info *cq = &hw->mailboxq;