Home
last modified time | relevance | path

Searched refs:sd_entry (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/dev/ixl/
H A Di40e_hmc.c74 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()
75 if (!sd_entry->valid) { in i40e_add_sd_table_entry()
96 sd_entry->u.pd_table.pd_entry = in i40e_add_sd_table_entry()
242 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in i40e_remove_pd_bp()
286 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()
288 if (sd_entry->u.bp.ref_cnt) { in i40e_prep_remove_sd_bp()
295 sd_entry->valid = FALSE; in i40e_prep_remove_sd_bp()
317 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_sd_bp_new()
334 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_pd_page()
342 sd_entry->valid = FALSE; in i40e_prep_remove_pd_page()
[all …]
H A Di40e_lan_hmc.c237 hw->hmc.sd_table.sd_entry = in i40e_init_lan_hmc()
317 struct i40e_hmc_sd_entry *sd_entry; in i40e_create_lan_hmc_object() local
388 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in i40e_create_lan_hmc_object()
417 if (!sd_entry->valid) { in i40e_create_lan_hmc_object()
418 sd_entry->valid = TRUE; in i40e_create_lan_hmc_object()
419 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
423 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
440 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in i40e_create_lan_hmc_object()
441 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
685 hw->hmc.sd_table.sd_entry = NULL; in i40e_shutdown_lan_hmc()
[all …]
H A Di40e_hmc.h99 struct i40e_hmc_sd_entry *sd_entry; /* (sd_cnt*512) entries max */ member
/freebsd-14.2/sys/dev/irdma/
H A Dirdma_hmc.c198 sd_entry = &hmc_info->sd_table.sd_entry[i]; in irdma_hmc_sd_grp()
199 if (!sd_entry || (!sd_entry->valid && setsd) || in irdma_hmc_sd_grp()
305 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in irdma_sc_create_hmc_obj()
329 if (sd_entry->valid) in irdma_sc_create_hmc_obj()
340 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in irdma_sc_create_hmc_obj()
386 sd_entry = &info->hmc_info->sd_table.sd_entry[sd_idx]; in irdma_finish_del_sd_reg()
525 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in irdma_add_sd_table_entry()
526 if (!sd_entry->valid) { in irdma_add_sd_table_entry()
672 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in irdma_remove_pd_bp()
711 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in irdma_prep_remove_sd_bp()
[all …]
H A Dirdma_pble.c130 struct irdma_hmc_sd_entry *sd_entry = info->sd_entry; in add_sd_direct() local
133 if (!sd_entry->valid) { in add_sd_direct()
181 struct irdma_hmc_sd_entry *sd_entry = info->sd_entry; in add_bp_pages() local
248 struct irdma_hmc_sd_entry *sd_entry; in add_pble_prm() local
276 sd_entry = &hmc_info->sd_table.sd_entry[idx->sd_idx]; in add_pble_prm()
283 info.sd_entry = sd_entry; in add_pble_prm()
284 if (!sd_entry->valid) in add_pble_prm()
287 sd_entry_type = sd_entry->entry_type; in add_pble_prm()
322 sd_entry->u.bp.addr.pa; in add_pble_prm()
323 if (!sd_entry->valid) { in add_pble_prm()
[all …]
H A Dirdma_pble.h95 struct irdma_hmc_sd_entry *sd_entry; member
H A Dirdma_hmc.h125 struct irdma_hmc_sd_entry *sd_entry; member
H A Dirdma_hw.c1669 kfree(dev->hmc_info->sd_table.sd_entry); in irdma_del_init_mem()
1670 dev->hmc_info->sd_table.sd_entry = NULL; in irdma_del_init_mem()
H A Dirdma_ctrl.c5091 hmc_info->sd_table.sd_entry = virt_mem.va; in irdma_cfg_fpm_val()
/freebsd-14.2/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c206 TAILQ_REMOVE(dl, sd, sd_entry); in close_dsts()
231 TAILQ_FOREACH(sdtmp, dl, sd_entry) { in open_dsts()
234 sd_entry); in open_dsts()
240 TAILQ_INSERT_TAIL(dl, sd, sd_entry); in open_dsts()
322 TAILQ_FOREACH(sd, &ss->ss_dsts, sd_entry) { in do_conv()
H A Dcitrus_iconv_std_local.h47 TAILQ_ENTRY(_citrus_iconv_std_dst) sd_entry;