~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/target/target_core_fabric_ops.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
         * for scatterlist chaining using transport_do_task_sg_link(),
9
9
         * disabled by default
10
10
         */
11
 
        int task_sg_chaining:1;
 
11
        bool task_sg_chaining;
12
12
        char *(*get_fabric_name)(void);
13
13
        u8 (*get_fabric_proto_ident)(struct se_portal_group *);
14
14
        char *(*tpg_get_wwn)(struct se_portal_group *);
35
35
        /*
36
36
         * Optional function pointer for TCM to perform command map
37
37
         * from TCM processing thread context, for those struct se_cmd
38
 
         * initally allocated in interrupt context.
 
38
         * initially allocated in interrupt context.
39
39
         */
40
40
        int (*new_cmd_map)(struct se_cmd *);
41
41
        /*
77
77
        u16 (*set_fabric_sense_len)(struct se_cmd *, u32);
78
78
        u16 (*get_fabric_sense_len)(void);
79
79
        int (*is_state_remove)(struct se_cmd *);
80
 
        u64 (*pack_lun)(unsigned int);
81
80
        /*
82
81
         * fabric module calls for target_core_fabric_configfs.c
83
82
         */