~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/target/target_core_backend.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        sense_reason_t (*parse_cdb)(struct se_cmd *cmd);
35
35
        u32 (*get_device_type)(struct se_device *);
36
36
        sector_t (*get_blocks)(struct se_device *);
 
37
        sector_t (*get_alignment_offset_lbas)(struct se_device *);
 
38
        /* lbppbe = logical blocks per physical block exponent. see SBC-3 */
 
39
        unsigned int (*get_lbppbe)(struct se_device *);
 
40
        unsigned int (*get_io_min)(struct se_device *);
 
41
        unsigned int (*get_io_opt)(struct se_device *);
37
42
        unsigned char *(*get_sense_buffer)(struct se_cmd *);
38
43
        bool (*get_write_cache)(struct se_device *);
39
44
};