Home
last modified time | relevance | path

Searched refs:idpf_ctlq_info (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h97 struct idpf_ctlq_info { struct
146 struct idpf_ctlq_info **cq);
150 struct idpf_ctlq_info *cq);
154 struct idpf_ctlq_info *cq,
161 int idpf_ctlq_recv(struct idpf_ctlq_info *cq, u16 *num_q_msg,
165 int idpf_ctlq_clean_sq(struct idpf_ctlq_info *cq, u16 *clean_count,
170 struct idpf_ctlq_info *cq,
H A Didpf_controlq_setup.c12 struct idpf_ctlq_info *cq) in idpf_ctlq_alloc_desc_ring()
32 struct idpf_ctlq_info *cq) in idpf_ctlq_alloc_bufs()
91 struct idpf_ctlq_info *cq) in idpf_ctlq_free_desc_ring()
104 static void idpf_ctlq_free_bufs(struct idpf_hw *hw, struct idpf_ctlq_info *cq) in idpf_ctlq_free_bufs()
135 void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq) in idpf_ctlq_dealloc_ring_res()
150 int idpf_ctlq_alloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq) in idpf_ctlq_alloc_ring_res()
H A Didpf_controlq.c11 static void idpf_ctlq_setup_regs(struct idpf_ctlq_info *cq, in idpf_ctlq_setup_regs()
34 static void idpf_ctlq_init_regs(struct idpf_hw *hw, struct idpf_ctlq_info *cq, in idpf_ctlq_init_regs()
61 static void idpf_ctlq_init_rxq_bufs(struct idpf_ctlq_info *cq) in idpf_ctlq_init_rxq_bufs()
97 static void idpf_ctlq_shutdown(struct idpf_hw *hw, struct idpf_ctlq_info *cq) in idpf_ctlq_shutdown()
124 struct idpf_ctlq_info **cq_out) in idpf_ctlq_add()
126 struct idpf_ctlq_info *cq; in idpf_ctlq_add()
198 struct idpf_ctlq_info *cq) in idpf_ctlq_remove()
219 struct idpf_ctlq_info *cq, *tmp; in idpf_ctlq_init()
248 struct idpf_ctlq_info *cq, *tmp; in idpf_ctlq_deinit()
266 int idpf_ctlq_send(struct idpf_hw *hw, struct idpf_ctlq_info *cq, in idpf_ctlq_send()
[all …]
H A Didpf_controlq.h121 struct idpf_ctlq_info *asq;
122 struct idpf_ctlq_info *arq;
136 struct idpf_ctlq_info *cq);
138 void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq);
H A Didpf_virtchnl.c3262 static struct idpf_ctlq_info *idpf_find_ctlq(struct idpf_hw *hw, in idpf_find_ctlq()
3265 struct idpf_ctlq_info *cq, *tmp; in idpf_find_ctlq()