Home
last modified time | relevance | path

Searched refs:idpf_hw (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h9 struct idpf_hw;
135 int idpf_ctlq_init(struct idpf_hw *hw, u8 num_q,
141 int idpf_ctlq_add(struct idpf_hw *hw,
146 void idpf_ctlq_remove(struct idpf_hw *hw,
150 int idpf_ctlq_send(struct idpf_hw *hw,
166 int idpf_ctlq_post_rx_buffs(struct idpf_hw *hw,
172 void idpf_ctlq_deinit(struct idpf_hw *hw);
H A Didpf_controlq_setup.c11 static int idpf_ctlq_alloc_desc_ring(struct idpf_hw *hw, in idpf_ctlq_alloc_desc_ring()
31 static int idpf_ctlq_alloc_bufs(struct idpf_hw *hw, in idpf_ctlq_alloc_bufs()
90 static void idpf_ctlq_free_desc_ring(struct idpf_hw *hw, 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.h100 struct idpf_hw { struct
121 int idpf_ctlq_alloc_ring_res(struct idpf_hw *hw, argument
124 void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq);
127 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem,
129 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem);
H A Didpf_controlq.c34 static void idpf_ctlq_init_regs(struct idpf_hw *hw, struct idpf_ctlq_info *cq, in idpf_ctlq_init_regs()
97 static void idpf_ctlq_shutdown(struct idpf_hw *hw, struct idpf_ctlq_info *cq) in idpf_ctlq_shutdown()
123 int idpf_ctlq_add(struct idpf_hw *hw, in idpf_ctlq_add()
198 void idpf_ctlq_remove(struct idpf_hw *hw, in idpf_ctlq_remove()
217 int idpf_ctlq_init(struct idpf_hw *hw, u8 num_q, in idpf_ctlq_init()
247 void idpf_ctlq_deinit(struct idpf_hw *hw) in idpf_ctlq_deinit()
267 int idpf_ctlq_send(struct idpf_hw *hw, struct idpf_ctlq_info *cq, in idpf_ctlq_send()
420 int idpf_ctlq_post_rx_buffs(struct idpf_hw *hw, struct idpf_ctlq_info *cq, in idpf_ctlq_post_rx_buffs()
H A Didpf_main.c105 struct idpf_hw *hw = &adapter->hw; in idpf_cfg_hw()
H A Didpf.h544 struct idpf_hw hw;
H A Didpf_lib.c1671 static int idpf_check_reset_complete(struct idpf_hw *hw, in idpf_check_reset_complete()
2314 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem, u64 size) in idpf_alloc_dma_mem()
2331 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem) in idpf_free_dma_mem()
H A Didpf_virtchnl.c2791 static struct idpf_ctlq_info *idpf_find_ctlq(struct idpf_hw *hw, in idpf_find_ctlq()
2825 struct idpf_hw *hw = &adapter->hw; in idpf_init_dflt_mbx()