/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
H A D | vdec_h264_if.c | 120 * @ctx : point to mtk_vcodec_ctx 128 struct mtk_vcodec_ctx *ctx; member 145 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf() 164 mtk_vcodec_mem_free(inst->ctx, mem); in free_predication_buf() 177 mtk_vcodec_mem_free(inst->ctx, mem); in alloc_mv_buf() 179 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_mv_buf() 199 mtk_vcodec_mem_free(inst->ctx, mem); in free_mv_buf() 272 static int vdec_h264_init(struct mtk_vcodec_ctx *ctx) in vdec_h264_init() argument 281 inst->ctx = ctx; in vdec_h264_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | dev.h | 194 struct iwl_rxon_context *ctx; member 210 struct iwl_rxon_context *ctx; member 900 return vif_priv->ctx; in iwl_rxon_ctx_from_vif() 903 #define for_each_context(priv, ctx) \ 904 for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \ 905 ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \ 906 if (priv->valid_contexts & BIT(ctx->ctxid)) 908 static inline int iwl_is_associated_ctx(struct iwl_rxon_context *ctx) in iwl_is_associated_ctx() argument 910 return (ctx in iwl_is_associated_ctx() 921 struct iwl_rxon_context *ctx; iwl_is_any_associated() local [all...] |
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 411 struct eventfd_ctx **ctx; in vfio_ccw_mdev_set_irqs() local 420 ctx = &private->io_trigger; in vfio_ccw_mdev_set_irqs() 423 ctx = &private->crw_trigger; in vfio_ccw_mdev_set_irqs() 432 if (*ctx) in vfio_ccw_mdev_set_irqs() 433 eventfd_signal(*ctx, 1); in vfio_ccw_mdev_set_irqs() 443 if (trigger && *ctx) in vfio_ccw_mdev_set_irqs() 444 eventfd_signal(*ctx, 1); in vfio_ccw_mdev_set_irqs() 455 if (*ctx) in vfio_ccw_mdev_set_irqs() 456 eventfd_ctx_put(*ctx); in vfio_ccw_mdev_set_irqs() 457 *ctx in vfio_ccw_mdev_set_irqs() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_nat.c | 138 static int nft_nat_validate(const struct nft_ctx *ctx, in nft_nat_validate() argument 145 if (ctx->family != NFPROTO_IPV4 && in nft_nat_validate() 146 ctx->family != NFPROTO_IPV6 && in nft_nat_validate() 147 ctx->family != NFPROTO_INET) in nft_nat_validate() 150 err = nft_chain_validate_dependency(ctx->chain, NFT_CHAIN_T_NAT); in nft_nat_validate() 156 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate() 161 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate() 170 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init() argument 198 if (ctx->family != NFPROTO_INET && ctx in nft_nat_init() 309 nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_nat_destroy() argument [all...] |
H A D | nft_cmp.c | 72 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init() argument 138 static int __nft_cmp_offload(struct nft_offload_ctx *ctx, in __nft_cmp_offload() argument 142 struct nft_offload_reg *reg = &ctx->regs[priv->sreg]; in __nft_cmp_offload() 172 nft_offload_update_dependency(ctx, &priv->data, reg->len); in __nft_cmp_offload() 177 static int nft_cmp_offload(struct nft_offload_ctx *ctx, in nft_cmp_offload() argument 183 return __nft_cmp_offload(ctx, flow, priv); in nft_cmp_offload() 195 static int nft_cmp_fast_init(const struct nft_ctx *ctx, in nft_cmp_fast_init() argument 224 static int nft_cmp_fast_offload(struct nft_offload_ctx *ctx, in nft_cmp_fast_offload() argument 240 return __nft_cmp_offload(ctx, flow, &cmp); in nft_cmp_fast_offload() 295 static int nft_cmp16_fast_init(const struct nft_ctx *ctx, in nft_cmp16_fast_init() argument 321 nft_cmp16_fast_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_cmp16_fast_offload() argument 366 nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) nft_cmp_select_ops() argument [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | locks.c | 358 struct file_lock_context *ctx; in ceph_count_locks() local 363 ctx = inode->i_flctx; in ceph_count_locks() 364 if (ctx) { in ceph_count_locks() 365 spin_lock(&ctx->flc_lock); in ceph_count_locks() 366 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks() 368 list_for_each_entry(lock, &ctx->flc_flock, fl_list) in ceph_count_locks() 370 spin_unlock(&ctx->flc_lock); in ceph_count_locks() 417 struct file_lock_context *ctx = inode->i_flctx; in ceph_encode_locks_to_buffer() local 426 if (!ctx) in ceph_encode_locks_to_buffer() 429 spin_lock(&ctx in ceph_encode_locks_to_buffer() [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | locks.c | 375 struct file_lock_context *ctx; in ceph_count_locks() local 380 ctx = locks_inode_context(inode); in ceph_count_locks() 381 if (ctx) { in ceph_count_locks() 382 spin_lock(&ctx->flc_lock); in ceph_count_locks() 383 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks() 385 list_for_each_entry(lock, &ctx->flc_flock, fl_list) in ceph_count_locks() 387 spin_unlock(&ctx->flc_lock); in ceph_count_locks() 434 struct file_lock_context *ctx = locks_inode_context(inode); in ceph_encode_locks_to_buffer() local 443 if (!ctx) in ceph_encode_locks_to_buffer() 446 spin_lock(&ctx in ceph_encode_locks_to_buffer() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | dev.h | 189 struct iwl_rxon_context *ctx; member 205 struct iwl_rxon_context *ctx; member 896 return vif_priv->ctx; in iwl_rxon_ctx_from_vif() 899 #define for_each_context(priv, ctx) \ 900 for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \ 901 ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \ 902 if (priv->valid_contexts & BIT(ctx->ctxid)) 904 static inline int iwl_is_associated_ctx(struct iwl_rxon_context *ctx) in iwl_is_associated_ctx() argument 906 return (ctx in iwl_is_associated_ctx() 917 struct iwl_rxon_context *ctx; iwl_is_any_associated() local [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-sched.c | 197 struct blk_mq_ctx *ctx) in blk_mq_next_ctx() 199 unsigned short idx = ctx->index_hw[hctx->type]; in blk_mq_next_ctx() 219 struct blk_mq_ctx *ctx = READ_ONCE(hctx->dispatch_from); in blk_mq_do_dispatch_ctx() local 238 rq = blk_mq_dequeue_from_ctx(hctx, ctx); in blk_mq_do_dispatch_ctx() 262 ctx = blk_mq_next_ctx(hctx, rq->mq_ctx); in blk_mq_do_dispatch_ctx() 266 WRITE_ONCE(hctx->dispatch_from, ctx); in blk_mq_do_dispatch_ctx() 343 struct blk_mq_ctx *ctx; in blk_mq_sched_bio_merge() local 353 ctx = blk_mq_get_ctx(q); in blk_mq_sched_bio_merge() 354 hctx = blk_mq_map_queue(q, bio->bi_opf, ctx); in blk_mq_sched_bio_merge() 357 list_empty_careful(&ctx in blk_mq_sched_bio_merge() 196 blk_mq_next_ctx(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx) blk_mq_next_ctx() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_bo.c | 73 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_placement() local 83 ret = ttm_bo_validate(bo, placement, &ctx); in vmw_bo_pin_in_placement() 109 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_vram_or_gmr() local 122 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_vram_or_gmr() 129 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_vram_or_gmr() 178 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_start_of_vram() local 196 ctx.interruptible = false; in vmw_bo_pin_in_start_of_vram() 200 (void)ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_start_of_vram() 207 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_start_of_vram() 280 struct ttm_operation_ctx ctx in vmw_bo_pin_reserved() local 378 struct ttm_operation_ctx ctx = { vmw_bo_init() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_cmp.c | 72 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init() argument 139 static int __nft_cmp_offload(struct nft_offload_ctx *ctx, in __nft_cmp_offload() argument 143 struct nft_offload_reg *reg = &ctx->regs[priv->sreg]; in __nft_cmp_offload() 173 nft_offload_update_dependency(ctx, &priv->data, reg->len); in __nft_cmp_offload() 178 static int nft_cmp_offload(struct nft_offload_ctx *ctx, in nft_cmp_offload() argument 184 return __nft_cmp_offload(ctx, flow, priv); in nft_cmp_offload() 209 static int nft_cmp_fast_init(const struct nft_ctx *ctx, in nft_cmp_fast_init() argument 238 static int nft_cmp_fast_offload(struct nft_offload_ctx *ctx, in nft_cmp_fast_offload() argument 254 return __nft_cmp_offload(ctx, flow, &cmp); in nft_cmp_fast_offload() 311 static int nft_cmp16_fast_init(const struct nft_ctx *ctx, in nft_cmp16_fast_init() argument 337 nft_cmp16_fast_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_cmp16_fast_offload() argument 384 nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) nft_cmp_select_ops() argument [all...] |
H A D | nft_nat.c | 139 static int nft_nat_validate(const struct nft_ctx *ctx, in nft_nat_validate() argument 146 if (ctx->family != NFPROTO_IPV4 && in nft_nat_validate() 147 ctx->family != NFPROTO_IPV6 && in nft_nat_validate() 148 ctx->family != NFPROTO_INET) in nft_nat_validate() 151 err = nft_chain_validate_dependency(ctx->chain, NFT_CHAIN_T_NAT); in nft_nat_validate() 157 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate() 162 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate() 171 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init() argument 199 if (ctx->family != NFPROTO_INET && ctx in nft_nat_init() 308 nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_nat_destroy() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_aemphasis.c | 100 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument 102 AudioEmphasisContext *s = ctx->priv; in filter_channels() 129 AVFilterContext *ctx = inlink->dst; in filter_frame() local 130 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 146 ff_filter_execute(ctx, filter_channels, &td, NULL, in filter_frame() 147 FFMIN(inlink->ch_layout.nb_channels, ff_filter_get_nb_threads(ctx))); in filter_frame() 209 AVFilterContext *ctx = inlink->dst; in config_input() local 210 AudioEmphasisContext *s = ctx->priv; in config_input() 336 static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, in process_command() argument 341 ret = ff_filter_process_command(ctx, cm in process_command() 348 uninit(AVFilterContext *ctx) uninit() argument [all...] |
H A D | af_replaygain.c | 322 static int query_formats(AVFilterContext *ctx) in query_formats() argument 329 (ret = ff_set_common_formats (ctx , formats )) < 0 || in query_formats() 331 (ret = ff_set_common_channel_layouts (ctx , layout )) < 0) in query_formats() 340 return ff_set_common_samplerates(ctx, formats); in query_formats() 345 AVFilterContext *ctx = inlink->dst; in config_input() local 346 ReplayGainContext *s = ctx->priv; in config_input() 550 AVFilterContext *ctx = inlink->dst; in filter_frame() local 551 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 552 ReplayGainContext *s = ctx->priv; in filter_frame() 579 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument [all...] |
H A D | vf_noise.c | 133 static int query_formats(AVFilterContext *ctx) in query_formats() argument 145 return ff_set_common_formats(ctx, formats); in query_formats() 224 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument 226 NoiseContext *s = ctx->priv; in filter_slice() 244 AVFilterContext *ctx = inlink->dst; in filter_frame() local 245 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 246 NoiseContext *n = ctx->priv; in filter_frame() 275 ff_filter_execute(ctx, filter_slice, &td, NULL, in filter_frame() 276 FFMIN(n->height[0], ff_filter_get_nb_threads(ctx))); in filter_frame() 284 static av_cold int init(AVFilterContext *ctx) in init() argument 315 uninit(AVFilterContext *ctx) uninit() argument [all...] |
H A D | vf_neighbor.c | 230 AVFilterContext *ctx = inlink->dst; in config_input() local 231 NContext *s = ctx->priv; in config_input() 245 if (!strcmp(ctx->filter->name, "erosion")) in config_input() 247 else if (!strcmp(ctx->filter->name, "dilation")) in config_input() 249 else if (!strcmp(ctx->filter->name, "deflate")) in config_input() 251 else if (!strcmp(ctx->filter->name, "inflate")) in config_input() 257 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument 259 NContext *s = ctx->priv; in filter_slice() 313 AVFilterContext *ctx = inlink->dst; in filter_frame() local 314 AVFilterLink *outlink = ctx in filter_frame() [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_cust.c | 341 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() argument 343 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type, in SSL_CTX_has_client_custom_ext() 347 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument 356 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern() 374 && SSL_CTX_ct_is_enabled(ctx)) in add_custom_ext_intern() 412 static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, in add_old_custom_ext() argument 438 ret = add_custom_ext_intern(ctx, role, ext_type, in add_old_custom_ext() 455 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() argument 461 return add_old_custom_ext(ctx, ENDPOINT_CLIENT, ext_type, in SSL_CTX_add_client_custom_ext() 469 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigne argument 483 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512p8-ppc.pl | 90 $ctx="r3"; 200 lvx_4w $A,$x00,$ctx 201 lvx_4w $E,$x10,$ctx 210 lvx_u $A,$x00,$ctx 211 lvx_u $C,$x10,$ctx 212 lvx_u $E,$x20,$ctx 214 lvx_u $G,$x30,$ctx 278 stvx_4w $A,$x00,$ctx 279 stvx_4w $E,$x10,$ctx 286 stvx_u $A,$x00,$ctx [all...] |
/third_party/openssl/ssl/statem/ |
H A D | extensions_cust.c | 339 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() argument 341 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type, in SSL_CTX_has_client_custom_ext() 345 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument 354 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern() 372 && SSL_CTX_ct_is_enabled(ctx)) in add_custom_ext_intern() 410 static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, in add_old_custom_ext() argument 436 ret = add_custom_ext_intern(ctx, role, ext_type, in add_old_custom_ext() 453 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() argument 459 return add_old_custom_ext(ctx, ENDPOINT_CLIENT, ext_type, in SSL_CTX_add_client_custom_ext() 467 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigne argument 481 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512p8-ppc.pl | 90 $ctx="r3"; 200 lvx_4w $A,$x00,$ctx 201 lvx_4w $E,$x10,$ctx 210 lvx_u $A,$x00,$ctx 211 lvx_u $C,$x10,$ctx 212 lvx_u $E,$x20,$ctx 214 lvx_u $G,$x30,$ctx 278 stvx_4w $A,$x00,$ctx 279 stvx_4w $E,$x10,$ctx 286 stvx_u $A,$x00,$ctx [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 191 ES3Checker (const glu::RenderContext& ctx, const FormatDB& formats) in ES3Checker() argument 192 : Checker (ctx, formats) in ES3Checker() 193 , m_ctxInfo (glu::ContextInfo::create(ctx)) in ES3Checker() 304 NumLayersTest (fboc::Context& ctx, NumLayersParams param) in NumLayersTest() argument 305 : fboc::ParamTest<NumLayersParams> (ctx, param) {} in NumLayersTest() 408 NumSamplesTest (fboc::Context& ctx, NumSamplesParams param) in NumSamplesTest() argument 409 : fboc::ParamTest<NumSamplesParams> (ctx, param) {} in NumSamplesTest() 466 Checker* createChecker (const glu::RenderContext& ctx, const FormatDB& formats) { return new ES3Checker(ctx, formats); } in createChecker() argument 535 TestGroup::TestGroup (Context& ctx) in TestGroup() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 122 vring->ctx = kcalloc(vring->size, sizeof(vring->ctx[0]), GFP_KERNEL); in wil_vring_alloc() 123 if (!vring->ctx) { in wil_vring_alloc() 145 kfree(vring->ctx); in wil_vring_alloc() 146 vring->ctx = NULL; in wil_vring_alloc() 166 vring->va, &vring->pa, vring->ctx); in wil_vring_alloc() 172 struct wil_ctx *ctx) in wil_txdesc_unmap() 178 switch (ctx->mapped_as) { in wil_txdesc_unmap() 201 &vring->pa, vring->ctx); in wil_vring_free() 205 &vring->pa, vring->ctx); in wil_vring_free() 171 wil_txdesc_unmap(struct device *dev, union wil_tx_desc *desc, struct wil_ctx *ctx) wil_txdesc_unmap() argument 211 struct wil_ctx *ctx; wil_vring_free() local 2012 struct wil_ctx *ctx; __wil_tx_vring_tso() local 2169 struct wil_ctx *ctx; __wil_tx_ring() local 2453 struct wil_ctx *ctx = &vring->ctx[vring->swtail]; wil_tx_complete() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 122 vring->ctx = kcalloc(vring->size, sizeof(vring->ctx[0]), GFP_KERNEL); in wil_vring_alloc() 123 if (!vring->ctx) { in wil_vring_alloc() 145 kfree(vring->ctx); in wil_vring_alloc() 146 vring->ctx = NULL; in wil_vring_alloc() 166 vring->va, &vring->pa, vring->ctx); in wil_vring_alloc() 172 struct wil_ctx *ctx) in wil_txdesc_unmap() 178 switch (ctx->mapped_as) { in wil_txdesc_unmap() 201 &vring->pa, vring->ctx); in wil_vring_free() 205 &vring->pa, vring->ctx); in wil_vring_free() 171 wil_txdesc_unmap(struct device *dev, union wil_tx_desc *desc, struct wil_ctx *ctx) wil_txdesc_unmap() argument 211 struct wil_ctx *ctx; wil_vring_free() local 2010 struct wil_ctx *ctx; __wil_tx_vring_tso() local 2167 struct wil_ctx *ctx; __wil_tx_ring() local 2451 struct wil_ctx *ctx = &vring->ctx[vring->swtail]; wil_tx_complete() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 274 struct ionic_admin_ctx ctx = { in ionic_qcq_enable() local 275 .work = COMPLETION_INITIALIZER_ONSTACK(ctx.work), in ionic_qcq_enable() 290 ctx.cmd.q_control.index, ctx.cmd.q_control.type); in ionic_qcq_enable() 295 ret = ionic_adminq_post_wait(lif, &ctx); in ionic_qcq_enable() 316 struct ionic_admin_ctx ctx = { in ionic_qcq_disable() local 317 .work = COMPLETION_INITIALIZER_ONSTACK(ctx.work), in ionic_qcq_disable() 349 ctx.cmd.q_control.lif_index = cpu_to_le16(lif->index); in ionic_qcq_disable() 350 ctx.cmd.q_control.type = q->type; in ionic_qcq_disable() 351 ctx in ionic_qcq_disable() 793 struct ionic_admin_ctx ctx = { ionic_lif_txq_init() local 861 struct ionic_admin_ctx ctx = { ionic_lif_rxq_init() local 1070 struct ionic_admin_ctx ctx = { ionic_lif_set_hwstamp_txmode() local 1085 struct ionic_admin_ctx ctx = { ionic_lif_del_hwstamp_rxfilt() local 1120 struct ionic_admin_ctx ctx = { ionic_lif_add_hwstamp_rxfilt() local 1414 struct ionic_admin_ctx ctx = { ionic_lif_rx_mode() local 1501 struct ionic_admin_ctx ctx = { ionic_set_nic_features() local 1666 struct ionic_admin_ctx ctx = { ionic_set_attr_mac() local 1681 struct ionic_admin_ctx ctx = { ionic_get_attr_mac() local 1787 struct ionic_admin_ctx ctx = { ionic_change_mtu() local 1881 struct ionic_admin_ctx ctx = { ionic_lif_rss_config() local 1944 struct ionic_admin_ctx ctx = { ionic_lif_quiesce() local 3487 struct ionic_admin_ctx ctx = { ionic_lif_notifyq_init() local 3532 struct ionic_admin_ctx ctx = { ionic_station_set() local 3679 struct ionic_admin_ctx ctx = { ionic_lif_set_netdev_info() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | shash.c | 284 struct crypto_shash **ctx = crypto_ahash_ctx(tfm); in shash_async_setkey() local 286 return crypto_shash_setkey(*ctx, key, keylen); in shash_async_setkey() 291 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init() local 294 desc->tfm = *ctx; in shash_async_init() 345 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup() local 348 desc->tfm = *ctx; in shash_async_finup() 379 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest() local 382 desc->tfm = *ctx; in shash_async_digest() 394 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import() local 397 desc->tfm = *ctx; in shash_async_import() 404 struct crypto_shash **ctx = crypto_tfm_ctx(tfm); crypto_exit_shash_ops_async() local 414 struct crypto_shash **ctx = crypto_tfm_ctx(tfm); crypto_init_shash_ops_async() local 452 struct crypto_shash **ctx = crypto_ahash_ctx(hash); crypto_clone_shash_ops_async() local [all...] |