Searched refs:direct_mode_sz (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_hmc.c | 18 * @direct_mode_sz: size to alloc in direct mode 24 u64 direct_mode_sz) in i40e_add_sd_table_entry() 52 alloc_len = direct_mode_sz; in i40e_add_sd_table_entry() 20 i40e_add_sd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 sd_index, enum i40e_sd_entry_type type, u64 direct_mode_sz) i40e_add_sd_table_entry() argument
|
H A D | i40e_lan_hmc.h | 130 u64 direct_mode_sz; member
|
H A D | i40e_hmc.h | 194 u64 direct_mode_sz);
|
H A D | i40e_lan_hmc.c | 339 if (info->direct_mode_sz == 0) in i40e_create_lan_hmc_object() 342 sd_size = info->direct_mode_sz; in i40e_create_lan_hmc_object() 450 info.direct_mode_sz = hw->hmc.hmc_obj[I40E_HMC_LAN_FULL].size; in i40e_configure_lan_hmc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_hmc.c | 17 * @direct_mode_sz: size to alloc in direct mode 23 u64 direct_mode_sz) in i40e_add_sd_table_entry() 51 alloc_len = direct_mode_sz; in i40e_add_sd_table_entry() 19 i40e_add_sd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 sd_index, enum i40e_sd_entry_type type, u64 direct_mode_sz) i40e_add_sd_table_entry() argument
|
H A D | i40e_lan_hmc.h | 130 u64 direct_mode_sz; member
|
H A D | i40e_hmc.h | 195 u64 direct_mode_sz);
|
H A D | i40e_lan_hmc.c | 339 if (info->direct_mode_sz == 0) in i40e_create_lan_hmc_object() 342 sd_size = info->direct_mode_sz; in i40e_create_lan_hmc_object() 450 info.direct_mode_sz = hw->hmc.hmc_obj[I40E_HMC_LAN_FULL].size; in i40e_configure_lan_hmc()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | hmc.h | 161 enum irdma_sd_entry_type type, u64 direct_mode_sz);
|
H A D | hmc.c | 471 * @direct_mode_sz: size to alloc in direct mode 475 enum irdma_sd_entry_type type, u64 direct_mode_sz) in irdma_add_sd_table_entry() 486 alloc_len = direct_mode_sz; in irdma_add_sd_table_entry() 473 irdma_add_sd_table_entry(struct irdma_hw *hw, struct irdma_hmc_info *hmc_info, u32 sd_index, enum irdma_sd_entry_type type, u64 direct_mode_sz) irdma_add_sd_table_entry() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_hmc.h | 229 enum i40iw_sd_entry_type type, u64 direct_mode_sz);
|
H A D | i40iw_hmc.c | 542 * @direct_mode_sz: size to alloc in direct mode 548 u64 direct_mode_sz) in i40iw_add_sd_table_entry() 561 alloc_len = direct_mode_sz; in i40iw_add_sd_table_entry() 544 i40iw_add_sd_table_entry(struct i40iw_hw *hw, struct i40iw_hmc_info *hmc_info, u32 sd_index, enum i40iw_sd_entry_type type, u64 direct_mode_sz) i40iw_add_sd_table_entry() argument
|
Completed in 9 milliseconds