Searched refs:dmfe_error (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 2262 dmfe_error(dmfep, "DMA handle allocation failed"); in dmfe_alloc_dma_mem() 2274 dmfe_error(dmfep, "DMA memory allocation failed: %d", err); in dmfe_alloc_dma_mem() 2285 dmfe_error(dmfep, "DMA mapping failed: %d", err); in dmfe_alloc_dma_mem() 2289 dmfe_error(dmfep, "Too many DMA cookeis: %d", ncookies); in dmfe_alloc_dma_mem() 2322 dmfe_error(dmfep, "TX descriptor allocation failed"); in dmfe_alloc_bufs() 2334 dmfe_error(dmfep, "TX buffer allocation failed"); in dmfe_alloc_bufs() 2346 dmfe_error(dmfep, "RX descriptor allocation failed"); in dmfe_alloc_bufs() 2357 dmfe_error(dmfep, "RX buffer allocation failed"); in dmfe_alloc_bufs() 2512 dmfe_error(dmfep, "kstat_create() for dmfe_events failed"); in dmfe_init_kstats() 2622 dmfe_error(dmfep, "dmfe_config_init() failed"); in dmfe_attach() [all …]
|
H A D | dmfe_log.c | 100 dmfe_error(dmfe_t *dmfep, const char *fmt, ...) in dmfe_error() function
|
H A D | dmfe_impl.h | 355 void dmfe_error(dmfe_t *dmfep, const char *fmt, ...);
|