Searched refs:idpf_hw (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_controlq_api.h | 9 struct idpf_hw; 138 int idpf_ctlq_init(struct idpf_hw *hw, u8 num_q, 144 int idpf_ctlq_add(struct idpf_hw *hw, 149 void idpf_ctlq_remove(struct idpf_hw *hw, 153 int idpf_ctlq_send(struct idpf_hw *hw, 169 int idpf_ctlq_post_rx_buffs(struct idpf_hw *hw, 175 void idpf_ctlq_deinit(struct idpf_hw *hw);
|
| H A D | idpf_controlq_setup.c | 11 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() 88 static void idpf_ctlq_free_desc_ring(struct idpf_hw *hw, in idpf_ctlq_free_desc_ring() 102 static void idpf_ctlq_free_bufs(struct idpf_hw *hw, struct idpf_ctlq_info *cq) in idpf_ctlq_free_bufs() 133 void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq) in idpf_ctlq_dealloc_ring_res() 148 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.h | 111 struct idpf_hw { struct 135 int idpf_ctlq_alloc_ring_res(struct idpf_hw *hw, argument 138 void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq); 141 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem, 143 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem);
|
| H A D | idpf_controlq.c | 34 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() 122 int idpf_ctlq_add(struct idpf_hw *hw, in idpf_ctlq_add() 195 void idpf_ctlq_remove(struct idpf_hw *hw, in idpf_ctlq_remove() 214 int idpf_ctlq_init(struct idpf_hw *hw, u8 num_q, in idpf_ctlq_init() 244 void idpf_ctlq_deinit(struct idpf_hw *hw) in idpf_ctlq_deinit() 264 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 D | idpf.h | 685 struct idpf_hw hw; 913 struct idpf_hw *hw = &adapter->hw; in idpf_get_reg_addr()
|
| H A D | idpf_main.c | 193 struct idpf_hw *hw = &adapter->hw; in idpf_cfg_hw()
|
| H A D | idpf_virtchnl.c | 1040 struct idpf_hw *hw; in idpf_send_get_lan_memory_regions() 1093 struct idpf_hw *hw = &adapter->hw; in idpf_calc_remaining_mmio_regs() 1124 struct idpf_hw *hw = &adapter->hw; in idpf_map_lan_mmio_regs() 3338 static struct idpf_ctlq_info *idpf_find_ctlq(struct idpf_hw *hw, in idpf_find_ctlq() 3372 struct idpf_hw *hw = &adapter->hw; in idpf_init_dflt_mbx() 3660 struct idpf_hw *hw = &adapter->hw; in idpf_vc_core_deinit()
|
| H A D | idpf_lib.c | 1857 static int idpf_check_reset_complete(struct idpf_hw *hw, in idpf_check_reset_complete() 2579 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem, u64 size) in idpf_alloc_dma_mem() 2600 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem) in idpf_free_dma_mem()
|