Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe.h539 #define CLIENT_FLG_BIND 0x002 macro
551 ((pUM)->clientState[(client)] & CLIENT_FLG_BIND))
560 ((pUM)->clientState[(client)] |= CLIENT_FLG_BIND)
563 ((pUM)->clientState[(client)] &= ~CLIENT_FLG_BIND)