Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_common.h58 static inline void *chcr_copy_to_txd(const void *src, const struct sge_txq *q, in chcr_copy_to_txd() function
H A Dchcr_ktls.c817 return chcr_copy_to_txd(buf, &q->q, pos, in chcr_write_cpl_set_tcb_ulp()
1081 chcr_copy_to_txd(buf, &q->q, pos, pktlen); in chcr_ktls_write_tcp_options()
1214 pos = chcr_copy_to_txd(&tx_info->key_ctx, &q->q, pos, in chcr_ktls_xmit_wr_complete()
1390 pos = chcr_copy_to_txd(&tx_info->key_ctx, &q->q, pos, in chcr_ktls_xmit_wr_short()
1434 pos = chcr_copy_to_txd(prior_data, &q->q, pos, 16); in chcr_ktls_xmit_wr_short()
1548 pos = chcr_copy_to_txd(prior_data, &q->q, pos, 16); in chcr_ktls_tx_plaintxt()