Searched refs:sd_entry (Results 1 – 9 of 9) sorted by relevance
41 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()42 if (!sd_entry->valid) { in i40e_add_sd_table_entry()65 sd_entry->u.bp.addr = mem; in i40e_add_sd_table_entry()200 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in i40e_remove_pd_bp()244 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()246 if (sd_entry->u.bp.ref_cnt) { in i40e_prep_remove_sd_bp()253 sd_entry->valid = false; in i40e_prep_remove_sd_bp()275 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_sd_bp_new()292 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_pd_page()300 sd_entry->valid = false; in i40e_prep_remove_pd_page()[all …]
205 hw->hmc.sd_table.sd_entry = in i40e_init_lan_hmc()279 struct i40e_hmc_sd_entry *sd_entry; in i40e_create_lan_hmc_object() local351 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in i40e_create_lan_hmc_object()380 if (!sd_entry->valid) { in i40e_create_lan_hmc_object()381 sd_entry->valid = true; in i40e_create_lan_hmc_object()382 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()386 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()403 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in i40e_create_lan_hmc_object()404 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()648 hw->hmc.sd_table.sd_entry = NULL; in i40e_shutdown_lan_hmc()[all …]
72 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
1572 kfree(dev->hmc_info->sd_table.sd_entry); in irdma_del_init_mem()1573 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()