Searched refs:LDC_UP (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h65 LDC_UP /* Channel UP - ready for data xfer */ enumerator in enum:__anon10340
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c303 if ((ldc_state == LDC_UP) && IS_DS_PORT(port)) {
339 if (port->ldc.state != LDC_UP) {
468 if (port->ldc.state == LDC_UP) {
553 if (port->ldc.state == LDC_UP) {
705 if (port->ldc.state == LDC_UP) {
1249 is_ready = (port->ldc.state == LDC_UP) &&
1447 is_up = (port->ldc.state == LDC_UP);
1719 if (port->ldc.state != LDC_UP) {
1795 if (port->ldc.state != LDC_UP) {
1853 if (port->ldc.state != LDC_UP) {
[all...]
H A Dvldc.c292 * the channel was previously in LDC_UP state. This
296 if (old_status == LDC_UP) {
317 if (vport->ldc_status == LDC_UP) {
1694 if (vport->ldc_status == LDC_UP) {
H A Dldc.c713 ldcp->status = LDC_UP;
1748 ldcp->status = LDC_UP;
1800 ldcp->status = LDC_UP;
3077 ldcp->status = LDC_UP;
3401 ldcp->status = LDC_UP;
3464 ldcp->status = LDC_UP;
H A Dvsw_ldc.c864 if (ldcp->ldc_status == LDC_UP) {
1381 * If it is an LDC_UP event we first check the recorded
1388 * a LDC_UP event. As we can't depend on getting a LDC_UP evt
1394 * The flip side of this is that we may get a LDC_UP event
1400 if ((ldcp->ldc_status == LDC_UP) || (ldcp->reset_active != 0)) {
1490 if ((evt == VSW_CONN_RESTART) && (curr_status == LDC_UP))
1523 if (curr_status == LDC_UP) {
3955 (ldcp->ldc_status != LDC_UP) || (ldcp->ldc_handle == NULL)) {
4124 (ldcp->ldc_status != LDC_UP) || (ldc
[all...]
H A Dvnet_gen.c910 if (ldcp->ldc_status != LDC_UP) {
2644 if (istatus == LDC_UP) {
2657 if (istatus == LDC_UP) {
3035 if (ldcp->ldc_status != LDC_UP) {
4025 if (ldcp->ldc_status == LDC_UP) {
5897 if (ldcp->ldc_status == LDC_UP) {
H A Dvsw_rxdring.c880 (ldcp->ldc_status != LDC_UP) || (ldcp->ldc_handle == NULL)) {
H A Dvnet_rxdring.c599 if (ldcp->ldc_status != LDC_UP) {
H A Dvsw_txdring.c803 (ldcp->ldc_status != LDC_UP) || (ldcp->ldc_handle == NULL)) {
H A Dvdc.c2539 if (ldc_state == LDC_UP) {
3795 if (srvr->ldc_state != LDC_UP &&
3796 ldc_state == LDC_UP) {
4536 if (vdcp->curr_server->ldc_state == LDC_UP) {
4542 * Wait for LDC_UP. If it times out and we have multiple
4551 vdcp->curr_server->ldc_state != LDC_UP) {
H A Dvnet_txdring.c613 if (ldcp->ldc_status != LDC_UP) {
H A Dvds.c5245 if (lstatus != LDC_UP) {
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c51 { "up ", ALLBITS, LDC_UP },

Completed in 124 milliseconds