Home
last modified time | relevance | path

Searched refs:ulptx (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_crypto.h337 void chcr_add_aead_src_ent(struct aead_request *req, struct ulptx_sgl *ulptx);
339 void *ulptx,
347 void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
H A Dchcr_algo.c807 struct ulptx_sgl *ulptx; in create_cipher_wr() local
1570 struct ulptx_sgl *ulptx; in create_hash_wr() local
2453 struct ulptx_sgl *ulptx; in create_authenc_wr() local
2686 struct ulptx_sgl *ulptx) in chcr_add_aead_src_ent() argument
2692 u8 *buf = (u8 *)ulptx; in chcr_add_aead_src_ent()
2734 void *ulptx, in chcr_add_cipher_src_ent() argument
2739 u8 *buf = ulptx; in chcr_add_cipher_src_ent()
2778 struct ulptx_sgl *ulptx, in chcr_add_hash_src_ent() argument
2785 u8 *buf = (u8 *)ulptx; in chcr_add_hash_src_ent()
3051 struct ulptx_sgl *ulptx; in create_aead_ccm_wr() local
[all …]
H A Dchcr_core.h90 struct ulp_txpkt ulptx; member
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1110 struct ulp_txpkt *ulptx; in chcr_ktls_xmit_wr_complete() local
1159 ulptx = pos; in chcr_ktls_xmit_wr_complete()
1164 ulptx->len = htonl(len16 - 1); in chcr_ktls_xmit_wr_complete()
1166 idata = (struct ulptx_idata *)(ulptx + 1); in chcr_ktls_xmit_wr_complete()
1286 struct ulp_txpkt *ulptx; in chcr_ktls_xmit_wr_short() local
1341 ulptx = pos; in chcr_ktls_xmit_wr_short()
1346 ulptx->len = htonl(len16 - 1); in chcr_ktls_xmit_wr_short()
1348 idata = (struct ulptx_idata *)(ulptx + 1); in chcr_ktls_xmit_wr_short()
1469 struct ulp_txpkt *ulptx; in chcr_ktls_tx_plaintxt() local
1517 ulptx = (struct ulp_txpkt *)(wr + 1); in chcr_ktls_tx_plaintxt()
[all …]
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.h26 struct ulp_txpkt ulptx; member
H A Dchcr_ipsec.c597 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in ch_ipsec_crypto_wreq()
598 wr->req.ulptx.len = htonl(ndesc - 1); in ch_ipsec_crypto_wreq()