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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c242 ldc_status_t ldc_state; local
251 if ((rv = ldc_status(port->ldc.hdl, &ldc_state)) != 0) {
254 ldc_state = port->ldc.state;
256 port->ldc.state = ldc_state;
259 return (ldc_state);
292 ldc_status_t ldc_state; local
299 ldc_state = ds_update_ldc_state(port);
303 if ((ldc_state == LDC_UP) && IS_DS_PORT(port)) {
H A Dvdc.c821 ldc_status_t ldc_state; local
842 status = ldc_status(srvr->ldc_handle, &ldc_state);
848 srvr->ldc_state = ldc_state;
865 if (srvr->ldc_state == LDC_INIT) {
2512 ldc_status_t ldc_state; local
2537 if (ldc_status(vdc->curr_server->ldc_handle, &ldc_state) == 0) {
2538 vdc->curr_server->ldc_state = ldc_state;
2539 if (ldc_state
3757 ldc_status_t ldc_state; local
[all...]
H A Dvds.c480 ldc_status_t ldc_state; /* LDC connection state */ member in struct:vd
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h280 ldc_status_t ldc_state; /* Server LDC state */ member in struct:vdc_server

Completed in 72 milliseconds