Searched refs:chcr_copy_to_txd (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A 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
|
H A D | chcr_ktls.c | 813 return chcr_copy_to_txd(buf, &q->q, pos, in chcr_write_cpl_set_tcb_ulp() 1077 chcr_copy_to_txd(buf, &q->q, pos, pktlen); in chcr_ktls_write_tcp_options() 1210 pos = chcr_copy_to_txd(&tx_info->key_ctx, &q->q, pos, in chcr_ktls_xmit_wr_complete() 1386 pos = chcr_copy_to_txd(&tx_info->key_ctx, &q->q, pos, in chcr_ktls_xmit_wr_short() 1430 pos = chcr_copy_to_txd(prior_data, &q->q, pos, 16); in chcr_ktls_xmit_wr_short() 1544 pos = chcr_copy_to_txd(prior_data, &q->q, pos, 16); in chcr_ktls_tx_plaintxt()
|