Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c33 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(cookie)); in __set_tcb_field_direct()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c72 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()
Dt4_msg.h723 #define TCB_COOKIE_V(x) ((x) << TCB_COOKIE_S) macro