Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h510 #define S_CONN_POLICY 22 macro
512 #define V_CONN_POLICY(x) ((x) << S_CONN_POLICY)
513 #define G_CONN_POLICY(x) (((x) >> S_CONN_POLICY) & M_CONN_POLICY)