Symbol: ice_ctl_q_info
drivers/net/ethernet/intel/ice/ice_common.c
1839
ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq,
drivers/net/ethernet/intel/ice/ice_common.h
109
struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw);
drivers/net/ethernet/intel/ice/ice_common.h
111
ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
drivers/net/ethernet/intel/ice/ice_common.h
139
bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
drivers/net/ethernet/intel/ice/ice_common.h
92
ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
drivers/net/ethernet/intel/ice/ice_controlq.c
111
ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
1173
ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
drivers/net/ethernet/intel/ice/ice_controlq.c
147
ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
219
ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
287
static int ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
299
static int ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
348
static int ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
36
struct ice_ctl_q_info *cq = &hw->adminq;
drivers/net/ethernet/intel/ice/ice_controlq.c
408
static int ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
461
static int ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
49
struct ice_ctl_q_info *cq = &hw->mailboxq;
drivers/net/ethernet/intel/ice/ice_controlq.c
536
static int ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
572
struct ice_ctl_q_info *cq = &hw->adminq;
drivers/net/ethernet/intel/ice/ice_controlq.c
608
struct ice_ctl_q_info *cq;
drivers/net/ethernet/intel/ice/ice_controlq.c
62
struct ice_ctl_q_info *cq = &hw->sbq;
drivers/net/ethernet/intel/ice/ice_controlq.c
672
struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw)
drivers/net/ethernet/intel/ice/ice_controlq.c
690
struct ice_ctl_q_info *cq;
drivers/net/ethernet/intel/ice/ice_controlq.c
74
bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
786
static void ice_init_ctrlq_locks(struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
824
static void ice_destroy_ctrlq_locks(struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
857
static u16 ice_clean_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
91
ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
912
static void ice_debug_cq(struct ice_hw *hw, struct ice_ctl_q_info *cq,
drivers/net/ethernet/intel/ice/ice_controlq.c
967
static bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_controlq.c
995
ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
drivers/net/ethernet/intel/ice/ice_main.c
1423
struct ice_ctl_q_info *cq;
drivers/net/ethernet/intel/ice/ice_main.c
1574
static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq)
drivers/net/ethernet/intel/ice/ice_type.h
943
struct ice_ctl_q_info adminq;
drivers/net/ethernet/intel/ice/ice_type.h
944
struct ice_ctl_q_info sbq;
drivers/net/ethernet/intel/ice/ice_type.h
945
struct ice_ctl_q_info mailboxq;
drivers/net/ethernet/intel/ice/ice_vf_mbx.c
274
struct ice_ctl_q_info *cq = &hw->mailboxq;