hpsa.c (bc537a9cc47eec7f4e32b8164c494ddc35dca8ac) | hpsa.c (eb53a3ea3e009578a388f106620b22b1707cf2f6) |
---|---|
1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2016 Microsemi Corporation 4 * Copyright 2014-2015 PMC-Sierra, Inc. 5 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 962 unchanged lines hidden (view full) --- 971 .slave_alloc = hpsa_slave_alloc, 972 .slave_configure = hpsa_slave_configure, 973 .slave_destroy = hpsa_slave_destroy, 974#ifdef CONFIG_COMPAT 975 .compat_ioctl = hpsa_compat_ioctl, 976#endif 977 .sdev_attrs = hpsa_sdev_attrs, 978 .shost_attrs = hpsa_shost_attrs, | 1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2016 Microsemi Corporation 4 * Copyright 2014-2015 PMC-Sierra, Inc. 5 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 962 unchanged lines hidden (view full) --- 971 .slave_alloc = hpsa_slave_alloc, 972 .slave_configure = hpsa_slave_configure, 973 .slave_destroy = hpsa_slave_destroy, 974#ifdef CONFIG_COMPAT 975 .compat_ioctl = hpsa_compat_ioctl, 976#endif 977 .sdev_attrs = hpsa_sdev_attrs, 978 .shost_attrs = hpsa_shost_attrs, |
979 .max_sectors = 1024, | 979 .max_sectors = 2048, |
980 .no_write_same = 1, 981}; 982 983static inline u32 next_command(struct ctlr_info *h, u8 q) 984{ 985 u32 a; 986 struct reply_queue_buffer *rq = &h->reply_queue[q]; 987 --- 8886 unchanged lines hidden --- | 980 .no_write_same = 1, 981}; 982 983static inline u32 next_command(struct ctlr_info *h, u8 q) 984{ 985 u32 a; 986 struct reply_queue_buffer *rq = &h->reply_queue[q]; 987 --- 8886 unchanged lines hidden --- |