Searched refs:TCB_COOKIE_V (Results 1 – 2 of 2) sorted by relevance
72 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(ftid)); in set_tcb_field()135 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(cookie)); in mk_set_tcb_ulp()
723 #define TCB_COOKIE_V(x) ((x) << TCB_COOKIE_S) macro