Home
last modified time | relevance | path

Searched refs:twe_printf (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/raid/twe/
H A Dtwe.c171 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()
[all …]
H A Dtwe_freebsd.c216 twe_printf(sc, "can't allocate register window\n"); in twe_attach()
232 twe_printf(sc, "can't allocate parent DMA tag\n"); in twe_attach()
243 twe_printf(sc, "can't allocate interrupt\n"); in twe_attach()
249 twe_printf(sc, "can't set up interrupt\n"); in twe_attach()
266 twe_printf(sc, "can't allocate data buffer DMA tag\n"); in twe_attach()
275 twe_printf(sc, "can't allocate command memory\n"); in twe_attach()
294 twe_printf(sc, "can't allocate data buffer DMA tag\n"); in twe_attach()
310 twe_printf(sc, "can't allocate data buffer DMA tag\n"); in twe_attach()
319 twe_printf(sc, "can't allocate memory for immediate requests\n"); in twe_attach()
355 twe_printf(sc, "can't establish configuration hook\n"); in twe_attach()
[all …]
H A Dtwe_compat.h96 #define twe_printf(sc, fmt, args...) device_printf(sc->twe_dev, fmt , ##args) macro