Searched refs:pd_table (Results 1 – 12 of 12) sorted by relevance
92 &sd_entry->u.pd_table.pd_entry_virt_mem, in i40e_add_sd_table_entry()96 sd_entry->u.pd_table.pd_entry = in i40e_add_sd_table_entry()148 struct i40e_hmc_pd_table *pd_table; in i40e_add_pd_table_entry() local169 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40e_add_pd_table_entry()170 pd_entry = &pd_table->pd_entry[rel_pd_idx]; in i40e_add_pd_table_entry()201 I40E_INC_PD_REFCNT(pd_table); in i40e_add_pd_table_entry()229 struct i40e_hmc_pd_table *pd_table; in i40e_remove_pd_bp() local249 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40e_remove_pd_bp()257 I40E_DEC_PD_REFCNT(pd_table); in i40e_remove_pd_bp()268 if (!pd_table->ref_cnt) in i40e_remove_pd_bp()[all …]
90 struct i40e_hmc_pd_table pd_table; member115 #define I40E_INC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt++) argument119 #define I40E_DEC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt--) argument
422 sd_entry->u.pd_table.pd_page_addr.pa, in i40e_create_lan_hmc_object()561 struct i40e_hmc_pd_table *pd_table; in i40e_delete_lan_hmc_object() local621 pd_table = in i40e_delete_lan_hmc_object()622 &info->hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40e_delete_lan_hmc_object()623 if (pd_table->pd_entry[rel_pd_idx].valid) { in i40e_delete_lan_hmc_object()1280 pd_entry = &sd_entry->u.pd_table.pd_entry[rel_pd_idx]; in i40e_hmc_get_object_va()
454 pd_table = &info->hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in irdma_sc_del_hmc_obj()455 if (pd_table->pd_entry && in irdma_sc_del_hmc_obj()476 pd_table = &info->hmc_info->sd_table.sd_entry[i].u.pd_table; in irdma_sc_del_hmc_obj()494 pd_table->pd_entry) { in irdma_sc_del_hmc_obj()496 pd_table->pd_entry = NULL; in irdma_sc_del_hmc_obj()607 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in irdma_add_pd_table_entry()633 pd_table->use_cnt++; in irdma_add_pd_table_entry()676 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in irdma_remove_pd_bp()682 pd_table->use_cnt--; in irdma_remove_pd_bp()695 if (!pd_table->use_cnt) in irdma_remove_pd_bp()[all …]
116 struct irdma_hmc_pd_table pd_table; member
203 pd_entry = &sd_entry->u.pd_table.pd_entry[rel_pd_idx++]; in add_bp_pages()321 sd_entry->u.pd_table.pd_page_addr.pa : in add_pble_prm()
46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc); in mthca_pd_alloc()56 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_alloc()66 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_free()71 return mthca_alloc_init(&dev->pd_table.alloc, in mthca_init_pd_table()80 mthca_alloc_cleanup(&dev->pd_table.alloc); in mthca_cleanup_pd_table()
342 struct mthca_pd_table pd_table; member
127 pd->pd_table = idx_tbl; in zprop_register_impl()321 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) in zprop_string_to_index()347 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) in zprop_index_to_string()371 idx_tbl = prop_tbl[prop].pd_table; in zprop_random_value()477 idx = prop_tbl[prop].pd_table; in zprop_width()
84 const zprop_index_t *pd_table; /* for index properties, a table */ member
484 const zprop_index_t *it = p->pd_table; in py_get_proptable()
7610 <var-decl name='pd_table' type-id='c8bc397b' visibility='default'/>