Home
last modified time | relevance | path

Searched refs:ll_ops (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/block/
Dblk-crypto-profile.c288 err = profile->ll_ops.keyslot_program(profile, key, slot_idx); in blk_crypto_get_keyslot()
380 if (profile->ll_ops.keyslot_evict) { in __blk_crypto_evict_key()
382 err = profile->ll_ops.keyslot_evict(profile, key, -1); in __blk_crypto_evict_key()
398 err = profile->ll_ops.keyslot_evict(profile, key, in __blk_crypto_evict_key()
436 err = profile->ll_ops.keyslot_program(profile, key, slot); in blk_crypto_reprogram_all_keys()
Dblk-crypto-fallback.c553 profile->ll_ops = blk_crypto_fallback_ll_ops; in blk_crypto_fallback_init()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c447 mlxsw_sp_fib_entry_priv_create(const struct mlxsw_sp_router_ll_ops *ll_ops) in mlxsw_sp_fib_entry_priv_create() argument
451 if (!ll_ops->fib_entry_priv_size) in mlxsw_sp_fib_entry_priv_create()
455 priv = kzalloc(sizeof(*priv) + ll_ops->fib_entry_priv_size, GFP_KERNEL); in mlxsw_sp_fib_entry_priv_create()
540 const struct mlxsw_sp_router_ll_ops *ll_ops; member
584 const struct mlxsw_sp_router_ll_ops *ll_ops = mlxsw_sp->router->proto_ll_ops[proto]; in mlxsw_sp_fib_create() local
589 err = ll_ops->init(mlxsw_sp, vr->id, proto); in mlxsw_sp_fib_create()
604 fib->ll_ops = ll_ops; in mlxsw_sp_fib_create()
643 const struct mlxsw_sp_router_ll_ops *ll_ops, in mlxsw_sp_lpm_tree_alloc() argument
651 return ll_ops->ralta_write(mlxsw_sp, xralta_pl); in mlxsw_sp_lpm_tree_alloc()
655 const struct mlxsw_sp_router_ll_ops *ll_ops, in mlxsw_sp_lpm_tree_free() argument
[all …]
/linux-5.19.10/include/linux/
Dblk-crypto-profile.h78 struct blk_crypto_ll_ops ll_ops; member
/linux-5.19.10/drivers/mmc/host/
Dcqhci-crypto.c207 profile->ll_ops = cqhci_crypto_ops; in cqhci_crypto_init()
/linux-5.19.10/drivers/ufs/core/
Dufshcd-crypto.c190 hba->crypto_profile.ll_ops = ufshcd_crypto_ops; in ufshcd_hba_init_crypto_capabilities()
/linux-5.19.10/Documentation/block/
Dinline-encryption.rst239 It then must set function pointers in the ``ll_ops`` field of the
/linux-5.19.10/drivers/md/
Ddm-table.c1291 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()