Home
last modified time | relevance | path

Searched refs:mlx4_err (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c75 mlx4_err(dev, "Couldn't allocate memory to save HCA PCI header, aborting\n"); in mlx4_reset()
87 mlx4_err(dev, "Couldn't save HCA PCI header, aborting\n"); in mlx4_reset()
97 mlx4_err(dev, "Couldn't map HCA reset register, aborting\n"); in mlx4_reset()
112 mlx4_err(dev, "Failed to obtain HW semaphore, aborting\n"); in mlx4_reset()
136 mlx4_err(dev, "PCI device did not come back after reset, aborting\n"); in mlx4_reset()
147 mlx4_err(dev, "Couldn't restore HCA PCI Express Device Control register, aborting\n"); in mlx4_reset()
155 mlx4_err(dev, "Couldn't restore HCA PCI Express Link control register, aborting\n"); in mlx4_reset()
167 mlx4_err(dev, "Couldn't restore HCA reg %x, aborting\n", in mlx4_reset()
176 mlx4_err(dev, "Couldn't restore HCA COMMAND, aborting\n"); in mlx4_reset()
H A Dmlx4_catas.c59 mlx4_err(dev, "Failed to read vendor ID, ret=%d\n", ret); in read_vendor_id()
64 mlx4_err(dev, "PCI can't be accessed to read vendor id\n"); in read_vendor_id()
88 mlx4_err(dev, "Fail to reset HCA\n"); in mlx4_reset_master()
111 mlx4_err(dev, "VF reset is not needed\n"); in mlx4_reset_slave()
116 mlx4_err(dev, "VF reset is not supported\n"); in mlx4_reset_slave()
125 mlx4_err(dev, "Communication channel isn't sync, fail to send reset\n"); in mlx4_reset_slave()
159 mlx4_err(dev, "Fail to send reset over the communication channel\n"); in mlx4_reset_slave()
182 mlx4_err(dev, "device is going to be reset\n"); in mlx4_enter_error_state()
190 mlx4_err(dev, "device was reset successfully\n"); in mlx4_enter_error_state()
223 mlx4_err(dev, "Internal error detected:\n"); in dump_err_buf()
[all …]
H A Dmlx4_main.c203 mlx4_err(dev, "Only same port types supported on this HCA, aborting\n"); in mlx4_check_port_params()
211 mlx4_err(dev, "Requested port type for port %d is not supported on this HCA\n", in mlx4_check_port_params()
239 mlx4_err(dev, "QUERY_DEV_CAP command failed, aborting.\n"); in mlx4_query_func()
320 mlx4_err(dev, "QUERY_PORT command failed.\n"); in mlx4_dev_port()
352 mlx4_err(dev, "QUERY_DEV_CAP command failed, aborting\n"); in mlx4_dev_cap()
358 mlx4_err(dev, "HCA minimum page size of %d bigger than kernel PAGE_SIZE of %ld, aborting\n", in mlx4_dev_cap()
363 mlx4_err(dev, "HCA has %d ports, but we only support %d, aborting\n", in mlx4_dev_cap()
369 mlx4_err(dev, "HCA reported UAR size of 0x%x bigger than PCI resource 2 size of 0x%llx, aborting\n", in mlx4_dev_cap()
384 mlx4_err(dev, "QUERY_PORT command failed, aborting\n"); in mlx4_dev_cap()
819 mlx4_err(de in mlx4_slave_cap()
[all...]
H A Dmlx4_sense.c51 mlx4_err(dev, "Sense command failed for port: %d\n", port); in mlx4_SENSE_PORT()
56 mlx4_err(dev, "Sense returned illegal value: 0x%llx\n", (long long)out_param); in mlx4_SENSE_PORT()
111 mlx4_err(dev, "Failed to change port_types\n"); in mlx4_sense_port()
H A Dmlx4_mcg.c643 mlx4_err(dev, "QP %06x wasn't found in entry %d\n", in remove_promisc_qp()
734 mlx4_err(dev, "Found zero MGID in AMGM\n"); in find_entry()
766 mlx4_err(dev, "Invalid flow type. type = %d\n", flow_type); in mlx4_map_sw_to_hw_steering_mode()
803 mlx4_err(dev, "Invalid network rule id. id = %d\n", id); in mlx4_map_sw_to_hw_steering_id()
830 mlx4_err(dev, "Invalid network rule id. id = %d\n", id); in mlx4_hw_rule_sz()
910 mlx4_err(dev, "%s", str); in mlx4_err_rule()
977 mlx4_err(dev, "%s", buf); in mlx4_err_rule()
980 mlx4_err(dev, "Network rule error message was truncated, print buffer is too small\n"); in mlx4_err_rule()
1043 mlx4_err(dev, "Fail to detach network rule. registration id = 0x%llx\n", in mlx4_flow_detach()
1140 mlx4_err(dev, "No AMGM entries left\n"); in mlx4_qp_attach_common()
[all …]
H A Dmlx4_cmd.c374 mlx4_err(dev, "command 0x%x failed: fw status = 0x%x\n", in mlx4_comm_cmd_wait()
470 mlx4_err(dev, "%s:cmd_pending failed\n", __func__); in mlx4_cmd_post()
543 mlx4_err(dev, "response expected while output mailbox is NULL for command 0x%x\n", in mlx4_slave_cmd()
562 mlx4_err(dev, "response expected while output mailbox is NULL for command 0x%x\n", in mlx4_slave_cmd()
574 mlx4_err(dev, "failed execution of VHCR_POST command opcode 0x%x\n", op); in mlx4_slave_cmd()
604 mlx4_err(dev, "response expected while output mailbox is NULL for command 0x%x\n", in mlx4_cmd_poll()
651 mlx4_err(dev, "command 0x%x failed: fw status = 0x%x\n", in mlx4_cmd_poll()
702 mlx4_err(dev, "response expected while output mailbox is NULL for command 0x%x\n", in mlx4_cmd_wait()
754 mlx4_err(dev, "command 0x%x failed: fw status = 0x%x\n", in mlx4_cmd_wait()
827 mlx4_err(dev, "Bad access mem params - slave_addr:0x%llx " in mlx4_ACCESS_MEM()
[all …]
H A Dmlx4_intf.c143 mlx4_err(dev, "Fail to %s rx port check\n", in mlx4_do_bond()
152 mlx4_err(dev, "Fail to reset port map\n"); in mlx4_do_bond()
H A Dmlx4_pd.c280 mlx4_err(dev, "Only %d UAR pages (need more than %d)\n", in mlx4_init_uar_table()
282 mlx4_err(dev, "Increase firmware log2_uar_bar_megabytes?\n"); in mlx4_init_uar_table()
H A Dmlx4_fw.c569 mlx4_err(dev, "The host supports neither eth nor rdma interfaces\n"); in mlx4_QUERY_FUNC_CAP()
658 mlx4_err(dev, "VLAN is enforced on this port\n"); in mlx4_QUERY_FUNC_CAP()
664 mlx4_err(dev, "Force mac is enabled on this port\n"); in mlx4_QUERY_FUNC_CAP()
671 mlx4_err(dev, "phy_wqe_gid is enforced on this ib port\n"); in mlx4_QUERY_FUNC_CAP()
1659 mlx4_err(dev, "Installed FW has unsupported command interface revision %d\n", in mlx4_QUERY_FW()
1661 mlx4_err(dev, "(Installed FW version is %d.%d.%03d)\n", in mlx4_QUERY_FW()
1665 mlx4_err(dev, "This driver version supports only revisions %d to %d\n", in mlx4_QUERY_FW()
2042 mlx4_err(dev, "INIT_HCA returns %d\n", err); in mlx4_INIT_HCA()
2628 mlx4_err(dev, "Fail to get port %d uplink guid\n", in mlx4_get_phys_port_id()
2693 mlx4_err(dev, "Failed to allocate mailbox for GET_OP_REQ\n"); in mlx4_opreq_action()
[all …]
H A Dmlx4_profile.c143 mlx4_err(dev, "Profile requires 0x%llx bytes; won't fit in 0x%llx bytes of context memory\n", in mlx4_make_profile()
H A Dmlx4_resource_tracker.c975 mlx4_err(dev, "%s: failed to create new counter for slave %d err %d\n", in handle_unexisting_counter()
3193mlx4_err(dev, "%s: unprivileged slave %d attempting to create an MLX proxy special QP on port %d\n… in verify_qp_parameters()
4278 mlx4_err(dev, "Updating qpn 0x%x for slave %d rejected\n", qpn, slave); in mlx4_UPDATE_QP_wrapper()
4290 mlx4_err(dev, "Failed to update qpn 0x%x, MAC is invalid. smac_ix: %d\n", in mlx4_UPDATE_QP_wrapper()
4301 mlx4_err(dev, "Failed to update qpn on qpn 0x%x, command failed\n", qpn); in mlx4_UPDATE_QP_wrapper()
4406 mlx4_err(dev, "Fail to add flow steering resources\n"); in mlx4_QP_FLOW_STEERING_ATTACH_wrapper()
4455 mlx4_err(dev, "Fail to remove flow steering resources\n"); in mlx4_undo_mirror_rule()
4485 mlx4_err(dev, "Mirror rules cannot be removed explicitly\n"); in mlx4_QP_FLOW_STEERING_DETACH_wrapper()
4502 mlx4_err(dev, "Fail to get resource of mirror rule\n"); in mlx4_QP_FLOW_STEERING_DETACH_wrapper()
4510 mlx4_err(dev, "Fail to remove flow steering resources\n"); in mlx4_QP_FLOW_STEERING_DETACH_wrapper()
[all …]
H A Dmlx4_qp.c810 mlx4_err(dev, "Number of reserved QPs is higher than number of QPs\n"); in mlx4_init_qp_table()
920 mlx4_err(dev, "Failed to bring QP to state: %d with error: %d\n", in mlx4_qp_to_ready()
H A Dmlx4_eq.c762mlx4_err(dev, "Temperature Threshold was reached! Threshold: %d celsius degrees; Current Temperatu… in mlx4_eq_int()
933 mlx4_err(dev, "Couldn't map EQ doorbell for EQN 0x%06x\n", in mlx4_get_eq_uar()
1122 mlx4_err(dev, "Couldn't map interrupt clear register, aborting\n"); in mlx4_map_clr_int()
H A Dmlx4_port.c303 mlx4_err(dev, "Failed adding MAC: 0x%llx\n", in __mlx4_register_mac()
505 mlx4_err(dev, "Failed adding MAC: 0x%llx\n", in __mlx4_replace_mac()
514 mlx4_err(dev, "Failed adding duplicate MAC: 0x%llx\n", in __mlx4_replace_mac()
H A Dmlx4.h226 #define mlx4_err(mdev, format, ...) \ macro
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c130 mlx4_err(mdev, "Internal error detected, restarting device\n"); in mlx4_en_event()
214 mlx4_err(mdev, "Failed allocating memory region\n"); in mlx4_en_add()
218 mlx4_err(mdev, "Failed enabling memory region\n"); in mlx4_en_add()
224 mlx4_err(mdev, "Bad module parameters, aborting\n"); in mlx4_en_add()
H A Dmlx4_en_cq.c136 mlx4_err(mdev, "Failed assigning an EQ to CQ vector %d\n", in mlx4_en_activate_cq()
H A Den.h955 #define mlx4_err(mdev, format, arg...) \ macro