Home
last modified time | relevance | path

Searched refs:target_opcode_descriptor (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/target/
Dtarget_core_spc.c1328 static struct target_opcode_descriptor tcm_opcode_read6 = {
1336 static struct target_opcode_descriptor tcm_opcode_read10 = {
1346 static struct target_opcode_descriptor tcm_opcode_read12 = {
1356 static struct target_opcode_descriptor tcm_opcode_read16 = {
1367 static struct target_opcode_descriptor tcm_opcode_write6 = {
1375 static struct target_opcode_descriptor tcm_opcode_write10 = {
1385 static struct target_opcode_descriptor tcm_opcode_write_verify10 = {
1395 static struct target_opcode_descriptor tcm_opcode_write12 = {
1405 static struct target_opcode_descriptor tcm_opcode_write16 = {
1416 static struct target_opcode_descriptor tcm_opcode_write_verify16 = {
[all …]
/linux-6.6.21/include/target/
Dtarget_core_base.h874 struct target_opcode_descriptor { struct
883 bool (*enabled)(struct target_opcode_descriptor *descr, argument