Searched refs:i40e_allocate_virt_mem (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | i40e_alloc.h | 59 enum i40e_status_code i40e_allocate_virt_mem(struct i40e_hw *hw,
|
H A D | i40e_osdep.c | 51 i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, u32 size) in i40e_allocate_virt_mem() function
|
H A D | i40e_adminq.c | 90 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in i40e_alloc_adminq_asq_ring() 159 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.arq.dma_head, in i40e_alloc_arq_bufs() 221 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in i40e_alloc_asq_bufs()
|
H A D | i40e_dcb.c | 598 ret = i40e_allocate_virt_mem(hw, &mem, I40E_LLDPDU_SIZE); in i40e_aq_get_dcb_config() 990 ret = i40e_allocate_virt_mem(hw, &mem, I40E_LLDPDU_SIZE); in i40e_get_fw_lldp_status() 1287 ret = i40e_allocate_virt_mem(hw, &mem, I40E_LLDPDU_SIZE); in i40e_set_dcb_config()
|
H A D | i40e_hmc.c | 91 ret_code = i40e_allocate_virt_mem(hw, in i40e_add_sd_table_entry()
|
H A D | i40e_lan_hmc.c | 119 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem, in i40e_init_lan_hmc() 232 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.sd_table.addr, in i40e_init_lan_hmc()
|
H A D | i40e_nvm.c | 707 ret_code = i40e_allocate_virt_mem(hw, &vmem, in i40e_calc_nvm_checksum() 1560 status = i40e_allocate_virt_mem(hw, &hw->nvm_buff, in i40e_nvmupd_exec_aq()
|