Searched defs:target_core_fabric_ops (Results 1 – 1 of 1) sorted by relevance
9 struct target_core_fabric_ops { struct10 struct module *module;16 const char *fabric_alias;22 const char *fabric_name;23 size_t node_acl_size;36 u32 max_data_sg_nents;67 void (*release_cmd)(struct se_cmd *);76 int (*write_pending)(struct se_cmd *);78 int (*get_cmd_state)(struct se_cmd *);80 int (*queue_status)(struct se_cmd *);[all …]
Completed in 3 milliseconds