Home
last modified time | relevance | path

Searched refs:p_hio_enabled (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c479 if ((portp->p_hio_enabled == B_FALSE) || in vsw_hio_start_ports()
769 if (portp->p_hio_enabled == hio_enabled) { in vsw_hio_port_update()
776 portp->p_hio_enabled = B_FALSE; in vsw_hio_port_update()
780 portp->p_hio_enabled = B_TRUE; in vsw_hio_port_update()
H A Dvsw_phys.c543 if (port->p_hio_enabled) in vsw_maccl_open()
558 if (type != VSW_VNETPORT || !port->p_hio_enabled) in vsw_maccl_open()
1118 if (portp->p_hio_enabled == B_TRUE) { in vsw_mac_port_reconfig_vlans()
1122 if (portp->p_hio_enabled == B_TRUE) { in vsw_mac_port_reconfig_vlans()
H A Dvsw.c2553 portp->p_hio_enabled = B_TRUE; in vsw_port_read_props()
2555 portp->p_hio_enabled = B_FALSE; in vsw_port_read_props()
2660 if (portp->p_hio_enabled != hio_enabled) { in vsw_port_update()
H A Dvsw_ldc.c1135 if ((portp->p_hio_capable) && (portp->p_hio_enabled)) { in vsw_reset_ports()
1493 if ((portp->p_hio_capable) && (portp->p_hio_enabled)) { in vsw_conn_task()
1824 if ((portp->p_hio_enabled) && (portp->p_hio_capable)) { in vsw_next_milestone()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h434 uint32_t p_hio_enabled; /* Hybrid mode enabled? */ member