/freebsd/sys/dev/aac/ |
H A D | aac_debug.c | 62 device_printf(sc->aac_dev, "FIB queue header at %p queues at %p\n", in aac_print_queues() 65 device_printf(sc->aac_dev, "HOST_NORM_CMD %d/%d (%d)\n", in aac_print_queues() 71 device_printf(sc->aac_dev, "HOST_HIGH_CMD %d/%d (%d)\n", in aac_print_queues() 77 device_printf(sc->aac_dev, "ADAP_NORM_CMD %d/%d (%d)\n", in aac_print_queues() 83 device_printf(sc->aac_dev, "ADAP_HIGH_CMD %d/%d (%d)\n", in aac_print_queues() 89 device_printf(sc->aac_dev, "HOST_NORM_RESP %d/%d (%d)\n", in aac_print_queues() 95 device_printf(sc->aac_dev, "HOST_HIGH_RESP %d/%d (%d)\n", in aac_print_queues() 101 device_printf(sc->aac_dev, "ADAP_NORM_RESP %d/%d (%d)\n", in aac_print_queues() 107 device_printf(sc->aac_dev, "ADAP_HIGH_RESP %d/%d (%d)\n", in aac_print_queues() 113 device_printf(sc->aac_dev, "AACQ_FREE %d/%d\n", in aac_print_queues() [all …]
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_debug.c | 71 device_printf(sc->aac_dev, "AACQ_FREE %d/%d\n", in aacraid_print_queues() 73 device_printf(sc->aac_dev, "AACQ_READY %d/%d\n", in aacraid_print_queues() 76 device_printf(sc->aac_dev, "AACQ_BUSY %d/%d\n", in aacraid_print_queues() 87 device_printf(sc->aac_dev, in aacraid_print_fib() 91 device_printf(sc->aac_dev, "%s: FIB @ %p\n", caller, fib); in aacraid_print_fib() 92 device_printf(sc->aac_dev, " XferState %b\n", fib->Header.XferState, in aacraid_print_fib() 115 device_printf(sc->aac_dev, " Command %d\n", fib->Header.Command); in aacraid_print_fib() 116 device_printf(sc->aac_dev, " StructType %d\n", in aacraid_print_fib() 118 device_printf(sc->aac_dev, " Size %d\n", fib->Header.Size); in aacraid_print_fib() 119 device_printf(sc->aac_dev, " SenderSize %d\n", in aacraid_print_fib() [all …]
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_dbg.c | 57 device_printf(dev, "%s: %s dump start\n", __func__, msg); in qls_dump_buf32() 60 device_printf(dev,"0x%08x:\t0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", in qls_dump_buf32() 68 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qls_dump_buf32() 71 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qls_dump_buf32() 74 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qls_dump_buf32() 80 device_printf(dev, "%s: %s dump end\n", __func__, msg); in qls_dump_buf32() 99 device_printf(dev, "%s: %s dump start\n", __func__, msg); in qls_dump_buf16() 102 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in qls_dump_buf16() 111 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]); in qls_dump_buf16() 114 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]); in qls_dump_buf16() [all …]
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_dbg.c | 58 device_printf(dev, "%s: %s dump start\n", __func__, msg); in qla_dump_buf32() 61 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n", in qla_dump_buf32() 69 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qla_dump_buf32() 72 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qla_dump_buf32() 75 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qla_dump_buf32() 81 device_printf(dev, "%s: %s dump end\n", __func__, msg); in qla_dump_buf32() 97 device_printf(dev, "%s: %s dump start\n", __func__, msg); in qla_dump_buf16() 100 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in qla_dump_buf16() 109 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]); in qla_dump_buf16() 112 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]); in qla_dump_buf16() [all …]
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_dbg.c | 55 device_printf(dev, "%s: %s dump start\n", __func__, msg); in ql_dump_buf32() 58 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n", in ql_dump_buf32() 66 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in ql_dump_buf32() 69 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in ql_dump_buf32() 72 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in ql_dump_buf32() 78 device_printf(dev, "%s: %s dump end\n", __func__, msg); in ql_dump_buf32() 94 device_printf(dev, "%s: %s dump start\n", __func__, msg); in ql_dump_buf16() 97 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in ql_dump_buf16() 106 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]); in ql_dump_buf16() 109 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]); in ql_dump_buf16() [all …]
|
H A D | ql_misc.c | 78 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n", in ql_rdwr_indreg32() 206 device_printf(ha->pci_dev, in ql_rdwr_offchip_mem() 227 device_printf(ha->pci_dev, "%s: Q8_FLASH_LOCK failed\n", in ql_rd_flash32() 235 device_printf(ha->pci_dev, in ql_rd_flash32() 244 device_printf(ha->pci_dev, in ql_rd_flash32() 266 device_printf(ha->pci_dev, in qla_get_fdt() 275 device_printf(ha->pci_dev, "%s: Q8_FLASH_LOCK failed\n", in qla_get_fdt() 283 device_printf(ha->pci_dev, in qla_get_fdt() 292 device_printf(ha->pci_dev, in qla_get_fdt() 313 device_printf(ha->pci_dev, in qla_get_fdt() [all …]
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pmic.c | 98 device_printf(sc->sc_dev, "Cannot read interrupt register\n"); in am335x_pmic_intr() 104 device_printf(sc->sc_dev, "Cannot read status register\n"); in am335x_pmic_intr() 158 device_printf(dev, " BAT TEMP/NTC ERROR: %s\n", f_t[reg0.battemp]); in am335x_pmic_dump_chgconfig() 159 device_printf(dev, " Pre-charge timer time-out: %s\n", f_t[reg0.pchgtout]); in am335x_pmic_dump_chgconfig() 160 device_printf(dev, " Charge timer time-out: %s\n", f_t[reg0.chgtout]); in am335x_pmic_dump_chgconfig() 161 device_printf(dev, " Charger active: %s\n", f_t[reg0.active]); in am335x_pmic_dump_chgconfig() 162 device_printf(dev, " Termination current detected: %s\n", f_t[reg0.termi]); in am335x_pmic_dump_chgconfig() 163 device_printf(dev, " Thermal suspend: %s\n", f_t[reg0.tsusp]); in am335x_pmic_dump_chgconfig() 164 device_printf(dev, " DPPM active: %s\n", f_t[reg0.dppm]); in am335x_pmic_dump_chgconfig() 165 device_printf(dev, " Thermal regulation: %s\n", i_a[reg0.treg]); in am335x_pmic_dump_chgconfig() [all …]
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk3568_pcie.c | 116 device_printf(sc->dev, "INTERRUPT!!\n"); in rk3568_intr() 144 device_printf(dev, "Could not assert reset\n"); in rk3568_pcie_init_soc() 148 device_printf(dev, "Cannot enable regulator\n"); in rk3568_pcie_init_soc() 152 device_printf(dev, "Cannot enable phy\n"); in rk3568_pcie_init_soc() 156 device_printf(dev, "Could not deassert reset\n"); in rk3568_pcie_init_soc() 160 device_printf(dev, "Could not enable aclk_mst clk\n"); in rk3568_pcie_init_soc() 164 device_printf(dev, "Could not enable aclk_slv clk\n"); in rk3568_pcie_init_soc() 168 device_printf(dev, "Could not enable aclk_dbi clk\n"); in rk3568_pcie_init_soc() 172 device_printf(dev, "Could not enable pclk clk\n"); in rk3568_pcie_init_soc() 176 device_printf(dev, "Could not enable aux clk\n"); in rk3568_pcie_init_soc() [all …]
|
H A D | rk3568_pciephy.c | 104 device_printf(dev, "Illegal lane %d\n", lane); in rk3568_pciephy_bifurcate() 108 device_printf(dev, "lane %d @ pcie3x%d\n", lane, in rk3568_pciephy_bifurcate() 131 device_printf(dev, "SRAM init timeout!\n"); in rk3568_pciephy_enable() 176 device_printf(dev, "Cannot allocate memory resources\n"); in rk3568_pciephy_attach() 188 device_printf(dev, "getting refclk_m failed\n"); in rk3568_pciephy_attach() 192 device_printf(dev, "enable refclk_m failed\n"); in rk3568_pciephy_attach() 194 device_printf(dev, "getting refclk_n failed\n"); in rk3568_pciephy_attach() 198 device_printf(dev, "enable refclk_n failed\n"); in rk3568_pciephy_attach() 200 device_printf(dev, "getting pclk failed\n"); in rk3568_pciephy_attach() 204 device_printf(dev, "enable pclk failed\n"); in rk3568_pciephy_attach() [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_pci.c | 138 device_printf(dev, "bus_alloc_resource failed rid=%#x\n", in ocs_map_g7_bars() 169 device_printf(dev, "bus_alloc_resource failed rid=%#x\n", in ocs_map_bars() 199 device_printf(ocs->dev, "Enabling target\n"); in ocs_setup_params() 208 device_printf(ocs->dev, "Disabling initiator\n"); in ocs_setup_params() 214 device_printf(ocs->dev, "Unsupported, both initiator and target mode disabled.\n"); in ocs_setup_params() 220 device_printf(ocs->dev, "logmask = %#x\n", logmask); in ocs_setup_params() 225 device_printf(ocs->dev, "logdest = %#x\n", logdest); in ocs_setup_params() 230 device_printf(ocs->dev, "loglevel = %#x\n", loglevel); in ocs_setup_params() 235 device_printf(ocs->dev, "ramlog_size = %#x\n", ramlog_size); in ocs_setup_params() 240 device_printf(ocs->dev, "ddump_saved_size= %#x\n", ddump_saved_size); in ocs_setup_params() [all …]
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_kcs.c | 124 device_printf(sc->ipmi_dev, in kcs_error() 142 device_printf(sc->ipmi_dev, "KCS error: %02x\n", in kcs_error() 162 device_printf(sc->ipmi_dev, "KCS: Error retry exhausted\n"); in kcs_error() 317 device_printf(sc->ipmi_dev, "KCS: Failed to start write\n"); in kcs_polled_request() 321 device_printf(sc->ipmi_dev, "KCS: WRITE_START... ok\n"); in kcs_polled_request() 325 device_printf(sc->ipmi_dev, "KCS: Failed to write address\n"); in kcs_polled_request() 329 device_printf(sc->ipmi_dev, "KCS: Wrote address: %02x\n", req->ir_addr); in kcs_polled_request() 334 device_printf(sc->ipmi_dev, in kcs_polled_request() 339 device_printf(sc->ipmi_dev, "KCS: Wrote command: %02x\n", in kcs_polled_request() 344 device_printf(sc->ipmi_dev, in kcs_polled_request() [all …]
|
H A D | ipmi_smic.c | 113 device_printf(sc->ipmi_dev, "SMIC: Write did not start %02x\n", in smic_start_write() 137 device_printf(sc->ipmi_dev, "SMIC: Write did not next %02x\n", in smic_write_next() 161 device_printf(sc->ipmi_dev, "SMIC: Write did not end %02x\n", in smic_write_last() 185 device_printf(sc->ipmi_dev, "SMIC: Read did not start %02x\n", in smic_start_read() 210 device_printf(sc->ipmi_dev, "SMIC: Read did not next %02x\n", in smic_read_byte() 233 device_printf(sc->ipmi_dev, "SMIC: Read did not end %02x\n", in smic_read_end() 250 device_printf(sc->ipmi_dev, "SMIC: WRITE_START address: %02x\n", in smic_polled_request() 259 device_printf(sc->ipmi_dev, "SMIC: Wrote command: %02x\n", in smic_polled_request() 267 device_printf(sc->ipmi_dev, "SMIC: Wrote command: %02x\n", in smic_polled_request() 277 device_printf(sc->ipmi_dev, "SMIC: Wrote data: %02x\n", in smic_polled_request() [all …]
|
/freebsd/sys/dev/qcom_qup/ |
H A D | qcom_spi.c | 89 device_printf(sc->sc_dev, in qcom_spi_set_chipsel() 128 device_printf(sc->sc_dev, in qcom_spi_intr() 138 device_printf(sc->sc_dev, in qcom_spi_intr() 147 device_printf(sc->sc_dev, "ERROR: intr\n"); in qcom_spi_intr() 159 device_printf(sc->sc_dev, in qcom_spi_intr() 180 device_printf(sc->sc_dev, in qcom_spi_intr() 251 device_printf(sc->sc_dev, in qcom_spi_attach_gpios() 266 device_printf(sc->sc_dev, in qcom_spi_attach_gpios() 304 device_printf(dev, "ERROR: Could not map memory\n"); in qcom_spi_attach() 313 device_printf(dev, "ERROR: Could not map interrupt\n"); in qcom_spi_attach() [all …]
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_cir.c | 189 device_printf(sc->dev, "IR RX Buffer Full!\n"); in aw_ir_buf_write() 215 device_printf(sc->dev, "sc->dcnt = %d\n", sc->dcnt); in aw_ir_decode_packets() 222 device_printf(sc->dev, "Initial len: %d\n", len); in aw_ir_decode_packets() 234 device_printf(sc->dev, "len = %d\n", len); in aw_ir_decode_packets() 237 device_printf(sc->dev, "Bit separator error\n"); in aw_ir_decode_packets() 254 device_printf(sc->dev, "Bit length error\n"); in aw_ir_decode_packets() 271 device_printf(sc->dev, in aw_ir_decode_packets() 283 device_printf(sc->dev, in aw_ir_decode_packets() 338 device_printf(sc->dev, "RX interrupt status: %x\n", val); in aw_ir_intr() 346 device_printf(sc->dev, in aw_ir_intr() [all …]
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_init.c | 140 device_printf(GET_DEV(accel_dev), in adf_cfg_add_device_params() 193 device_printf(GET_DEV(accel_dev), in adf_error_notifier() 273 device_printf(GET_DEV(accel_dev), in adf_dev_init() 282 device_printf(GET_DEV(accel_dev), "Device not configured\n"); in adf_dev_init() 287 device_printf(GET_DEV(accel_dev), "Failed initialize etr\n"); in adf_dev_init() 292 device_printf(GET_DEV(accel_dev), in adf_dev_init() 298 device_printf(GET_DEV(accel_dev), in adf_dev_init() 304 device_printf(GET_DEV(accel_dev), in adf_dev_init() 310 device_printf(GET_DEV(accel_dev), in adf_dev_init() 321 device_printf(GET_DEV(accel_dev), in adf_dev_init() [all …]
|
H A D | adf_pfvf_vf_msg.c | 24 device_printf(GET_DEV(accel_dev), in adf_vf2pf_notify_init() 47 device_printf(GET_DEV(accel_dev), in adf_vf2pf_notify_shutdown() 67 device_printf( in adf_vf2pf_request_version() 84 device_printf( in adf_vf2pf_request_version() 91 device_printf( in adf_vf2pf_request_version() 116 device_printf(GET_DEV(accel_dev), in adf_vf2pf_get_capabilities() 129 device_printf(GET_DEV(accel_dev), in adf_vf2pf_get_capabilities() 136 device_printf(GET_DEV(accel_dev), in adf_vf2pf_get_capabilities() 144 device_printf( in adf_vf2pf_get_capabilities() 169 device_printf(GET_DEV(accel_dev), in adf_vf2pf_get_ring_to_svc() [all …]
|
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_fdt.c | 109 device_printf(dev, in eqos_phy_reset() 116 device_printf(dev, in eqos_phy_reset() 124 device_printf(dev, "Can't map gpio for phy reset\n"); in eqos_phy_reset() 158 device_printf(dev, "cannot get grf driver handle\n"); in eqos_fdt_init() 173 device_printf(dev, "Unknown eqos address\n"); in eqos_fdt_init() 178 device_printf(dev, "cannot get reset\n"); in eqos_fdt_init() 185 device_printf(dev, "clk_set_assigned failed\n"); in eqos_fdt_init() 192 device_printf(dev, "could not enable main clock\n"); in eqos_fdt_init() 197 device_printf(dev, "MAC clock(%s) freq: %jd\n", in eqos_fdt_init() 202 device_printf(dev, "could not find clock stmmaceth\n"); in eqos_fdt_init() [all …]
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_ras.c | 91 device_printf(GET_DEV(accel_dev), in adf_init_ras() 107 device_printf(GET_DEV(accel_dev), in adf_init_ras() 124 device_printf(GET_DEV(accel_dev), in adf_init_ras() 141 device_printf(GET_DEV(accel_dev), in adf_init_ras() 175 device_printf( in adf_log_source_iastatssm() 181 device_printf( in adf_log_source_iastatssm() 187 device_printf( in adf_log_source_iastatssm() 193 device_printf(GET_DEV(accel_dev), in adf_log_source_iastatssm() 198 device_printf( in adf_log_source_iastatssm() 204 device_printf(GET_DEV(accel_dev), in adf_log_source_iastatssm() [all …]
|
/freebsd/sys/dev/usb/controller/dwc3/ |
H A D | dwc3.c | 128 device_printf(dev, "Failed to allocate IRQ\n"); in snps_dwc3_attach_xhci() 134 device_printf(dev, "Failed to add USB device\n"); in snps_dwc3_attach_xhci() 147 device_printf(dev, "Failed to setup IRQ, %d\n", err); in snps_dwc3_attach_xhci() 155 device_printf(dev, "Failed to init XHCI, with error %d\n", err); in snps_dwc3_attach_xhci() 162 device_printf(dev, "Interrupt polling at %dHz\n", hz); in snps_dwc3_attach_xhci() 170 device_printf(dev, "Failed to start XHCI controller, with error %d\n", err); in snps_dwc3_attach_xhci() 174 device_printf(sc->sc_bus.bdev, "trying to attach\n"); in snps_dwc3_attach_xhci() 177 device_printf(dev, "Failed to initialize USB, with error %d\n", err); in snps_dwc3_attach_xhci() 194 device_printf(sc->dev, "%s: %s:\n", __func__, msg ? msg : ""); in snsp_dwc3_dump_regs() 197 device_printf(s in snsp_dwc3_dump_regs() [all...] |
/freebsd/sys/dev/jedec_dimm/ |
H A D | jedec_dimm.c | 218 device_printf(sc->dev, "invalid offset 0x%04x\n", orig_offset); in jedec_dimm_adjust_offset() 231 device_printf(sc->dev, in jedec_dimm_adjust_offset() 294 device_printf(dev, "failed to read dram_type: %d\n", rc); in jedec_dimm_attach() 316 device_printf(dev, "unsupported dram_type 0x%02x\n", type); in jedec_dimm_attach() 365 device_printf(dev, "failed to read TSOD-present byte: %d\n", in jedec_dimm_attach() 373 device_printf(dev, in jedec_dimm_attach() 380 device_printf(dev, "failed to read TSOD Device ID\n"); in jedec_dimm_attach() 388 device_printf(dev, in jedec_dimm_attach() 392 device_printf(dev, in jedec_dimm_attach() 523 device_printf(sc->dev, "failed to read bus_width: %d\n", rc); in jedec_dimm_capacity() [all …]
|
/freebsd/sys/dev/xdma/ |
H A D | xdma_fdt_test.c | 138 device_printf(sc->dev, in xdmatest_alloc_test_memory() 146 device_printf(sc->dev, in xdmatest_alloc_test_memory() 154 device_printf(sc->dev, in xdmatest_alloc_test_memory() 172 device_printf(sc->dev, in xdmatest_alloc_test_memory() 180 device_printf(sc->dev, in xdmatest_alloc_test_memory() 188 device_printf(sc->dev, in xdmatest_alloc_test_memory() 205 device_printf(sc->dev, "Can't find xDMA controller.\n"); in xdmatest_test() 212 device_printf(sc->dev, "Can't alloc virtual DMA channel.\n"); in xdmatest_test() 219 device_printf(sc->dev, "Can't setup xDMA interrupt handler.\n"); in xdmatest_test() 244 device_printf(sc->dev, "Can't configure virtual channel.\n"); in xdmatest_test() [all …]
|
/freebsd/sys/dev/ata/ |
H A D | ata-sata.c | 69 device_printf(dev, "PHYRDY change\n"); in ata_sata_phy_check_events() 73 device_printf(dev, "CONNECT requested\n"); in ata_sata_phy_check_events() 75 device_printf(dev, "DISCONNECT requested\n"); in ata_sata_phy_check_events() 130 device_printf(ch->dev, "SATA connect timeout status=%08x\n", in ata_sata_connect() 133 device_printf(ch->dev, "p%d: SATA connect timeout status=%08x\n", in ata_sata_connect() 137 device_printf(ch->dev, "SATA connect time=%dms status=%08x\n", in ata_sata_connect() 140 device_printf(ch->dev, "p%d: SATA connect time=%dms status=%08x\n", in ata_sata_connect() 175 device_printf(dev, "hard reset ...\n"); in ata_sata_phy_reset() 177 device_printf(dev, "p%d: hard reset ...\n", port); in ata_sata_phy_reset() 218 device_printf(dev, "hard reset failed\n"); in ata_sata_phy_reset() [all …]
|
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_pinmux.c | 120 device_printf(sc->dev, "%s: TODO: called; pin_name=%s\n", in qcom_tlmm_pinctrl_config_spin() 187 device_printf(sc->dev, in qcom_tlmm_pinctrl_read_node() 224 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() 244 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() 269 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() 280 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() 291 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() 303 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() 314 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() 323 device_printf(sc->dev, in qcom_tlmm_pinctrl_config_gmux() [all …]
|
/freebsd/sys/dev/mlx/ |
H A D | mlx.c | 275 device_printf(sc->mlx_dev, "can't allocate scatter/gather DMA tag\n"); in mlx_sglist_map() 291 device_printf(sc->mlx_dev, "can't allocate s/g table\n"); in mlx_sglist_map() 360 device_printf(sc->mlx_dev, "controller initialisation in progress...\n"); in mlx_attach() 373 device_printf(sc->mlx_dev, "initialisation complete.\n"); in mlx_attach() 382 device_printf(sc->mlx_dev, "can't allocate interrupt\n"); in mlx_attach() 388 device_printf(sc->mlx_dev, "can't set up interrupt\n"); in mlx_attach() 408 device_printf(sc->mlx_dev, "can't allocate buffer DMA tag\n"); in mlx_attach() 418 device_printf(sc->mlx_dev, "can't make initial s/g list mapping\n"); in mlx_attach() 433 device_printf(sc->mlx_dev, "ENQUIRY2 failed\n"); in mlx_attach() 446 device_printf(sc->mlx_dev, "ENQUIRY_OLD failed\n"); in mlx_attach() [all …]
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_mac.c | 129 device_printf(dev, "%s: failed to allocate resources: " in dpaa2_mac_attach() 143 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mac_attach() 149 device_printf(dev, "%s: failed to open DPMAC: id=%d, error=%d\n", in dpaa2_mac_attach() 156 device_printf(dev, "%s: failed to get DPMAC attributes: id=%d, " in dpaa2_mac_attach() 162 device_printf(dev, "%s: failed to get physical address: " in dpaa2_mac_attach() 167 device_printf(dev, "ether %6D\n", sc->addr, ":"); in dpaa2_mac_attach() 168 device_printf(dev, "max_rate=%d, eth_if=%s, link_type=%s\n", in dpaa2_mac_attach() 176 device_printf(dev, "%s: failed to setup IRQs: error=%d\n", in dpaa2_mac_attach() 218 device_printf(dev, "%s: failed to allocate MSI\n", __func__); in dpaa2_mac_setup_irq() 223 device_printf(dev, "%s: failed to allocate IRQ resource\n", in dpaa2_mac_setup_irq() [all …]
|