Home
last modified time | relevance | path

Searched refs:TCB_WORD_V (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c33 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(cookie)); in __set_tcb_field_direct()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c345 req->word_cookie = htons(TCB_WORD_V(word)); in chcr_set_tcb_field()
774 cpl->word_cookie = htons(TCB_WORD_V(word)); in __chcr_write_cpl_set_tcb_ulp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
H A Dt4_msg.h719 #define TCB_WORD_V(x) ((x) << TCB_WORD_S) macro