Home
last modified time | relevance | path

Searched defs:se_subsystem_api (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/target/
Dtarget_core_backend.h15 struct se_subsystem_api { struct
16 struct list_head sub_api_list;
18 char name[16];
19 char inquiry_prod[16];
20 char inquiry_rev[4];
21 struct module *owner;
23 u8 transport_flags;
25 int (*attach_hba)(struct se_hba *, u32);
26 void (*detach_hba)(struct se_hba *);
27 int (*pmode_enable_hba)(struct se_hba *, unsigned long);
[all …]