Searched refs:vcaps (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 224 const struct vcap_info *vcap = &vctrl->vcaps[vt]; in vcap_verify_keystream_keyset() 315 tgt = vctrl->vcaps[vt].keyfield_set_typegroups; in vcap_find_keystream_typegroup_sw() 317 for (sw_idx = vctrl->vcaps[vt].sw_count; sw_idx >= 0; sw_idx--) { in vcap_find_keystream_typegroup_sw() 321 res = vcap_verify_typegroups(stream, vctrl->vcaps[vt].sw_width, in vcap_find_keystream_typegroup_sw() 348 keyfield_set = vctrl->vcaps[vt].keyfield_set; in vcap_find_keystream_keysets() 349 for (idx = 0; idx < vctrl->vcaps[vt].keyfield_set_size; ++idx) { in vcap_find_keystream_keysets() 377 keyset_sw_regs = DIV_ROUND_UP(vctrl->vcaps[vt].sw_width, 32); in vcap_addr_keysets() 401 if (keyset >= vctrl->vcaps[vt].keyfield_set_size) in vcap_keyfields() 403 return vctrl->vcaps[vt].keyfield_set_map[keyset]; in vcap_keyfields() 414 if (keyset >= vctrl->vcaps[vt].keyfield_set_size) in vcap_keyfieldset() [all …]
|
| H A D | vcap_api_debugfs.c | 270 const struct vcap_info *vcap = &vctrl->vcaps[admin->vtype]; in vcap_show_admin_info() 449 sprintf(name, "raw_%s_%d", vctrl->vcaps[admin->vtype].name, in vcap_debugfs() 458 sprintf(name, "%s_%d", vctrl->vcaps[admin->vtype].name, in vcap_debugfs()
|
| H A D | vcap_api.h | 275 const struct vcap_info *vcaps; /* client supplied vcap models */ member
|
| H A D | vcap_api_debugfs_kunit.c | 237 .vcaps = kunit_test_vcaps,
|
| H A D | vcap_api_kunit.c | 227 .vcaps = kunit_test_vcaps,
|
| /linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
| H A D | lan969x.c | 325 .vcaps = lan969x_vcaps,
|
| /linux/security/ |
| H A D | commoncap.c | 767 struct cpu_vfs_cap_data vcaps; in get_file_caps() local 786 file->f_path.dentry, &vcaps); in get_file_caps() 796 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_fcap); in get_file_caps()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_vcap_debugfs.c | 225 vcap = &vctrl->vcaps[admin->vtype]; in lan966x_vcap_port_info()
|
| H A D | lan966x_vcap_impl.c | 719 ctrl->vcaps = lan966x_vcaps; in lan966x_vcap_init()
|
| /linux/kernel/ |
| H A D | auditsc.c | 2744 struct cpu_vfs_cap_data vcaps; in __audit_log_bprm_fcaps() local 2755 bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps() 2757 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps() 2758 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps() 2759 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps() 2760 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps() 2761 ax->fcap_ver = (vcaps.magic_etc & VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT; in __audit_log_bprm_fcaps()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_vcap_debugfs.c | 449 vcap = &vctrl->vcaps[admin->vtype]; in sparx5_port_info()
|
| H A D | sparx5_main.h | 324 const struct vcap_info *vcaps; member
|