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()282 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
157 sd_entry = &hmc_info->sd_table.sd_entry[i]; in irdma_hmc_sd_grp()158 if (!sd_entry || (!sd_entry->valid && setsd) || in irdma_hmc_sd_grp()262 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in irdma_sc_create_hmc_obj()286 if (sd_entry->valid) in irdma_sc_create_hmc_obj()297 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in irdma_sc_create_hmc_obj()342 sd_entry = &info->hmc_info->sd_table.sd_entry[sd_idx]; in irdma_finish_del_sd_reg()481 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in irdma_add_sd_table_entry()482 if (!sd_entry->valid) { in irdma_add_sd_table_entry()629 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in irdma_remove_pd_bp()669 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in irdma_prep_remove_sd_bp()[all …]
92 struct irdma_hmc_sd_entry *sd_entry = info->sd_entry; in add_sd_direct() local95 if (!sd_entry->valid) { in add_sd_direct()143 struct irdma_hmc_sd_entry *sd_entry = info->sd_entry; in add_bp_pages() local208 struct irdma_hmc_sd_entry *sd_entry; in add_pble_prm() local236 sd_entry = &hmc_info->sd_table.sd_entry[idx->sd_idx]; in add_pble_prm()243 info.sd_entry = sd_entry; in add_pble_prm()244 if (!sd_entry->valid) in add_pble_prm()247 sd_entry_type = sd_entry->entry_type; in add_pble_prm()281 sd_entry->u.bp.addr.pa; in add_pble_prm()283 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
1539 kfree(dev->hmc_info->sd_table.sd_entry); in irdma_del_init_mem()1540 dev->hmc_info->sd_table.sd_entry = NULL; in irdma_del_init_mem()
4948 hmc_info->sd_table.sd_entry = virt_mem.va; in irdma_cfg_fpm_val()
Completed in 28 milliseconds