Home
last modified time | relevance | path

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

/openbmc/linux/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_core.h90 struct ulp_txpkt ulptx; member
H A Dchcr_algo.c807 struct ulptx_sgl *ulptx; in create_cipher_wr() local
1570 struct ulptx_sgl *ulptx; in create_hash_wr() local
2446 struct ulptx_sgl *ulptx; in create_authenc_wr() local
2679 struct ulptx_sgl *ulptx) in chcr_add_aead_src_ent() argument
2685 u8 *buf = (u8 *)ulptx; in chcr_add_aead_src_ent()
2727 void *ulptx, in chcr_add_cipher_src_ent() argument
2732 u8 *buf = ulptx; in chcr_add_cipher_src_ent()
2771 struct ulptx_sgl *ulptx, in chcr_add_hash_src_ent() argument
2778 u8 *buf = (u8 *)ulptx; in chcr_add_hash_src_ent()
3044 struct ulptx_sgl *ulptx; in create_aead_ccm_wr() local
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.h27 struct ulp_txpkt ulptx; member
H A Dchcr_ipsec.c615 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in ch_ipsec_crypto_wreq()
616 wr->req.ulptx.len = htonl(ndesc - 1); in ch_ipsec_crypto_wreq()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1114 struct ulp_txpkt *ulptx; in chcr_ktls_xmit_wr_complete() local
1163 ulptx = pos; in chcr_ktls_xmit_wr_complete()
1168 ulptx->len = htonl(len16 - 1); in chcr_ktls_xmit_wr_complete()
1170 idata = (struct ulptx_idata *)(ulptx + 1); in chcr_ktls_xmit_wr_complete()
1290 struct ulp_txpkt *ulptx; in chcr_ktls_xmit_wr_short() local
1345 ulptx = pos; in chcr_ktls_xmit_wr_short()
1350 ulptx->len = htonl(len16 - 1); in chcr_ktls_xmit_wr_short()
1352 idata = (struct ulptx_idata *)(ulptx + 1); in chcr_ktls_xmit_wr_short()
1473 struct ulp_txpkt *ulptx; in chcr_ktls_tx_plaintxt() local
1521 ulptx = (struct ulp_txpkt *)(wr + 1); in chcr_ktls_tx_plaintxt()
[all …]