Searched refs:CHCR_SRC_SG_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 155 #define CHCR_SRC_SG_SIZE (0x10000 - sizeof(int)) macro
|
H A D | chcr_algo.c | 535 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg() 551 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg() 627 CHCR_SRC_SG_SIZE); in chcr_hash_ent_in_wr() 663 CHCR_SRC_SG_SIZE); in chcr_sg_ent_in_wr() 833 CHCR_SRC_SG_SIZE, reqctx->src_ofst); in create_cipher_wr() 1590 CHCR_SRC_SG_SIZE, req_ctx->hctx_wr.src_ofst); in create_hash_wr() 2481 CHCR_SRC_SG_SIZE, 0); in create_authenc_wr() 3077 CHCR_SRC_SG_SIZE, 0); in create_aead_ccm_wr() 3171 CHCR_SRC_SG_SIZE, 0); in create_gcm_wr()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 155 #define CHCR_SRC_SG_SIZE (0x10000 - sizeof(int)) macro
|
H A D | chcr_algo.c | 531 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg() 547 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg() 623 CHCR_SRC_SG_SIZE); in chcr_hash_ent_in_wr() 659 CHCR_SRC_SG_SIZE); in chcr_sg_ent_in_wr() 826 CHCR_SRC_SG_SIZE, reqctx->src_ofst); in create_cipher_wr() 1584 CHCR_SRC_SG_SIZE, req_ctx->hctx_wr.src_ofst); in create_hash_wr() 2476 CHCR_SRC_SG_SIZE, 0); in create_authenc_wr() 3072 CHCR_SRC_SG_SIZE, 0); in create_aead_ccm_wr() 3166 CHCR_SRC_SG_SIZE, 0); in create_gcm_wr()
|
Completed in 13 milliseconds