Searched refs:ulptx (Results 1 – 6 of 6) sorted by relevance
337 void chcr_add_aead_src_ent(struct aead_request *req, struct ulptx_sgl *ulptx);339 void *ulptx,348 void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
807 struct ulptx_sgl *ulptx; in create_cipher_wr() local1570 struct ulptx_sgl *ulptx; in create_hash_wr() local2445 struct ulptx_sgl *ulptx; in create_authenc_wr() local2678 struct ulptx_sgl *ulptx) in chcr_add_aead_src_ent() argument2684 u8 *buf = (u8 *)ulptx; in chcr_add_aead_src_ent()2726 void *ulptx, in chcr_add_cipher_src_ent() argument2731 u8 *buf = ulptx; in chcr_add_cipher_src_ent()2770 struct ulptx_sgl *ulptx, in chcr_add_hash_src_ent() argument2777 u8 *buf = (u8 *)ulptx; in chcr_add_hash_src_ent()3043 struct ulptx_sgl *ulptx; in create_aead_ccm_wr() local[all …]
90 struct ulp_txpkt ulptx; member
1114 struct ulp_txpkt *ulptx; in chcr_ktls_xmit_wr_complete() local1163 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() local1345 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() local1521 ulptx = (struct ulp_txpkt *)(wr + 1); in chcr_ktls_tx_plaintxt()[all …]
27 struct ulp_txpkt ulptx; member
609 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in ch_ipsec_crypto_wreq()610 wr->req.ulptx.len = htonl(ndesc - 1); in ch_ipsec_crypto_wreq()
Completed in 23 milliseconds