Searched refs:i40e_dma_mem (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq.h | 18 struct i40e_dma_mem desc_buf; /* descriptor ring memory */ 22 struct i40e_dma_mem *asq_bi; 23 struct i40e_dma_mem *arq_bi;
|
H A D | i40e_alloc.h | 23 int i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, 25 int i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem);
|
H A D | i40e_hmc.h | 33 struct i40e_dma_mem addr; /* populate to be used by hw */ 46 struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */ 199 struct i40e_dma_mem *rsrc_pg);
|
H A D | i40e_hmc.c | 29 struct i40e_dma_mem mem; in i40e_add_sd_table_entry() 112 struct i40e_dma_mem *rsrc_pg) in i40e_add_pd_table_entry() 117 struct i40e_dma_mem mem; in i40e_add_pd_table_entry() 118 struct i40e_dma_mem *page = &mem; in i40e_add_pd_table_entry()
|
H A D | i40e_adminq.c | 122 struct i40e_dma_mem *bi; in i40e_alloc_arq_bufs() 131 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_arq_bufs() 134 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va; in i40e_alloc_arq_bufs() 188 struct i40e_dma_mem *bi; in i40e_alloc_asq_bufs() 193 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_asq_bufs() 196 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs() 789 struct i40e_dma_mem *dma_buff = NULL; in i40e_asq_send_command() 1003 struct i40e_dma_mem *bi; in i40e_clean_arq_element()
|
H A D | i40e_osdep.h | 33 struct i40e_dma_mem { struct
|
H A D | i40e_main.c | 132 int i40e_allocate_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem, in i40e_allocate_dma_mem_d() 151 int i40e_free_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem) in i40e_free_dma_mem_d()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq.h | 17 struct i40e_dma_mem desc_buf; /* descriptor ring memory */ 21 struct i40e_dma_mem *asq_bi; 22 struct i40e_dma_mem *arq_bi;
|
H A D | i40e_alloc.h | 24 struct i40e_dma_mem *mem, 28 struct i40e_dma_mem *mem);
|
H A D | i40e_hmc.h | 33 struct i40e_dma_mem addr; /* populate to be used by hw */ 46 struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */ 199 struct i40e_dma_mem *rsrc_pg);
|
H A D | i40e_hmc.c | 28 struct i40e_dma_mem mem; in i40e_add_sd_table_entry() 111 struct i40e_dma_mem *rsrc_pg) in i40e_add_pd_table_entry() 115 struct i40e_dma_mem mem; in i40e_add_pd_table_entry() 116 struct i40e_dma_mem *page = &mem; in i40e_add_pd_table_entry()
|
H A D | i40e_adminq.c | 120 struct i40e_dma_mem *bi; in i40e_alloc_arq_bufs() 130 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_arq_bufs() 133 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va; in i40e_alloc_arq_bufs() 186 struct i40e_dma_mem *bi; in i40e_alloc_asq_bufs() 192 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_asq_bufs() 195 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs() 790 struct i40e_dma_mem *dma_buff = NULL; in i40e_asq_send_command_atomic_exec() 1092 struct i40e_dma_mem *bi; in i40e_clean_arq_element()
|
H A D | i40e_osdep.h | 33 struct i40e_dma_mem { struct
|
H A D | i40e_main.c | 135 int i40e_allocate_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem, in i40e_allocate_dma_mem_d() 154 int i40e_free_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem) in i40e_free_dma_mem_d()
|
Completed in 38 milliseconds