Symbol: ice_ctl_q_info
sys/dev/pci/if_ice.c
1210
ice_destroy_ctrlq_locks(struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1220
ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1261
struct ice_ctl_q_info *cq = &hw->adminq;
sys/dev/pci/if_ice.c
1276
struct ice_ctl_q_info *cq = &hw->mailboxq;
sys/dev/pci/if_ice.c
1361
ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1374
ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1387
ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1437
ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1523
ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1533
ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1577
ice_init_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1639
ice_init_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1783
ice_clean_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1839
ice_debug_cq(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/pci/if_ice.c
1888
ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
1910
ice_sq_send_cmd_nolock(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/pci/if_ice.c
2088
ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/pci/if_ice.c
2121
ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/pci/if_ice.c
26867
struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
2729
ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
2770
ice_shutdown_rq(struct ice_hw *hw, struct ice_ctl_q_info *cq)
sys/dev/pci/if_ice.c
2810
struct ice_ctl_q_info *cq = &hw->adminq;
sys/dev/pci/if_ice.c
28387
ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
sys/dev/pci/if_ice.c
2849
struct ice_ctl_q_info *cq;
sys/dev/pci/if_ice.c
28496
struct ice_ctl_q_info *cq;
sys/dev/pci/if_ice.c
2907
struct ice_ctl_q_info *cq;
sys/dev/pci/if_ice.c
2997
ice_init_ctrlq_locks(struct ice_ctl_q_info *cq)
sys/dev/pci/if_icevar.h
3926
struct ice_ctl_q_info adminq;
sys/dev/pci/if_icevar.h
3927
struct ice_ctl_q_info mailboxq;