Searched refs:pd_table (Results 1 – 8 of 8) sorted by relevance
63 &sd_entry->u.pd_table.pd_entry_virt_mem, in i40e_add_sd_table_entry()67 sd_entry->u.pd_table.pd_entry = in i40e_add_sd_table_entry()69 sd_entry->u.pd_table.pd_entry_virt_mem.va; in i40e_add_sd_table_entry()70 sd_entry->u.pd_table.pd_page_addr = mem; in i40e_add_sd_table_entry()115 struct i40e_hmc_pd_table *pd_table; in i40e_add_pd_table_entry() local136 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40e_add_pd_table_entry()137 pd_entry = &pd_table->pd_entry[rel_pd_idx]; in i40e_add_pd_table_entry()158 pd_addr = (u64 *)pd_table->pd_page_addr.va; in i40e_add_pd_table_entry()166 I40E_INC_PD_REFCNT(pd_table); in i40e_add_pd_table_entry()194 struct i40e_hmc_pd_table *pd_table; in i40e_remove_pd_bp() local[all …]
60 struct i40e_hmc_pd_table pd_table; member85 #define I40E_INC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt++) argument89 #define I40E_DEC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt--) argument
388 sd_entry->u.pd_table.pd_page_addr.pa, in i40e_create_lan_hmc_object()527 struct i40e_hmc_pd_table *pd_table; in i40e_delete_lan_hmc_object() local587 pd_table = in i40e_delete_lan_hmc_object()588 &info->hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40e_delete_lan_hmc_object()589 if (pd_table->pd_entry[rel_pd_idx].valid) { in i40e_delete_lan_hmc_object()1027 pd_entry = &sd_entry->u.pd_table.pd_entry[rel_pd_idx]; in i40e_hmc_get_object_va()
197 sd_entry->u.pd_table.pd_page_addr.pa : in i40iw_hmc_sd_grp()425 &sd_entry->u.pd_table.pd_page_addr : in i40iw_finish_del_sd_reg()451 struct i40iw_hmc_pd_table *pd_table; in i40iw_sc_del_hmc_obj() local492 pd_table = &info->hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40iw_sc_del_hmc_obj()493 if (pd_table->pd_entry[rel_pd_idx].valid) { in i40iw_sc_del_hmc_obj()571 &sd_entry->u.pd_table.pd_entry_virt_mem, in i40iw_add_sd_table_entry()575 sd_entry->u.pd_table.pd_entry = (struct i40iw_hmc_pd_entry *) in i40iw_add_sd_table_entry()576 sd_entry->u.pd_table.pd_entry_virt_mem.va; in i40iw_add_sd_table_entry()578 memcpy(&sd_entry->u.pd_table.pd_page_addr, &mem, sizeof(struct i40iw_dma_mem)); in i40iw_add_sd_table_entry()621 struct i40iw_hmc_pd_table *pd_table; in i40iw_add_pd_table_entry() local[all …]
57 #define I40IW_INC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt++) argument61 #define I40IW_DEC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt--) argument128 struct i40iw_hmc_pd_table pd_table; member
289 pd_entry = &sd_entry->u.pd_table.pd_entry[rel_pd_idx++]; in add_bp_pages()303 vf_pble_info.pd_pl_pba = sd_entry->u.pd_table.pd_page_addr.pa; in add_bp_pages()397 sd_entry->u.pd_table.pd_page_addr.pa : sd_entry->u.bp.addr.pa; in add_pble_pool()
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()
340 struct mthca_pd_table pd_table; member