Home
last modified time | relevance | path

Searched refs:ice_ctl_q_info (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c36 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()
74 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive()
91 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring()
122 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring()
158 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs()
230 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs()
298 static int ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs()
310 static int ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *c
[all...]
H A Dice_common.h28 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
45 struct ice_ctl_q_info *ice_get_sbq(struct ice_hw *hw);
47 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
70 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
H A Dice_controlq.h85 struct ice_ctl_q_info { struct
H A Dice_vf_mbx.c242 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mbx_vf_state_handler()
H A Dice_type.h869 struct ice_ctl_q_info adminq;
870 struct ice_ctl_q_info sbq;
871 struct ice_ctl_q_info mailboxq;
H A Dice_common.c1615 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd_retry()
H A Dice_main.c1421 struct ice_ctl_q_info *cq; in __ice_clean_ctrlq()
1560 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c36 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()
61 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive()
78 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring()
109 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring()
145 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs()
217 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs()
286 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs()
299 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs()
351 static enum ice_status ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *c
[all...]
H A Dice_common.h23 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
41 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
66 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
H A Dice_controlq.h84 struct ice_ctl_q_info { struct
H A Dice_type.h619 struct ice_ctl_q_info adminq;
620 struct ice_ctl_q_info mailboxq;
H A Dice_main.c1199 struct ice_ctl_q_info *cq; in __ice_clean_ctrlq()
1324 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending()

Completed in 32 milliseconds