Searched defs:ldc_open (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c2952 ldc_open(ldc_handle_t handle) function
2958 DWARN(DBG_ALL_LDCS, "ldc_open: invalid channel handle\n");
2968 "ldc_open: (0x%llx) channel not initialized\n", ldcp->id);
2974 "ldc_open: (0x%llx) channel is already open\n", ldcp->id);
2985 "ldc_open: (0x%lx) channel tx queue unconf failed\n",
2994 "ldc_open: (0x%lx) channel tx queue conf failed\n",
3000 D2(ldcp->id, "ldc_open: (0x%llx) registered tx queue with LDC\n",
3009 "ldc_open: (0x%lx) channel rx queue unconf failed\n",
3018 "ldc_open: (0x%lx) channel rx queue conf failed\n",
3024 D2(ldcp->id, "ldc_open
[all...]

Completed in 495 milliseconds