Searched refs:ldc_open (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 171 int ldc_open(ldc_handle_t handle);
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ds_drv.c | 452 if ((rv = ldc_open(port->ldc.hdl)) != 0) { 453 cmn_err(CE_WARN, "ds@%lx: %s: ldc_open: %s",
|
H A D | vldc.c | 1150 if ((rv = ldc_open(vport->ldc_handle)) != 0) { 1151 DWARN("vldc_ioctl_opt_op: ldc_open failed, rv=%d\n", rv);
|
H A D | vcc.c | 442 if ((rv = ldc_open(vport->ldc_handle)) != 0) {
|
H A D | ldc.c | 2952 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...] |
H A D | vsw_ldc.c | 814 rv = ldc_open(ldcp->ldc_handle); 816 DERR(vswp, "%s: ldc_open failed: id(%lld) rv(%d)",
|
H A D | vds.c | 6827 if ((status = ldc_open(vd->ldc_handle)) != 0) {
|
H A D | vnet_gen.c | 2619 rv = ldc_open(ldcp->ldc_handle); 2621 DWARN(vgenp, ldcp, "ldc_open failed: rv(%d)\n", rv);
|
H A D | vdc.c | 866 status = ldc_open(srvr->ldc_handle); 868 DMSG(vdc, 0, "[%d] ldc_open(chan %ld) returned %d",
|
Completed in 109 milliseconds