Searched refs:sd_entry (Results 1 – 9 of 9) sorted by relevance
45 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()46 if (!sd_entry->valid) { in i40e_add_sd_table_entry()72 sd_entry->u.bp.addr = mem; in i40e_add_sd_table_entry()207 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in i40e_remove_pd_bp()251 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()253 if (sd_entry->u.bp.ref_cnt) { in i40e_prep_remove_sd_bp()260 sd_entry->valid = false; in i40e_prep_remove_sd_bp()282 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_sd_bp_new()299 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_pd_page()307 sd_entry->valid = false; in i40e_prep_remove_pd_page()[all …]
208 hw->hmc.sd_table.sd_entry = in i40e_init_lan_hmc()283 struct i40e_hmc_sd_entry *sd_entry; in i40e_create_lan_hmc_object() local354 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in i40e_create_lan_hmc_object()383 if (!sd_entry->valid) { in i40e_create_lan_hmc_object()384 sd_entry->valid = true; in i40e_create_lan_hmc_object()385 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()389 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()406 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in i40e_create_lan_hmc_object()407 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()651 hw->hmc.sd_table.sd_entry = NULL; in i40e_shutdown_lan_hmc()[all …]
68 struct i40e_hmc_sd_entry *sd_entry; /* (sd_cnt*512) entries max */ member
161 sd_entry = &hmc_info->sd_table.sd_entry[i]; in irdma_hmc_sd_grp()162 if (!sd_entry || (!sd_entry->valid && setsd) || in irdma_hmc_sd_grp()268 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in irdma_sc_create_hmc_obj()292 if (sd_entry->valid) in irdma_sc_create_hmc_obj()303 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in irdma_sc_create_hmc_obj()348 sd_entry = &info->hmc_info->sd_table.sd_entry[sd_idx]; in irdma_finish_del_sd_reg()490 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in irdma_add_sd_table_entry()491 if (!sd_entry->valid) { in irdma_add_sd_table_entry()640 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in irdma_remove_pd_bp()681 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in irdma_prep_remove_sd_bp()[all …]
96 struct irdma_hmc_sd_entry *sd_entry = info->sd_entry; in add_sd_direct() local99 if (!sd_entry->valid) { in add_sd_direct()148 struct irdma_hmc_sd_entry *sd_entry = info->sd_entry; in add_bp_pages() local214 struct irdma_hmc_sd_entry *sd_entry; in add_pble_prm() local242 sd_entry = &hmc_info->sd_table.sd_entry[idx->sd_idx]; in add_pble_prm()249 info.sd_entry = sd_entry; in add_pble_prm()250 if (!sd_entry->valid) in add_pble_prm()253 sd_entry_type = sd_entry->entry_type; in add_pble_prm()287 sd_entry->u.bp.addr.pa; in add_pble_prm()289 if (!sd_entry->valid) { in add_pble_prm()[all …]
63 struct irdma_hmc_sd_entry *sd_entry; member
93 struct irdma_hmc_sd_entry *sd_entry; member
1546 kfree(dev->hmc_info->sd_table.sd_entry); in irdma_del_init_mem()1547 dev->hmc_info->sd_table.sd_entry = NULL; in irdma_del_init_mem()
4971 hmc_info->sd_table.sd_entry = virt_mem.va; in irdma_cfg_fpm_val()
Completed in 24 milliseconds