HomeSort by: relevance | last modified time | path
    Searched defs:comp_ctx (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert_comp.c 97 COMP_CTX *comp_ctx = NULL; local
115 || (comp_ctx = COMP_CTX_new(method)) == NULL
119 comp_length = COMP_compress_block(comp_ctx, comp_data, max_length, data, len);
128 COMP_CTX_free(comp_ctx);
  /src/sys/external/bsd/ena-com/
ena_com.c 208 struct ena_comp_ctx *comp_ctx)
210 comp_ctx->occupied = false;
223 if (unlikely(queue->comp_ctx[command_id].occupied && capture)) {
230 queue->comp_ctx[command_id].occupied = true;
233 return &queue->comp_ctx[command_id];
242 struct ena_comp_ctx *comp_ctx; local
267 comp_ctx = get_comp_ctxt(admin_queue, cmd_id, true);
268 if (unlikely(!comp_ctx))
271 comp_ctx->status = ENA_CMD_SUBMITTED;
272 comp_ctx->comp_size = (u32)comp_size_in_bytes
299 struct ena_comp_ctx *comp_ctx; local
324 struct ena_comp_ctx *comp_ctx; local
467 struct ena_comp_ctx *comp_ctx; local
1268 struct ena_comp_ctx *comp_ctx; local
1373 struct ena_comp_ctx *comp_ctx; local
1595 struct ena_comp_ctx *comp_ctx = get_comp_ctxt(admin_queue, i, false); local
    [all...]
ena_com.h 261 struct ena_comp_ctx *comp_ctx; member in struct:ena_com_admin_queue

Completed in 26 milliseconds