Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h451 #define S_CONN_POLICY 19 macro
453 #define V_CONN_POLICY(x) ((x) << S_CONN_POLICY)
454 #define G_CONN_POLICY(x) (((x) >> S_CONN_POLICY) & M_CONN_POLICY)
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_msg.h543 #define S_CONN_POLICY 22 macro
545 #define V_CONN_POLICY(x) ((x) << S_CONN_POLICY)
546 #define G_CONN_POLICY(x) (((x) >> S_CONN_POLICY) & M_CONN_POLICY)