Home
last modified time | relevance | path

Searched refs:mlx4_info (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c1963 mlx4_info(dev, "Failed query available VPPs\n"); in mlx4_allocate_port_vpps()
1978 mlx4_info(dev, "Failed allocating VPPs\n"); in mlx4_allocate_port_vpps()
1985 mlx4_info(dev, "Failed query available VPPs\n"); in mlx4_allocate_port_vpps()
2887 mlx4_info(dev, "No available VPP resources for this VF\n"); in mlx4_set_vport_qos()
2894 mlx4_info(dev, "Failed to query Vport 0 QoS values\n"); in mlx4_set_vport_qos()
2913 mlx4_info(dev, "Failed to set Vport %d QoS values\n", slave); in mlx4_set_vport_qos()
2960 mlx4_info(dev, "Cannot change VF state to %s while rate is set\n", in mlx4_valid_vf_state_change()
2964 mlx4_info(dev, "VST priority %d not supported for QoS\n", qos); in mlx4_valid_vf_state_change()
2966 mlx4_info(dev, "Please set rate to 0 prior to this VF state change\n"); in mlx4_valid_vf_state_change()
2987 mlx4_info(dev, "default mac on vf %d port %d to %llX will take effect only after vf restart\n", in mlx4_set_vf_mac()
[all …]
H A Dmlx4_catas.c211 mlx4_info(persist->dev, "mlx4_restart_one was ended, ret=%d\n", in mlx4_handle_error_state()
H A Dmlx4_main.c699 mlx4_info(dev, "PCIe link speed is %s, device supports %s\n", in mlx4_check_pcie_caps()
701 mlx4_info(dev, "PCIe link width is x%d, device supports x%d\n", in mlx4_check_pcie_caps()
2192 mlx4_info(dev, "non-primary physical function, skipping\n"); in mlx4_init_fw()
2247 mlx4_info(dev, "Running from within kdump kernel. Using low memory profile\n"); in mlx4_init_hca()
3941 mlx4_info(dev, "%s: interface is down\n", __func__); in mlx4_remove_one()
4141 mlx4_info(persist->dev, "mlx4_shutdown was called\n"); in mlx4_shutdown()
H A Dmlx4.h228 #define mlx4_info(mdev, format, ...) \ macro
H A Dmlx4_resource_tracker.c5361 mlx4_info(dev, "UPDATE_QP failed for slave %d, port %d, qpn %d (%d)\n", in mlx4_vf_immed_vlan_work_handler()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c174 mlx4_info(mdev, "Activating port:%d\n", i); in mlx4_en_activate()
H A Den.h958 #define mlx4_info(mdev, format, arg...) \ macro