Searched refs:short_input (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Daegis128-neon-inner.c226 const int short_input = size < AEGIS_BLOCK_SIZE; local
251 if (__builtin_expect(short_input, 0))
262 if (__builtin_expect(short_input, 0))
275 const int short_input = size < AEGIS_BLOCK_SIZE; local
297 if (__builtin_expect(short_input, 0))
308 if (__builtin_expect(short_input, 0))
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c45 * that short_input indirection can be accomplished without copying). The
465 struct hwrm_short_input short_input = {0}; local
515 short_input.req_type = ctx->req->req_type;
516 short_input.signature =
518 short_input.size = cpu_to_le16(msg_len);
519 short_input.req_addr = cpu_to_le64(ctx->dma_handle);
521 data = (u32 *)&short_input;
522 msg_len = sizeof(short_input);

Completed in 131 milliseconds