Searched refs:i40e_init_lan_hmc (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_lan_hmc.c | 84 * i40e_init_lan_hmc - initialize i40e_hmc_info struct 99 i40e_status i40e_init_lan_hmc(struct i40e_hw *hw, u32 txq_num, i40e_init_lan_hmc() function 137 hw_dbg(hw, "i40e_init_lan_hmc: Tx context: asks for 0x%x but max allowed is 0x%x, returns error %d\n", i40e_init_lan_hmc() 160 hw_dbg(hw, "i40e_init_lan_hmc: Rx context: asks for 0x%x but max allowed is 0x%x, returns error %d\n", i40e_init_lan_hmc() 183 hw_dbg(hw, "i40e_init_lan_hmc: FCoE context: asks for 0x%x but max allowed is 0x%x, returns error %d\n", i40e_init_lan_hmc() 206 hw_dbg(hw, "i40e_init_lan_hmc: FCoE filter: asks for 0x%x but max allowed is 0x%x, returns error %d\n", i40e_init_lan_hmc() 458 * - This function will be called after i40e_init_lan_hmc() and before
|
H A D | i40e_lan_hmc.h | 163 i40e_status i40e_init_lan_hmc(struct i40e_hw *hw, u32 txq_num,
|
H A D | i40e_main.c | 6372 ret = i40e_init_lan_hmc(hw, hw->func_caps.num_tx_qp, i40e_reset_and_rebuild() 9780 err = i40e_init_lan_hmc(hw, hw->func_caps.num_tx_qp, i40e_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_lan_hmc.h | 163 i40e_status i40e_init_lan_hmc(struct i40e_hw *hw, u32 txq_num,
|
Completed in 240 milliseconds