Lines Matching refs:twe_printf

171 	twe_printf(sc, "microcontroller not ready\n");
187 twe_printf(sc, "reset %d failed, trying again\n", i);
195 twe_printf(sc, "can't initialise controller, giving up\n");
222 twe_printf(sc, "can't detect attached units\n");
238 twe_printf(sc, "error fetching capacity for unit %d\n", unit);
244 twe_printf(sc, "error fetching state for unit %d\n", unit);
250 twe_printf(sc, "error fetching descriptor size for unit %d\n", unit);
256 twe_printf(sc, "error fetching descriptor for unit %d\n", unit);
634 twe_printf(sc, "TWEIO_GET_PARAM failed for 0x%x/0x%x/%d\n",
639 twe_printf(sc, "TWEIO_GET_PARAM parameter too large (%d > %d)\n",
1055 twe_printf(sc, "controller reset in progress...\n");
1064 twe_printf(sc, "reset %d failed, trying again\n", i);
1071 twe_printf(sc, "can't reset controller, giving up\n");
1088 twe_printf(sc, "controller reset done, %d commands restarted\n", i);
1191 twe_printf(sc, "completion event for nonbusy command\n");
1310 twe_printf(sc, "no attention interrupt\n");
1315 twe_printf(sc, "can't drain AEN queue\n");
1319 twe_printf(sc, "reset not reported\n");
1324 twe_printf(sc, "controller errors detected\n");
1328 twe_printf(sc, "can't drain response queue\n");
1350 twe_printf(sc, "host interrupt\n");
1366 twe_printf(sc, "error polling for signalled AEN\n");
1472 twe_printf(sc, "AEN: <%s>\n", msg);
1650 twe_printf(sc, "%d ports, Firmware %.16s, BIOS %.16s\n", ports, p[0]->data, p[1]->data);
1659 twe_printf(sc, "Monitor %.16s, PCB %.8s, Achip %.8s, Pchip %.8s\n", p[2]->data, p[3]->data,
1684 twe_printf(sc, "port %d: %.40s %dMB\n", i, p[1]->data, size / 2048);
1687 twe_printf(sc, "port %d, drive status unavailable\n", i);
1727 twe_printf(sc, "FATAL STATUS BIT(S) %b\n", status_reg & TWE_STATUS_PANIC_BITS,
1735 twe_printf(sc, "missing expected status bit(s) %b\n", ~status_reg & TWE_STATUS_EXPECTED_BITS,
1744 twe_printf(sc, "unexpected status bit(s) %b\n", status_reg & TWE_STATUS_UNEXPECTED_BITS,
1750 twe_printf(sc, "PCI parity error: Reseat card, move card or buggy device present.\n");
1754 twe_printf(sc, "PCI abort, clearing.\n");
1833 twe_printf(sc, "command returned with controller reset request\n");
1888 twe_printf(sc, "status %b\n", status_reg, TWE_STATUS_BITS_DESCRIPTION);
1889 twe_printf(sc, " current max min\n");
1890 twe_printf(sc, "free %04d %04d %04d\n",
1893 twe_printf(sc, "ready %04d %04d %04d\n",
1896 twe_printf(sc, "busy %04d %04d %04d\n",
1899 twe_printf(sc, "complete %04d %04d %04d\n",
1902 twe_printf(sc, "bioq %04d %04d %04d\n",
1905 twe_printf(sc, "AEN queue head %d tail %d\n", sc->twe_aen_head, sc->twe_aen_tail);
1930 twe_printf(sc, "CMD: request_id %d opcode <%s> size %d unit %d host_id %d\n",
1933 twe_printf(sc, " status %d flags 0x%x count %d sgl_offset %d\n",
1939 twe_printf(sc, " lba %d\n", cmd->io.lba);
1941 twe_printf(sc, " %d: 0x%x/%d\n",
1948 twe_printf(sc, " %d: 0x%x/%d\n",
1953 twe_printf(sc, " response queue pointer 0x%x\n",
1960 twe_printf(sc, " tr_command %p/0x%x tr_data %p/0x%x,%d\n",
1962 twe_printf(sc, " tr_status %d tr_flags 0x%x tr_complete %p tr_private %p\n",