Searched refs:ice_ctl_q_info (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/ice/ |
D | ice_controlq.c | 14 struct ice_ctl_q_info *cq = &hw->adminq; in ice_adminq_init_regs() 42 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive() 59 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring() 90 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring() 111 static void ice_free_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_ctrlq_sq_ring() 128 static void ice_free_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_ctrlq_rq_ring() 143 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 213 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs() 258 static void ice_free_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_rq_bufs() 280 static void ice_free_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_free_sq_bufs() [all …]
|
D | ice_common.h | 20 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, 30 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, 51 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
|
D | ice_controlq.h | 79 struct ice_ctl_q_info { struct
|
D | ice_type.h | 299 struct ice_ctl_q_info adminq;
|
D | ice_main.c | 811 struct ice_ctl_q_info *cq; in __ice_clean_ctrlq() 926 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending()
|