Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c207 req->params = htons(V_L2T_W_PORT(e->lport) | V_L2T_W_NOREPLY(!sync)); in write_l2e()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h2233 #define V_L2T_W_PORT(x) ((x) << S_L2T_W_PORT) macro