Searched refs:chcr_copy_to_txd (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_common.h | 58 static inline void *chcr_copy_to_txd(const void *src, const struct sge_txq *q, in chcr_copy_to_txd() function
|
D | chcr_ktls.c | 817 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()
|