Searched refs:elxl_error (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 95 static void elxl_error(elxl_t *, char *, ...); 361 elxl_error(sc, "unable to allocate descriptor dma handle"); in ex_alloc_ring() 369 elxl_error(sc, "unable to allocate descriptor memory"); in ex_alloc_ring() 378 elxl_error(sc, "unable to map descriptor memory"); in ex_alloc_ring() 398 elxl_error(sc, "can't allocate buf dma handle"); in ex_alloc_ring() 405 elxl_error(sc, "unable to allocate buf memory"); in ex_alloc_ring() 414 elxl_error(sc, "unable to map buf memory"); in ex_alloc_ring() 439 elxl_error(sc, "Unable to allocate interrupt, %d, count %d", in elxl_add_intr() 445 elxl_error(sc, "Unable to get interrupt priority"); in elxl_add_intr() 451 elxl_error(sc, "Can't add interrupt handler"); in elxl_add_intr() [all …]
|