Home
last modified time | relevance | path

Searched refs:TPF_OPEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1385 if ((pi->flags & TPF_OPEN) != 0) { in t4_mc_setprop()
1659 if ((pi->flags & TPF_OPEN) != 0) { in t4_port_enable()
1703 pi->flags |= TPF_OPEN; in t4_port_enable()
1739 pi->flags &= ~TPF_OPEN; in t4_port_disable()
2011 if ((pi->flags & TPF_OPEN) != 0 && in t4_setprop_priv()
2070 if ((pi->flags & TPF_OPEN) != 0) { in t4_setprop_priv()
2088 if ((pi->flags & TPF_OPEN) != 0) { in t4_setprop_priv()
H A Dadapter.h538 TPF_OPEN = (1 << 1), enumerator
H A Dt4_nexus.c3002 if ((pi->flags & TPF_OPEN) != 0 && pi->link_cfg.new_module) { in t4_os_portmod_changed()