Searched refs:rsrc_pg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_hmc.c | 97 * @rsrc_pg: if not NULL, use preallocated page instead of allocating new one. 112 struct i40e_dma_mem *rsrc_pg) in i40e_add_pd_table_entry() 139 if (rsrc_pg) { in i40e_add_pd_table_entry() 140 pd_entry->rsrc_pg = true; in i40e_add_pd_table_entry() 141 page = rsrc_pg; in i40e_add_pd_table_entry() 149 pd_entry->rsrc_pg = false; in i40e_add_pd_table_entry() 229 if (!pd_entry->rsrc_pg) in i40e_remove_pd_bp() 109 i40e_add_pd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 pd_index, struct i40e_dma_mem *rsrc_pg) i40e_add_pd_table_entry() argument
|
H A D | i40e_hmc.h | 41 bool rsrc_pg; member 199 struct i40e_dma_mem *rsrc_pg);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_hmc.c | 96 * @rsrc_pg: if not NULL, use preallocated page instead of allocating new one. 111 struct i40e_dma_mem *rsrc_pg) in i40e_add_pd_table_entry() 138 if (rsrc_pg) { in i40e_add_pd_table_entry() 139 pd_entry->rsrc_pg = true; in i40e_add_pd_table_entry() 140 page = rsrc_pg; in i40e_add_pd_table_entry() 148 pd_entry->rsrc_pg = false; in i40e_add_pd_table_entry() 228 if (!pd_entry->rsrc_pg) in i40e_remove_pd_bp() 108 i40e_add_pd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 pd_index, struct i40e_dma_mem *rsrc_pg) i40e_add_pd_table_entry() argument
|
H A D | i40e_hmc.h | 41 bool rsrc_pg; member 199 struct i40e_dma_mem *rsrc_pg);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | hmc.h | 68 bool rsrc_pg:1; member 164 struct irdma_dma_mem *rsrc_pg);
|
H A D | hmc.c | 531 * @rsrc_pg: if not NULL, use preallocated page instead of allocating new one. 545 struct irdma_dma_mem *rsrc_pg) in irdma_add_pd_table_entry() 567 if (rsrc_pg) { in irdma_add_pd_table_entry() 568 pd_entry->rsrc_pg = true; in irdma_add_pd_table_entry() 569 page = rsrc_pg; in irdma_add_pd_table_entry() 579 pd_entry->rsrc_pg = false; in irdma_add_pd_table_entry() 645 if (!pd_entry->rsrc_pg) { in irdma_remove_pd_bp() 543 irdma_add_pd_table_entry(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, u32 pd_index, struct irdma_dma_mem *rsrc_pg) irdma_add_pd_table_entry() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_hmc.c | 603 * @rsrc_pg: if not NULL, use preallocated page instead of allocating new one. 618 struct i40iw_dma_mem *rsrc_pg) in i40iw_add_pd_table_entry() 640 if (rsrc_pg) { in i40iw_add_pd_table_entry() 641 pd_entry->rsrc_pg = true; in i40iw_add_pd_table_entry() 642 page = rsrc_pg; in i40iw_add_pd_table_entry() 649 pd_entry->rsrc_pg = false; in i40iw_add_pd_table_entry() 730 if (!pd_entry->rsrc_pg) { in i40iw_remove_pd_bp() 615 i40iw_add_pd_table_entry(struct i40iw_hw *hw, struct i40iw_hmc_info *hmc_info, u32 pd_index, struct i40iw_dma_mem *rsrc_pg) i40iw_add_pd_table_entry() argument
|
H A D | i40iw_hmc.h | 111 bool rsrc_pg; member 232 struct i40iw_dma_mem *rsrc_pg);
|
Completed in 6 milliseconds