Searched refs:i40e_free_dma_mem (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_alloc.h | 58 enum i40e_status_code i40e_free_dma_mem(struct i40e_hw *hw,
|
H A D | i40e_hmc.c | 123 i40e_free_dma_mem(hw, &mem); 269 ret_code = i40e_free_dma_mem(hw, &(pd_entry->bp.addr)); 324 return i40e_free_dma_mem(hw, &(sd_entry->u.bp.addr)); 372 return i40e_free_dma_mem(hw, &(sd_entry->u.pd_table.pd_page_addr));
|
H A D | i40e_adminq.c | 105 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf); 138 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf); 150 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf); 214 i40e_free_dma_mem(hw, &hw->aq.arq.r.arq_bi[i]); 254 i40e_free_dma_mem(hw, &hw->aq.asq.r.asq_bi[i]); 270 i40e_free_dma_mem(hw, &hw->aq.arq.r.arq_bi[i]); 273 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf); 290 i40e_free_dma_mem(hw, &hw->aq.asq.r.asq_bi[i]); 296 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf);
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.c | 137 i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem) function
|
Completed in 584 milliseconds