Searched refs:idpf_ctlq_info (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_controlq_api.h | 97 struct idpf_ctlq_info { struct 143 struct idpf_ctlq_info **cq); argument 147 struct idpf_ctlq_info *cq); 151 struct idpf_ctlq_info *cq, 158 int idpf_ctlq_recv(struct idpf_ctlq_info *cq, u16 *num_q_msg, 162 int idpf_ctlq_clean_sq(struct idpf_ctlq_info *cq, u16 *clean_count, 167 struct idpf_ctlq_info *cq,
|
H A D | idpf_controlq_setup.c | 12 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 D | idpf_controlq.c | 11 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() 125 struct idpf_ctlq_info **cq_out) in idpf_ctlq_add() 127 struct idpf_ctlq_info *cq; in idpf_ctlq_add() 199 struct idpf_ctlq_info *cq) in idpf_ctlq_remove() 220 struct idpf_ctlq_info *cq, *tmp; in idpf_ctlq_init() 249 struct idpf_ctlq_info *cq, *tmp; in idpf_ctlq_deinit() 267 int idpf_ctlq_send(struct idpf_hw *hw, struct idpf_ctlq_info *cq, in idpf_ctlq_send() [all …]
|
H A D | idpf_controlq.h | 107 struct idpf_ctlq_info *asq; 108 struct idpf_ctlq_info *arq; 122 struct idpf_ctlq_info *cq); 124 void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq);
|
H A D | idpf_virtchnl.c | 2791 static struct idpf_ctlq_info *idpf_find_ctlq(struct idpf_hw *hw, in idpf_find_ctlq() 2794 struct idpf_ctlq_info *cq, *tmp; in idpf_find_ctlq()
|