Home
last modified time | relevance | path

Searched refs:i40e_create_lan_hmc_object (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c272 * i40e_create_lan_hmc_object - allocate backing store for hmc objects
279 static i40e_status i40e_create_lan_hmc_object(struct i40e_hw *hw, in i40e_create_lan_hmc_object() function
293 hw_dbg(hw, "i40e_create_lan_hmc_object: bad info ptr\n"); in i40e_create_lan_hmc_object()
298 hw_dbg(hw, "i40e_create_lan_hmc_object: bad hmc_info ptr\n"); in i40e_create_lan_hmc_object()
303 hw_dbg(hw, "i40e_create_lan_hmc_object: bad signature\n"); in i40e_create_lan_hmc_object()
309 hw_dbg(hw, "i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object()
316 hw_dbg(hw, "i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object()
459 ret_code = i40e_create_lan_hmc_object(hw, &info); in i40e_configure_lan_hmc()
471 ret_code = i40e_create_lan_hmc_object(hw, &info); in i40e_configure_lan_hmc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c272 * i40e_create_lan_hmc_object - allocate backing store for hmc objects
279 static int i40e_create_lan_hmc_object(struct i40e_hw *hw, in i40e_create_lan_hmc_object() function
293 hw_dbg(hw, "i40e_create_lan_hmc_object: bad info ptr\n"); in i40e_create_lan_hmc_object()
298 hw_dbg(hw, "i40e_create_lan_hmc_object: bad hmc_info ptr\n"); in i40e_create_lan_hmc_object()
303 hw_dbg(hw, "i40e_create_lan_hmc_object: bad signature\n"); in i40e_create_lan_hmc_object()
309 hw_dbg(hw, "i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object()
316 hw_dbg(hw, "i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object()
459 ret_code = i40e_create_lan_hmc_object(hw, &info); in i40e_configure_lan_hmc()
471 ret_code = i40e_create_lan_hmc_object(hw, &info); in i40e_configure_lan_hmc()

Completed in 4 milliseconds