Home
last modified time | relevance | path

Searched refs:p_hio_capable (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h435 uint32_t p_hio_capable; /* Port capable of HIO */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c606 (void) atomic_swap_32(&port->p_hio_capable, B_FALSE); in vsw_ldc_attach()
1101 (portp->p_hio_capable == B_TRUE)) { in vsw_hio_port_reset()
1135 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()
2756 (void) atomic_swap_32(&port->p_hio_capable, B_TRUE); in vsw_process_attr_info()
2758 (void) atomic_swap_32(&port->p_hio_capable, B_FALSE); in vsw_process_attr_info()
H A Dvsw_hio.c480 (portp->p_hio_capable == B_FALSE)) { in vsw_hio_start_ports()
H A Dvsw.c2561 portp->p_hio_capable = B_FALSE; in vsw_port_read_props()