Home
last modified time | relevance | path

Searched full:sa_in (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c135 ctx->sa_in = kcalloc(size, 4, GFP_ATOMIC); in crypto4xx_alloc_sa()
136 if (ctx->sa_in == NULL) in crypto4xx_alloc_sa()
141 kfree(ctx->sa_in); in crypto4xx_alloc_sa()
142 ctx->sa_in = NULL; in crypto4xx_alloc_sa()
153 kfree(ctx->sa_in); in crypto4xx_free_sa()
154 ctx->sa_in = NULL; in crypto4xx_free_sa()
899 ctx->sa_in = NULL; in crypto4xx_ctx_init()
/linux/drivers/scsi/
H A Dscsi_debug.c496 SDEB_I_READ_CAPACITY = 8, /* 10; 16 is in SA_IN(16) */
801 resp_readcap16, sa_in_16_iarr, /* SA_IN(16), READ CAPACITY(16) */