Searched refs:i40e_create_lan_hmc_object (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ ! |
H A D | i40e_lan_hmc.c | 269 * i40e_create_lan_hmc_object - allocate backing store for hmc objects 276 static int i40e_create_lan_hmc_object(struct i40e_hw *hw, in i40e_create_lan_hmc_object() function 290 hw_dbg(hw, "i40e_create_lan_hmc_object: bad info ptr\n"); in i40e_create_lan_hmc_object() 295 hw_dbg(hw, "i40e_create_lan_hmc_object: bad hmc_info ptr\n"); in i40e_create_lan_hmc_object() 300 hw_dbg(hw, "i40e_create_lan_hmc_object: bad signature\n"); in i40e_create_lan_hmc_object() 306 hw_dbg(hw, "i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object() 313 hw_dbg(hw, "i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object() 456 ret_code = i40e_create_lan_hmc_object(hw, &info); in i40e_configure_lan_hmc() 468 ret_code = i40e_create_lan_hmc_object(hw, &info); in i40e_configure_lan_hmc()
|