Lines Matching refs:twe_printf
171 twe_printf(sc, "microcontroller not ready\n"); in twe_setup()
187 twe_printf(sc, "reset %d failed, trying again\n", i); in twe_setup()
195 twe_printf(sc, "can't initialise controller, giving up\n"); in twe_setup()
222 twe_printf(sc, "can't detect attached units\n"); in twe_add_unit()
238 twe_printf(sc, "error fetching capacity for unit %d\n", unit); in twe_add_unit()
244 twe_printf(sc, "error fetching state for unit %d\n", unit); in twe_add_unit()
250 twe_printf(sc, "error fetching descriptor size for unit %d\n", unit); in twe_add_unit()
256 twe_printf(sc, "error fetching descriptor for unit %d\n", unit); in twe_add_unit()
642 twe_printf(sc, "TWEIO_GET_PARAM failed for 0x%x/0x%x/%d\n", in twe_ioctl()
647 twe_printf(sc, "TWEIO_GET_PARAM parameter too large (%d > %d)\n", in twe_ioctl()
1061 twe_printf(sc, "controller reset in progress...\n"); in twe_reset()
1070 twe_printf(sc, "reset %d failed, trying again\n", i); in twe_reset()
1077 twe_printf(sc, "can't reset controller, giving up\n"); in twe_reset()
1094 twe_printf(sc, "controller reset done, %d commands restarted\n", i); in twe_reset()
1204 twe_printf(sc, "completion event for nonbusy command\n"); in twe_done()
1323 twe_printf(sc, "no attention interrupt\n"); in twe_soft_reset()
1328 twe_printf(sc, "can't drain AEN queue\n"); in twe_soft_reset()
1332 twe_printf(sc, "reset not reported\n"); in twe_soft_reset()
1337 twe_printf(sc, "controller errors detected\n"); in twe_soft_reset()
1341 twe_printf(sc, "can't drain response queue\n"); in twe_soft_reset()
1363 twe_printf(sc, "host interrupt\n"); in twe_host_intr()
1379 twe_printf(sc, "error polling for signalled AEN\n"); in twe_attention_intr()
1485 twe_printf(sc, "AEN: <%s>\n", msg); in twe_enqueue_aen()
1664 twe_printf(sc, "%d ports, Firmware %.16s, BIOS %.16s\n", ports, p[0]->data, p[1]->data); in twe_describe_controller()
1673 twe_printf(sc, "Monitor %.16s, PCB %.8s, Achip %.8s, Pchip %.8s\n", p[2]->data, p[3]->data, in twe_describe_controller()
1699 twe_printf(sc, "port %d: %.40s %dMB\n", i, p[1]->data, size / 2048); in twe_describe_controller()
1702 twe_printf(sc, "port %d, drive status unavailable\n", i); in twe_describe_controller()
1742 twe_printf(sc, "FATAL STATUS BIT(S) %pb%i\n", in twe_check_bits()
1751 twe_printf(sc, "missing expected status bit(s) %pb%i\n", in twe_check_bits()
1761 twe_printf(sc, "unexpected status bit(s) %pb%i\n", in twe_check_bits()
1768 twe_printf(sc, "PCI parity error: Reseat card, move card or buggy device present.\n"); in twe_check_bits()
1772 twe_printf(sc, "PCI abort, clearing.\n"); in twe_check_bits()
1851 twe_printf(sc, "command returned with controller reset request\n"); in twe_report_request()
1906 twe_printf(sc, "status %pb%i\n", TWE_STATUS_BITS_DESCRIPTION, status_reg); in twe_print_controller()
1907 twe_printf(sc, " current max min\n"); in twe_print_controller()
1908 twe_printf(sc, "free %04d %04d %04d\n", in twe_print_controller()
1911 twe_printf(sc, "ready %04d %04d %04d\n", in twe_print_controller()
1914 twe_printf(sc, "busy %04d %04d %04d\n", in twe_print_controller()
1917 twe_printf(sc, "complete %04d %04d %04d\n", in twe_print_controller()
1920 twe_printf(sc, "bioq %04d %04d %04d\n", in twe_print_controller()
1923 twe_printf(sc, "AEN queue head %d tail %d\n", sc->twe_aen_head, sc->twe_aen_tail); in twe_print_controller()
1948 twe_printf(sc, "CMD: request_id %d opcode <%s> size %d unit %d host_id %d\n",
1951 twe_printf(sc, " status %d flags 0x%x count %d sgl_offset %d\n",
1957 twe_printf(sc, " lba %d\n", cmd->io.lba);
1959 twe_printf(sc, " %d: 0x%x/%d\n",
1966 twe_printf(sc, " %d: 0x%x/%d\n",
1971 twe_printf(sc, " response queue pointer 0x%x\n",
1978 twe_printf(sc, " tr_command %p/0x%x tr_data %p/0x%x,%d\n",
1980 twe_printf(sc, " tr_status %d tr_flags 0x%x tr_complete %p tr_private %p\n",