Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c206 req->params = htons(V_L2T_W_PORT(e->lport) | V_L2T_W_NOREPLY(!sync)); in write_l2e()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1693 #define V_L2T_W_NOREPLY(x) ((x) << S_L2T_W_NOREPLY) macro
1694 #define F_L2T_W_NOREPLY V_L2T_W_NOREPLY(1U)