Searched refs:opalmethod (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/block/ |
D | sed-opal.c | 188 static const u8 opalmethod[][OPAL_METHOD_LENGTH] = { variable 1278 err = cmd_start(dev, table, opalmethod[OPAL_GET]); in generic_get_columns() 1342 err = cmd_start(dev, uid, opalmethod[OPAL_GENKEY]); in gen_key() 1422 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in generic_table_write_data() 1472 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in generic_lr_enable_disable() 1532 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in setup_locking_range() 1706 opalmethod[OPAL_STARTSESSION]); in start_generic_opal_session() 1812 opalmethod[OPAL_STARTSESSION]); in start_auth_opal_session() 1840 opalmethod[OPAL_REVERT]); in revert_tper() 1858 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in internal_activate_user() [all …]
|