Home
last modified time | relevance | path

Searched refs:ldc (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/cmd/mdb/sun4v/modules/ldc/v9/
H A DMakefile29 MODULE = ldc.so
32 MODSRCS = ldc.c
/titanic_50/usr/src/uts/sun4v/io/
H A Dds_common.c251 if ((rv = ldc_status(port->ldc.hdl, &ldc_state)) != 0) { in ds_update_ldc_state()
254 ldc_state = port->ldc.state; in ds_update_ldc_state()
256 port->ldc.state = ldc_state; in ds_update_ldc_state()
279 (void) ldc_up(port->ldc.hdl); in ds_handle_down_reset_events()
339 if (port->ldc.state != LDC_UP) { in ds_ldc_cb()
378 PORTID(port), __func__, (u_longlong_t)port->ldc.id); in ds_ldc_init()
385 if ((rv = ldc_init(port->ldc.id, &ldc_attr, &port->ldc.hdl)) != 0) { in ds_ldc_init()
387 DS_EOL, PORTID(port), __func__, port->ldc.id, in ds_ldc_init()
392 rv = ldc_reg_callback(port->ldc.hdl, ds_ldc_cb, ldc_cb_arg); in ds_ldc_init()
413 __func__, port->ldc.id); in ds_ldc_fini()
[all …]
H A Dds_drv.c452 if ((rv = ldc_open(port->ldc.hdl)) != 0) { in ds_sys_ldc_init()
458 (void) ldc_up(port->ldc.hdl); in ds_sys_ldc_init()
460 (void) ldc_status(port->ldc.hdl, &port->ldc.state); in ds_sys_ldc_init()
463 PORTID(port), __func__, port->ldc.state); in ds_sys_ldc_init()
809 newport->ldc.id = ldc_id; in ds_add_port()
/titanic_50/usr/src/cmd/mdb/sun4v/modules/
H A DMakefile29 SUBDIRS = errh ldc mdesc unix vdsk
/titanic_50/usr/src/uts/sun4v/cnex/
H A DMakefile73 LDFLAGS += -dy -Nmisc/ldc
/titanic_50/usr/src/uts/sun4v/ds/
H A DMakefile71 LDFLAGS += -dy -Nmisc/ldc
/titanic_50/usr/src/uts/sun4v/vds/
H A DMakefile73 LDFLAGS += -dy -Nmisc/ldc -Nmisc/platsvc
/titanic_50/usr/src/uts/sun4v/vldc/
H A DMakefile75 LDFLAGS += -dy -Nmisc/ldc -Nmisc/platsvc
/titanic_50/usr/src/uts/sun4v/ldc/
H A DMakefile43 MODULE = ldc
/titanic_50/usr/src/uts/sun4v/vdc/
H A DMakefile71 LDFLAGS += -dy -Nmisc/ldc -Nmisc/platsvc -Nmisc/scsi
/titanic_50/usr/src/uts/sun4v/vcc/
H A DMakefile83 LDFLAGS += -dy -Nmisc/ldc -Nmisc/platsvc
/titanic_50/usr/src/uts/sun4v/vsw/
H A DMakefile75 LDFLAGS += -dy -Nmisc/ldc -Nmisc/mac -Nmisc/platsvc
/titanic_50/usr/src/uts/sun4v/vnet/
H A DMakefile76 LDFLAGS += -dy -N misc/mac -N drv/ip -N misc/ldc -N misc/platsvc
/titanic_50/usr/src/uts/sun4v/
H A DMakefile.files147 LDC_OBJS = ldc.o ldc_shm.o vio_util.o vdsk_common.o vgen_stats.o \
H A DMakefile.sun4v395 MISC_KMODS += ldc
/titanic_50/usr/src/uts/sun4v/sys/
H A Dds_impl.h197 ds_ldc_t ldc; /* LDC for this port */ member
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-ldoms.mf96 file path=platform/sun4v/kernel/misc/$(ARCH64)/ldc group=sys mode=0755
H A Ddeveloper-debug-mdb.mf155 $(sparc_ONLY)file path=platform/sun4v/kernel/kmdb/$(ARCH64)/ldc group=sys \
261 $(sparc_ONLY)file path=usr/platform/sun4v/lib/mdb/kvm/$(ARCH64)/ldc.so \