/kernels/linux-2.6.16-gazineu/drivers/s390/scsi/zfcp_def.h

http://snake-os.googlecode.com/ · C Header · 1187 lines · 827 code · 153 blank · 207 comment · 17 complexity · 07952096119386a0a5f500e110506bae MD5 · raw file

  1. /*
  2. *
  3. * linux/drivers/s390/scsi/zfcp_def.h
  4. *
  5. * FCP adapter driver for IBM eServer zSeries
  6. *
  7. * (C) Copyright IBM Corp. 2002, 2004
  8. *
  9. * Author(s): Martin Peschke <mpeschke@de.ibm.com>
  10. * Raimund Schroeder <raimund.schroeder@de.ibm.com>
  11. * Aron Zeh
  12. * Wolfgang Taphorn
  13. * Stefan Bader <stefan.bader@de.ibm.com>
  14. * Heiko Carstens <heiko.carstens@de.ibm.com>
  15. * Andreas Herrmann <aherrman@de.ibm.com>
  16. * Volker Sameske <sameske@de.ibm.com>
  17. *
  18. * This program is free software; you can redistribute it and/or modify
  19. * it under the terms of the GNU General Public License as published by
  20. * the Free Software Foundation; either version 2, or (at your option)
  21. * any later version.
  22. *
  23. * This program is distributed in the hope that it will be useful,
  24. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. * GNU General Public License for more details.
  27. *
  28. * You should have received a copy of the GNU General Public License
  29. * along with this program; if not, write to the Free Software
  30. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  31. */
  32. #ifndef ZFCP_DEF_H
  33. #define ZFCP_DEF_H
  34. /*************************** INCLUDES *****************************************/
  35. #include <linux/init.h>
  36. #include <linux/moduleparam.h>
  37. #include <linux/miscdevice.h>
  38. #include <linux/major.h>
  39. #include <linux/blkdev.h>
  40. #include <linux/delay.h>
  41. #include <linux/timer.h>
  42. #include <scsi/scsi.h>
  43. #include <scsi/scsi_tcq.h>
  44. #include <scsi/scsi_cmnd.h>
  45. #include <scsi/scsi_device.h>
  46. #include <scsi/scsi_host.h>
  47. #include <scsi/scsi_transport.h>
  48. #include <scsi/scsi_transport_fc.h>
  49. #include "../../fc4/fc.h"
  50. #include "zfcp_fsf.h"
  51. #include <asm/ccwdev.h>
  52. #include <asm/qdio.h>
  53. #include <asm/debug.h>
  54. #include <asm/ebcdic.h>
  55. #include <linux/mempool.h>
  56. #include <linux/syscalls.h>
  57. #include <linux/ioctl.h>
  58. /********************* GENERAL DEFINES *********************************/
  59. /* zfcp version number, it consists of major, minor, and patch-level number */
  60. #define ZFCP_VERSION "4.5.0"
  61. /**
  62. * zfcp_sg_to_address - determine kernel address from struct scatterlist
  63. * @list: struct scatterlist
  64. * Return: kernel address
  65. */
  66. static inline void *
  67. zfcp_sg_to_address(struct scatterlist *list)
  68. {
  69. return (void *) (page_address(list->page) + list->offset);
  70. }
  71. /**
  72. * zfcp_address_to_sg - set up struct scatterlist from kernel address
  73. * @address: kernel address
  74. * @list: struct scatterlist
  75. */
  76. static inline void
  77. zfcp_address_to_sg(void *address, struct scatterlist *list)
  78. {
  79. list->page = virt_to_page(address);
  80. list->offset = ((unsigned long) address) & (PAGE_SIZE - 1);
  81. }
  82. /********************* SCSI SPECIFIC DEFINES *********************************/
  83. /* 32 bit for SCSI ID and LUN as long as the SCSI stack uses this type */
  84. typedef u32 scsi_id_t;
  85. typedef u32 scsi_lun_t;
  86. #define ZFCP_ERP_SCSI_LOW_MEM_TIMEOUT (100*HZ)
  87. #define ZFCP_SCSI_ER_TIMEOUT (100*HZ)
  88. /********************* CIO/QDIO SPECIFIC DEFINES *****************************/
  89. /* Adapter Identification Parameters */
  90. #define ZFCP_CONTROL_UNIT_TYPE 0x1731
  91. #define ZFCP_CONTROL_UNIT_MODEL 0x03
  92. #define ZFCP_DEVICE_TYPE 0x1732
  93. #define ZFCP_DEVICE_MODEL 0x03
  94. #define ZFCP_DEVICE_MODEL_PRIV 0x04
  95. /* allow as many chained SBALs as are supported by hardware */
  96. #define ZFCP_MAX_SBALS_PER_REQ FSF_MAX_SBALS_PER_REQ
  97. #define ZFCP_MAX_SBALS_PER_CT_REQ FSF_MAX_SBALS_PER_REQ
  98. #define ZFCP_MAX_SBALS_PER_ELS_REQ FSF_MAX_SBALS_PER_ELS_REQ
  99. /* DMQ bug workaround: don't use last SBALE */
  100. #define ZFCP_MAX_SBALES_PER_SBAL (QDIO_MAX_ELEMENTS_PER_BUFFER - 1)
  101. /* index of last SBALE (with respect to DMQ bug workaround) */
  102. #define ZFCP_LAST_SBALE_PER_SBAL (ZFCP_MAX_SBALES_PER_SBAL - 1)
  103. /* max. number of (data buffer) SBALEs in largest SBAL chain */
  104. #define ZFCP_MAX_SBALES_PER_REQ \
  105. (ZFCP_MAX_SBALS_PER_REQ * ZFCP_MAX_SBALES_PER_SBAL - 2)
  106. /* request ID + QTCB in SBALE 0 + 1 of first SBAL in chain */
  107. /* FIXME(tune): free space should be one max. SBAL chain plus what? */
  108. #define ZFCP_QDIO_PCI_INTERVAL (QDIO_MAX_BUFFERS_PER_Q \
  109. - (ZFCP_MAX_SBALS_PER_REQ + 4))
  110. #define ZFCP_SBAL_TIMEOUT (5*HZ)
  111. #define ZFCP_TYPE2_RECOVERY_TIME (8*HZ)
  112. /* queue polling (values in microseconds) */
  113. #define ZFCP_MAX_INPUT_THRESHOLD 5000 /* FIXME: tune */
  114. #define ZFCP_MAX_OUTPUT_THRESHOLD 1000 /* FIXME: tune */
  115. #define ZFCP_MIN_INPUT_THRESHOLD 1 /* ignored by QDIO layer */
  116. #define ZFCP_MIN_OUTPUT_THRESHOLD 1 /* ignored by QDIO layer */
  117. #define QDIO_SCSI_QFMT 1 /* 1 for FSF */
  118. /********************* FSF SPECIFIC DEFINES *********************************/
  119. #define ZFCP_ULP_INFO_VERSION 26
  120. #define ZFCP_QTCB_VERSION FSF_QTCB_CURRENT_VERSION
  121. /* ATTENTION: value must not be used by hardware */
  122. #define FSF_QTCB_UNSOLICITED_STATUS 0x6305
  123. #define ZFCP_STATUS_READ_FAILED_THRESHOLD 3
  124. #define ZFCP_STATUS_READS_RECOM FSF_STATUS_READS_RECOM
  125. /* Do 1st retry in 1 second, then double the timeout for each following retry */
  126. #define ZFCP_EXCHANGE_CONFIG_DATA_FIRST_SLEEP 100
  127. #define ZFCP_EXCHANGE_CONFIG_DATA_RETRIES 7
  128. /* timeout value for "default timer" for fsf requests */
  129. #define ZFCP_FSF_REQUEST_TIMEOUT (60*HZ);
  130. /*************** FIBRE CHANNEL PROTOCOL SPECIFIC DEFINES ********************/
  131. typedef unsigned long long wwn_t;
  132. typedef unsigned long long fcp_lun_t;
  133. /* data length field may be at variable position in FCP-2 FCP_CMND IU */
  134. typedef unsigned int fcp_dl_t;
  135. #define ZFCP_FC_SERVICE_CLASS_DEFAULT FSF_CLASS_3
  136. /* timeout for name-server lookup (in seconds) */
  137. #define ZFCP_NS_GID_PN_TIMEOUT 10
  138. /* largest SCSI command we can process */
  139. /* FCP-2 (FCP_CMND IU) allows up to (255-3+16) */
  140. #define ZFCP_MAX_SCSI_CMND_LENGTH 255
  141. /* maximum number of commands in LUN queue (tagged queueing) */
  142. #define ZFCP_CMND_PER_LUN 32
  143. /* task attribute values in FCP-2 FCP_CMND IU */
  144. #define SIMPLE_Q 0
  145. #define HEAD_OF_Q 1
  146. #define ORDERED_Q 2
  147. #define ACA_Q 4
  148. #define UNTAGGED 5
  149. /* task management flags in FCP-2 FCP_CMND IU */
  150. #define FCP_CLEAR_ACA 0x40
  151. #define FCP_TARGET_RESET 0x20
  152. #define FCP_LOGICAL_UNIT_RESET 0x10
  153. #define FCP_CLEAR_TASK_SET 0x04
  154. #define FCP_ABORT_TASK_SET 0x02
  155. #define FCP_CDB_LENGTH 16
  156. #define ZFCP_DID_MASK 0x00FFFFFF
  157. /* FCP(-2) FCP_CMND IU */
  158. struct fcp_cmnd_iu {
  159. fcp_lun_t fcp_lun; /* FCP logical unit number */
  160. u8 crn; /* command reference number */
  161. u8 reserved0:5; /* reserved */
  162. u8 task_attribute:3; /* task attribute */
  163. u8 task_management_flags; /* task management flags */
  164. u8 add_fcp_cdb_length:6; /* additional FCP_CDB length */
  165. u8 rddata:1; /* read data */
  166. u8 wddata:1; /* write data */
  167. u8 fcp_cdb[FCP_CDB_LENGTH];
  168. } __attribute__((packed));
  169. /* FCP(-2) FCP_RSP IU */
  170. struct fcp_rsp_iu {
  171. u8 reserved0[10];
  172. union {
  173. struct {
  174. u8 reserved1:3;
  175. u8 fcp_conf_req:1;
  176. u8 fcp_resid_under:1;
  177. u8 fcp_resid_over:1;
  178. u8 fcp_sns_len_valid:1;
  179. u8 fcp_rsp_len_valid:1;
  180. } bits;
  181. u8 value;
  182. } validity;
  183. u8 scsi_status;
  184. u32 fcp_resid;
  185. u32 fcp_sns_len;
  186. u32 fcp_rsp_len;
  187. } __attribute__((packed));
  188. #define RSP_CODE_GOOD 0
  189. #define RSP_CODE_LENGTH_MISMATCH 1
  190. #define RSP_CODE_FIELD_INVALID 2
  191. #define RSP_CODE_RO_MISMATCH 3
  192. #define RSP_CODE_TASKMAN_UNSUPP 4
  193. #define RSP_CODE_TASKMAN_FAILED 5
  194. /* see fc-fs */
  195. #define LS_FAN 0x60000000
  196. #define LS_RSCN 0x61040000
  197. struct fcp_rscn_head {
  198. u8 command;
  199. u8 page_length; /* always 0x04 */
  200. u16 payload_len;
  201. } __attribute__((packed));
  202. struct fcp_rscn_element {
  203. u8 reserved:2;
  204. u8 event_qual:4;
  205. u8 addr_format:2;
  206. u32 nport_did:24;
  207. } __attribute__((packed));
  208. #define ZFCP_PORT_ADDRESS 0x0
  209. #define ZFCP_AREA_ADDRESS 0x1
  210. #define ZFCP_DOMAIN_ADDRESS 0x2
  211. #define ZFCP_FABRIC_ADDRESS 0x3
  212. #define ZFCP_PORTS_RANGE_PORT 0xFFFFFF
  213. #define ZFCP_PORTS_RANGE_AREA 0xFFFF00
  214. #define ZFCP_PORTS_RANGE_DOMAIN 0xFF0000
  215. #define ZFCP_PORTS_RANGE_FABRIC 0x000000
  216. #define ZFCP_NO_PORTS_PER_AREA 0x100
  217. #define ZFCP_NO_PORTS_PER_DOMAIN 0x10000
  218. #define ZFCP_NO_PORTS_PER_FABRIC 0x1000000
  219. struct fcp_fan {
  220. u32 command;
  221. u32 fport_did;
  222. wwn_t fport_wwpn;
  223. wwn_t fport_wwname;
  224. } __attribute__((packed));
  225. /* see fc-ph */
  226. struct fcp_logo {
  227. u32 command;
  228. u32 nport_did;
  229. wwn_t nport_wwpn;
  230. } __attribute__((packed));
  231. /*
  232. * DBF stuff
  233. */
  234. #define ZFCP_DBF_TAG_SIZE 4
  235. struct zfcp_dbf_dump {
  236. u8 tag[ZFCP_DBF_TAG_SIZE];
  237. u32 total_size; /* size of total dump data */
  238. u32 offset; /* how much data has being already dumped */
  239. u32 size; /* how much data comes with this record */
  240. u8 data[]; /* dump data */
  241. } __attribute__ ((packed));
  242. /* FIXME: to be inflated when reworking the erp dbf */
  243. struct zfcp_erp_dbf_record {
  244. u8 dummy[16];
  245. } __attribute__ ((packed));
  246. struct zfcp_hba_dbf_record_response {
  247. u32 fsf_command;
  248. u64 fsf_reqid;
  249. u32 fsf_seqno;
  250. u64 fsf_issued;
  251. u32 fsf_prot_status;
  252. u32 fsf_status;
  253. u8 fsf_prot_status_qual[FSF_PROT_STATUS_QUAL_SIZE];
  254. u8 fsf_status_qual[FSF_STATUS_QUALIFIER_SIZE];
  255. u32 fsf_req_status;
  256. u8 sbal_first;
  257. u8 sbal_curr;
  258. u8 sbal_last;
  259. u8 pool;
  260. u64 erp_action;
  261. union {
  262. struct {
  263. u64 scsi_cmnd;
  264. u64 scsi_serial;
  265. } send_fcp;
  266. struct {
  267. u64 wwpn;
  268. u32 d_id;
  269. u32 port_handle;
  270. } port;
  271. struct {
  272. u64 wwpn;
  273. u64 fcp_lun;
  274. u32 port_handle;
  275. u32 lun_handle;
  276. } unit;
  277. struct {
  278. u32 d_id;
  279. u8 ls_code;
  280. } send_els;
  281. } data;
  282. } __attribute__ ((packed));
  283. struct zfcp_hba_dbf_record_status {
  284. u8 failed;
  285. u32 status_type;
  286. u32 status_subtype;
  287. struct fsf_queue_designator
  288. queue_designator;
  289. u32 payload_size;
  290. #define ZFCP_DBF_UNSOL_PAYLOAD 80
  291. #define ZFCP_DBF_UNSOL_PAYLOAD_SENSE_DATA_AVAIL 32
  292. #define ZFCP_DBF_UNSOL_PAYLOAD_BIT_ERROR_THRESHOLD 56
  293. #define ZFCP_DBF_UNSOL_PAYLOAD_FEATURE_UPDATE_ALERT 2 * sizeof(u32)
  294. u8 payload[ZFCP_DBF_UNSOL_PAYLOAD];
  295. } __attribute__ ((packed));
  296. struct zfcp_hba_dbf_record_qdio {
  297. u32 status;
  298. u32 qdio_error;
  299. u32 siga_error;
  300. u8 sbal_index;
  301. u8 sbal_count;
  302. } __attribute__ ((packed));
  303. struct zfcp_hba_dbf_record {
  304. u8 tag[ZFCP_DBF_TAG_SIZE];
  305. u8 tag2[ZFCP_DBF_TAG_SIZE];
  306. union {
  307. struct zfcp_hba_dbf_record_response response;
  308. struct zfcp_hba_dbf_record_status status;
  309. struct zfcp_hba_dbf_record_qdio qdio;
  310. } type;
  311. } __attribute__ ((packed));
  312. struct zfcp_san_dbf_record_ct {
  313. union {
  314. struct {
  315. u16 cmd_req_code;
  316. u8 revision;
  317. u8 gs_type;
  318. u8 gs_subtype;
  319. u8 options;
  320. u16 max_res_size;
  321. } request;
  322. struct {
  323. u16 cmd_rsp_code;
  324. u8 revision;
  325. u8 reason_code;
  326. u8 reason_code_expl;
  327. u8 vendor_unique;
  328. } response;
  329. } type;
  330. u32 payload_size;
  331. #define ZFCP_DBF_CT_PAYLOAD 24
  332. u8 payload[ZFCP_DBF_CT_PAYLOAD];
  333. } __attribute__ ((packed));
  334. struct zfcp_san_dbf_record_els {
  335. u8 ls_code;
  336. u32 payload_size;
  337. #define ZFCP_DBF_ELS_PAYLOAD 32
  338. #define ZFCP_DBF_ELS_MAX_PAYLOAD 1024
  339. u8 payload[ZFCP_DBF_ELS_PAYLOAD];
  340. } __attribute__ ((packed));
  341. struct zfcp_san_dbf_record {
  342. u8 tag[ZFCP_DBF_TAG_SIZE];
  343. u64 fsf_reqid;
  344. u32 fsf_seqno;
  345. u32 s_id;
  346. u32 d_id;
  347. union {
  348. struct zfcp_san_dbf_record_ct ct;
  349. struct zfcp_san_dbf_record_els els;
  350. } type;
  351. } __attribute__ ((packed));
  352. struct zfcp_scsi_dbf_record {
  353. u8 tag[ZFCP_DBF_TAG_SIZE];
  354. u8 tag2[ZFCP_DBF_TAG_SIZE];
  355. u32 scsi_id;
  356. u32 scsi_lun;
  357. u32 scsi_result;
  358. u64 scsi_cmnd;
  359. u64 scsi_serial;
  360. #define ZFCP_DBF_SCSI_OPCODE 16
  361. u8 scsi_opcode[ZFCP_DBF_SCSI_OPCODE];
  362. u8 scsi_retries;
  363. u8 scsi_allowed;
  364. u64 fsf_reqid;
  365. u32 fsf_seqno;
  366. u64 fsf_issued;
  367. union {
  368. u64 old_fsf_reqid;
  369. struct {
  370. u8 rsp_validity;
  371. u8 rsp_scsi_status;
  372. u32 rsp_resid;
  373. u8 rsp_code;
  374. #define ZFCP_DBF_SCSI_FCP_SNS_INFO 16
  375. #define ZFCP_DBF_SCSI_MAX_FCP_SNS_INFO 256
  376. u32 sns_info_len;
  377. u8 sns_info[ZFCP_DBF_SCSI_FCP_SNS_INFO];
  378. } fcp;
  379. } type;
  380. } __attribute__ ((packed));
  381. /*
  382. * FC-FS stuff
  383. */
  384. #define R_A_TOV 10 /* seconds */
  385. #define ZFCP_ELS_TIMEOUT (2 * R_A_TOV)
  386. #define ZFCP_LS_RLS 0x0f
  387. #define ZFCP_LS_ADISC 0x52
  388. #define ZFCP_LS_RPS 0x56
  389. #define ZFCP_LS_RSCN 0x61
  390. #define ZFCP_LS_RNID 0x78
  391. struct zfcp_ls_rjt_par {
  392. u8 action;
  393. u8 reason_code;
  394. u8 reason_expl;
  395. u8 vendor_unique;
  396. } __attribute__ ((packed));
  397. struct zfcp_ls_adisc {
  398. u8 code;
  399. u8 field[3];
  400. u32 hard_nport_id;
  401. u64 wwpn;
  402. u64 wwnn;
  403. u32 nport_id;
  404. } __attribute__ ((packed));
  405. struct zfcp_ls_adisc_acc {
  406. u8 code;
  407. u8 field[3];
  408. u32 hard_nport_id;
  409. u64 wwpn;
  410. u64 wwnn;
  411. u32 nport_id;
  412. } __attribute__ ((packed));
  413. struct zfcp_rc_entry {
  414. u8 code;
  415. const char *description;
  416. };
  417. /*
  418. * FC-GS-2 stuff
  419. */
  420. #define ZFCP_CT_REVISION 0x01
  421. #define ZFCP_CT_DIRECTORY_SERVICE 0xFC
  422. #define ZFCP_CT_NAME_SERVER 0x02
  423. #define ZFCP_CT_SYNCHRONOUS 0x00
  424. #define ZFCP_CT_GID_PN 0x0121
  425. #define ZFCP_CT_MAX_SIZE 0x1020
  426. #define ZFCP_CT_ACCEPT 0x8002
  427. #define ZFCP_CT_REJECT 0x8001
  428. /*
  429. * FC-GS-4 stuff
  430. */
  431. #define ZFCP_CT_TIMEOUT (3 * R_A_TOV)
  432. /******************** LOGGING MACROS AND DEFINES *****************************/
  433. /*
  434. * Logging may be applied on certain kinds of driver operations
  435. * independently. Additionally, different log-levels are supported for
  436. * each of these areas.
  437. */
  438. #define ZFCP_NAME "zfcp"
  439. /* read-only LUN sharing switch initial value */
  440. #define ZFCP_RO_LUN_SHARING_DEFAULTS 0
  441. /* independent log areas */
  442. #define ZFCP_LOG_AREA_OTHER 0
  443. #define ZFCP_LOG_AREA_SCSI 1
  444. #define ZFCP_LOG_AREA_FSF 2
  445. #define ZFCP_LOG_AREA_CONFIG 3
  446. #define ZFCP_LOG_AREA_CIO 4
  447. #define ZFCP_LOG_AREA_QDIO 5
  448. #define ZFCP_LOG_AREA_ERP 6
  449. #define ZFCP_LOG_AREA_FC 7
  450. /* log level values*/
  451. #define ZFCP_LOG_LEVEL_NORMAL 0
  452. #define ZFCP_LOG_LEVEL_INFO 1
  453. #define ZFCP_LOG_LEVEL_DEBUG 2
  454. #define ZFCP_LOG_LEVEL_TRACE 3
  455. /*
  456. * this allows removal of logging code by the preprocessor
  457. * (the most detailed log level still to be compiled in is specified,
  458. * higher log levels are removed)
  459. */
  460. #define ZFCP_LOG_LEVEL_LIMIT ZFCP_LOG_LEVEL_TRACE
  461. /* get "loglevel" nibble assignment */
  462. #define ZFCP_GET_LOG_VALUE(zfcp_lognibble) \
  463. ((atomic_read(&zfcp_data.loglevel) >> (zfcp_lognibble<<2)) & 0xF)
  464. /* set "loglevel" nibble */
  465. #define ZFCP_SET_LOG_NIBBLE(value, zfcp_lognibble) \
  466. (value << (zfcp_lognibble << 2))
  467. /* all log-level defaults are combined to generate initial log-level */
  468. #define ZFCP_LOG_LEVEL_DEFAULTS \
  469. (ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_OTHER) | \
  470. ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_SCSI) | \
  471. ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_FSF) | \
  472. ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_CONFIG) | \
  473. ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_CIO) | \
  474. ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_QDIO) | \
  475. ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_ERP) | \
  476. ZFCP_SET_LOG_NIBBLE(ZFCP_LOG_LEVEL_NORMAL, ZFCP_LOG_AREA_FC))
  477. /* check whether we have the right level for logging */
  478. #define ZFCP_LOG_CHECK(level) \
  479. ((ZFCP_GET_LOG_VALUE(ZFCP_LOG_AREA)) >= level)
  480. /* logging routine for zfcp */
  481. #define _ZFCP_LOG(fmt, args...) \
  482. printk(KERN_ERR ZFCP_NAME": %s(%d): " fmt, __FUNCTION__, \
  483. __LINE__ , ##args)
  484. #define ZFCP_LOG(level, fmt, args...) \
  485. do { \
  486. if (ZFCP_LOG_CHECK(level)) \
  487. _ZFCP_LOG(fmt, ##args); \
  488. } while (0)
  489. #if ZFCP_LOG_LEVEL_LIMIT < ZFCP_LOG_LEVEL_NORMAL
  490. # define ZFCP_LOG_NORMAL(fmt, args...)
  491. #else
  492. # define ZFCP_LOG_NORMAL(fmt, args...) \
  493. do { \
  494. if (ZFCP_LOG_CHECK(ZFCP_LOG_LEVEL_NORMAL)) \
  495. printk(KERN_ERR ZFCP_NAME": " fmt, ##args); \
  496. } while (0)
  497. #endif
  498. #if ZFCP_LOG_LEVEL_LIMIT < ZFCP_LOG_LEVEL_INFO
  499. # define ZFCP_LOG_INFO(fmt, args...)
  500. #else
  501. # define ZFCP_LOG_INFO(fmt, args...) \
  502. do { \
  503. if (ZFCP_LOG_CHECK(ZFCP_LOG_LEVEL_INFO)) \
  504. printk(KERN_ERR ZFCP_NAME": " fmt, ##args); \
  505. } while (0)
  506. #endif
  507. #if ZFCP_LOG_LEVEL_LIMIT < ZFCP_LOG_LEVEL_DEBUG
  508. # define ZFCP_LOG_DEBUG(fmt, args...)
  509. #else
  510. # define ZFCP_LOG_DEBUG(fmt, args...) \
  511. ZFCP_LOG(ZFCP_LOG_LEVEL_DEBUG, fmt , ##args)
  512. #endif
  513. #if ZFCP_LOG_LEVEL_LIMIT < ZFCP_LOG_LEVEL_TRACE
  514. # define ZFCP_LOG_TRACE(fmt, args...)
  515. #else
  516. # define ZFCP_LOG_TRACE(fmt, args...) \
  517. ZFCP_LOG(ZFCP_LOG_LEVEL_TRACE, fmt , ##args)
  518. #endif
  519. /*************** ADAPTER/PORT/UNIT AND FSF_REQ STATUS FLAGS ******************/
  520. /*
  521. * Note, the leftmost status byte is common among adapter, port
  522. * and unit
  523. */
  524. #define ZFCP_COMMON_FLAGS 0xfff00000
  525. #define ZFCP_SPECIFIC_FLAGS 0x000fffff
  526. /* common status bits */
  527. #define ZFCP_STATUS_COMMON_REMOVE 0x80000000
  528. #define ZFCP_STATUS_COMMON_RUNNING 0x40000000
  529. #define ZFCP_STATUS_COMMON_ERP_FAILED 0x20000000
  530. #define ZFCP_STATUS_COMMON_UNBLOCKED 0x10000000
  531. #define ZFCP_STATUS_COMMON_OPENING 0x08000000
  532. #define ZFCP_STATUS_COMMON_OPEN 0x04000000
  533. #define ZFCP_STATUS_COMMON_CLOSING 0x02000000
  534. #define ZFCP_STATUS_COMMON_ERP_INUSE 0x01000000
  535. #define ZFCP_STATUS_COMMON_ACCESS_DENIED 0x00800000
  536. #define ZFCP_STATUS_COMMON_ACCESS_BOXED 0x00400000
  537. /* adapter status */
  538. #define ZFCP_STATUS_ADAPTER_QDIOUP 0x00000002
  539. #define ZFCP_STATUS_ADAPTER_REGISTERED 0x00000004
  540. #define ZFCP_STATUS_ADAPTER_XCONFIG_OK 0x00000008
  541. #define ZFCP_STATUS_ADAPTER_HOST_CON_INIT 0x00000010
  542. #define ZFCP_STATUS_ADAPTER_ERP_THREAD_UP 0x00000020
  543. #define ZFCP_STATUS_ADAPTER_ERP_THREAD_KILL 0x00000080
  544. #define ZFCP_STATUS_ADAPTER_ERP_PENDING 0x00000100
  545. #define ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED 0x00000200
  546. #define ZFCP_STATUS_ADAPTER_XPORT_OK 0x00000800
  547. #define ZFCP_STATUS_ADAPTER_SCSI_UP \
  548. (ZFCP_STATUS_COMMON_UNBLOCKED | \
  549. ZFCP_STATUS_ADAPTER_REGISTERED)
  550. /* FC-PH/FC-GS well-known address identifiers for generic services */
  551. #define ZFCP_DID_MANAGEMENT_SERVICE 0xFFFFFA
  552. #define ZFCP_DID_TIME_SERVICE 0xFFFFFB
  553. #define ZFCP_DID_DIRECTORY_SERVICE 0xFFFFFC
  554. #define ZFCP_DID_ALIAS_SERVICE 0xFFFFF8
  555. #define ZFCP_DID_KEY_DISTRIBUTION_SERVICE 0xFFFFF7
  556. /* remote port status */
  557. #define ZFCP_STATUS_PORT_PHYS_OPEN 0x00000001
  558. #define ZFCP_STATUS_PORT_DID_DID 0x00000002
  559. #define ZFCP_STATUS_PORT_PHYS_CLOSING 0x00000004
  560. #define ZFCP_STATUS_PORT_NO_WWPN 0x00000008
  561. #define ZFCP_STATUS_PORT_NO_SCSI_ID 0x00000010
  562. #define ZFCP_STATUS_PORT_INVALID_WWPN 0x00000020
  563. #define ZFCP_STATUS_PORT_ACCESS_DENIED 0x00000040
  564. /* for ports with well known addresses */
  565. #define ZFCP_STATUS_PORT_WKA \
  566. (ZFCP_STATUS_PORT_NO_WWPN | \
  567. ZFCP_STATUS_PORT_NO_SCSI_ID)
  568. /* logical unit status */
  569. #define ZFCP_STATUS_UNIT_NOTSUPPUNITRESET 0x00000001
  570. #define ZFCP_STATUS_UNIT_TEMPORARY 0x00000002
  571. #define ZFCP_STATUS_UNIT_SHARED 0x00000004
  572. #define ZFCP_STATUS_UNIT_READONLY 0x00000008
  573. #define ZFCP_STATUS_UNIT_REGISTERED 0x00000010
  574. /* FSF request status (this does not have a common part) */
  575. #define ZFCP_STATUS_FSFREQ_NOT_INIT 0x00000000
  576. #define ZFCP_STATUS_FSFREQ_POOL 0x00000001
  577. #define ZFCP_STATUS_FSFREQ_TASK_MANAGEMENT 0x00000002
  578. #define ZFCP_STATUS_FSFREQ_COMPLETED 0x00000004
  579. #define ZFCP_STATUS_FSFREQ_ERROR 0x00000008
  580. #define ZFCP_STATUS_FSFREQ_CLEANUP 0x00000010
  581. #define ZFCP_STATUS_FSFREQ_ABORTING 0x00000020
  582. #define ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED 0x00000040
  583. #define ZFCP_STATUS_FSFREQ_ABORTNOTNEEDED 0x00000080
  584. #define ZFCP_STATUS_FSFREQ_ABORTED 0x00000100
  585. #define ZFCP_STATUS_FSFREQ_TMFUNCFAILED 0x00000200
  586. #define ZFCP_STATUS_FSFREQ_TMFUNCNOTSUPP 0x00000400
  587. #define ZFCP_STATUS_FSFREQ_RETRY 0x00000800
  588. #define ZFCP_STATUS_FSFREQ_DISMISSED 0x00001000
  589. /*********************** ERROR RECOVERY PROCEDURE DEFINES ********************/
  590. #define ZFCP_MAX_ERPS 3
  591. #define ZFCP_ERP_FSFREQ_TIMEOUT (30 * HZ)
  592. #define ZFCP_ERP_MEMWAIT_TIMEOUT HZ
  593. #define ZFCP_STATUS_ERP_TIMEDOUT 0x10000000
  594. #define ZFCP_STATUS_ERP_CLOSE_ONLY 0x01000000
  595. #define ZFCP_STATUS_ERP_DISMISSING 0x00100000
  596. #define ZFCP_STATUS_ERP_DISMISSED 0x00200000
  597. #define ZFCP_STATUS_ERP_LOWMEM 0x00400000
  598. #define ZFCP_ERP_STEP_UNINITIALIZED 0x00000000
  599. #define ZFCP_ERP_STEP_FSF_XCONFIG 0x00000001
  600. #define ZFCP_ERP_STEP_PHYS_PORT_CLOSING 0x00000010
  601. #define ZFCP_ERP_STEP_PORT_CLOSING 0x00000100
  602. #define ZFCP_ERP_STEP_NAMESERVER_OPEN 0x00000200
  603. #define ZFCP_ERP_STEP_NAMESERVER_LOOKUP 0x00000400
  604. #define ZFCP_ERP_STEP_PORT_OPENING 0x00000800
  605. #define ZFCP_ERP_STEP_UNIT_CLOSING 0x00001000
  606. #define ZFCP_ERP_STEP_UNIT_OPENING 0x00002000
  607. /* Ordered by escalation level (necessary for proper erp-code operation) */
  608. #define ZFCP_ERP_ACTION_REOPEN_ADAPTER 0x4
  609. #define ZFCP_ERP_ACTION_REOPEN_PORT_FORCED 0x3
  610. #define ZFCP_ERP_ACTION_REOPEN_PORT 0x2
  611. #define ZFCP_ERP_ACTION_REOPEN_UNIT 0x1
  612. #define ZFCP_ERP_ACTION_RUNNING 0x1
  613. #define ZFCP_ERP_ACTION_READY 0x2
  614. #define ZFCP_ERP_SUCCEEDED 0x0
  615. #define ZFCP_ERP_FAILED 0x1
  616. #define ZFCP_ERP_CONTINUES 0x2
  617. #define ZFCP_ERP_EXIT 0x3
  618. #define ZFCP_ERP_DISMISSED 0x4
  619. #define ZFCP_ERP_NOMEM 0x5
  620. /******************** CFDC SPECIFIC STUFF *****************************/
  621. /* Firewall data channel sense data record */
  622. struct zfcp_cfdc_sense_data {
  623. u32 signature; /* Request signature */
  624. u32 devno; /* FCP adapter device number */
  625. u32 command; /* Command code */
  626. u32 fsf_status; /* FSF request status and status qualifier */
  627. u8 fsf_status_qual[FSF_STATUS_QUALIFIER_SIZE];
  628. u8 payloads[256]; /* Access conflicts list */
  629. u8 control_file[0]; /* Access control table */
  630. };
  631. #define ZFCP_CFDC_SIGNATURE 0xCFDCACDF
  632. #define ZFCP_CFDC_CMND_DOWNLOAD_NORMAL 0x00010001
  633. #define ZFCP_CFDC_CMND_DOWNLOAD_FORCE 0x00010101
  634. #define ZFCP_CFDC_CMND_FULL_ACCESS 0x00000201
  635. #define ZFCP_CFDC_CMND_RESTRICTED_ACCESS 0x00000401
  636. #define ZFCP_CFDC_CMND_UPLOAD 0x00010002
  637. #define ZFCP_CFDC_DOWNLOAD 0x00000001
  638. #define ZFCP_CFDC_UPLOAD 0x00000002
  639. #define ZFCP_CFDC_WITH_CONTROL_FILE 0x00010000
  640. #define ZFCP_CFDC_DEV_NAME "zfcp_cfdc"
  641. #define ZFCP_CFDC_DEV_MAJOR MISC_MAJOR
  642. #define ZFCP_CFDC_DEV_MINOR MISC_DYNAMIC_MINOR
  643. #define ZFCP_CFDC_MAX_CONTROL_FILE_SIZE 127 * 1024
  644. /************************* STRUCTURE DEFINITIONS *****************************/
  645. struct zfcp_fsf_req;
  646. /* holds various memory pools of an adapter */
  647. struct zfcp_adapter_mempool {
  648. mempool_t *fsf_req_erp;
  649. mempool_t *fsf_req_scsi;
  650. mempool_t *fsf_req_abort;
  651. mempool_t *fsf_req_status_read;
  652. mempool_t *data_status_read;
  653. mempool_t *data_gid_pn;
  654. };
  655. /*
  656. * header for CT_IU
  657. */
  658. struct ct_hdr {
  659. u8 revision; // 0x01
  660. u8 in_id[3]; // 0x00
  661. u8 gs_type; // 0xFC Directory Service
  662. u8 gs_subtype; // 0x02 Name Server
  663. u8 options; // 0x00 single bidirectional exchange
  664. u8 reserved0;
  665. u16 cmd_rsp_code; // 0x0121 GID_PN, or 0x0100 GA_NXT
  666. u16 max_res_size; // <= (4096 - 16) / 4
  667. u8 reserved1;
  668. u8 reason_code;
  669. u8 reason_code_expl;
  670. u8 vendor_unique;
  671. } __attribute__ ((packed));
  672. /* nameserver request CT_IU -- for requests where
  673. * a port name is required */
  674. struct ct_iu_gid_pn_req {
  675. struct ct_hdr header;
  676. wwn_t wwpn;
  677. } __attribute__ ((packed));
  678. /* FS_ACC IU and data unit for GID_PN nameserver request */
  679. struct ct_iu_gid_pn_resp {
  680. struct ct_hdr header;
  681. u32 d_id;
  682. } __attribute__ ((packed));
  683. typedef void (*zfcp_send_ct_handler_t)(unsigned long);
  684. /**
  685. * struct zfcp_send_ct - used to pass parameters to function zfcp_fsf_send_ct
  686. * @port: port where the request is sent to
  687. * @req: scatter-gather list for request
  688. * @resp: scatter-gather list for response
  689. * @req_count: number of elements in request scatter-gather list
  690. * @resp_count: number of elements in response scatter-gather list
  691. * @handler: handler function (called for response to the request)
  692. * @handler_data: data passed to handler function
  693. * @pool: pointer to memory pool for ct request structure
  694. * @timeout: FSF timeout for this request
  695. * @timer: timer (e.g. for request initiated by erp)
  696. * @completion: completion for synchronization purposes
  697. * @status: used to pass error status to calling function
  698. */
  699. struct zfcp_send_ct {
  700. struct zfcp_port *port;
  701. struct scatterlist *req;
  702. struct scatterlist *resp;
  703. unsigned int req_count;
  704. unsigned int resp_count;
  705. zfcp_send_ct_handler_t handler;
  706. unsigned long handler_data;
  707. mempool_t *pool;
  708. int timeout;
  709. struct timer_list *timer;
  710. struct completion *completion;
  711. int status;
  712. };
  713. /* used for name server requests in error recovery */
  714. struct zfcp_gid_pn_data {
  715. struct zfcp_send_ct ct;
  716. struct scatterlist req;
  717. struct scatterlist resp;
  718. struct ct_iu_gid_pn_req ct_iu_req;
  719. struct ct_iu_gid_pn_resp ct_iu_resp;
  720. struct zfcp_port *port;
  721. };
  722. typedef void (*zfcp_send_els_handler_t)(unsigned long);
  723. /**
  724. * struct zfcp_send_els - used to pass parameters to function zfcp_fsf_send_els
  725. * @adapter: adapter where request is sent from
  726. * @port: port where ELS is destinated (port reference count has to be increased)
  727. * @d_id: destiniation id of port where request is sent to
  728. * @req: scatter-gather list for request
  729. * @resp: scatter-gather list for response
  730. * @req_count: number of elements in request scatter-gather list
  731. * @resp_count: number of elements in response scatter-gather list
  732. * @handler: handler function (called for response to the request)
  733. * @handler_data: data passed to handler function
  734. * @timer: timer (e.g. for request initiated by erp)
  735. * @completion: completion for synchronization purposes
  736. * @ls_code: hex code of ELS command
  737. * @status: used to pass error status to calling function
  738. */
  739. struct zfcp_send_els {
  740. struct zfcp_adapter *adapter;
  741. struct zfcp_port *port;
  742. u32 d_id;
  743. struct scatterlist *req;
  744. struct scatterlist *resp;
  745. unsigned int req_count;
  746. unsigned int resp_count;
  747. zfcp_send_els_handler_t handler;
  748. unsigned long handler_data;
  749. struct timer_list *timer;
  750. struct completion *completion;
  751. int ls_code;
  752. int status;
  753. };
  754. struct zfcp_qdio_queue {
  755. struct qdio_buffer *buffer[QDIO_MAX_BUFFERS_PER_Q]; /* SBALs */
  756. u8 free_index; /* index of next free bfr
  757. in queue (free_count>0) */
  758. atomic_t free_count; /* number of free buffers
  759. in queue */
  760. rwlock_t queue_lock; /* lock for operations on queue */
  761. int distance_from_int; /* SBALs used since PCI indication
  762. was last set */
  763. };
  764. struct zfcp_erp_action {
  765. struct list_head list;
  766. int action; /* requested action code */
  767. struct zfcp_adapter *adapter; /* device which should be recovered */
  768. struct zfcp_port *port;
  769. struct zfcp_unit *unit;
  770. volatile u32 status; /* recovery status */
  771. u32 step; /* active step of this erp action */
  772. struct zfcp_fsf_req *fsf_req; /* fsf request currently pending
  773. for this action */
  774. struct timer_list timer;
  775. };
  776. struct zfcp_adapter {
  777. struct list_head list; /* list of adapters */
  778. atomic_t refcount; /* reference count */
  779. wait_queue_head_t remove_wq; /* can be used to wait for
  780. refcount drop to zero */
  781. wwn_t peer_wwnn; /* P2P peer WWNN */
  782. wwn_t peer_wwpn; /* P2P peer WWPN */
  783. u32 peer_d_id; /* P2P peer D_ID */
  784. struct ccw_device *ccw_device; /* S/390 ccw device */
  785. u8 fc_service_class;
  786. u32 hydra_version; /* Hydra version */
  787. u32 fsf_lic_version;
  788. u32 adapter_features; /* FCP channel features */
  789. u32 connection_features; /* host connection features */
  790. u32 hardware_version; /* of FCP channel */
  791. struct Scsi_Host *scsi_host; /* Pointer to mid-layer */
  792. unsigned short scsi_host_no; /* Assigned host number */
  793. unsigned char name[9];
  794. struct list_head port_list_head; /* remote port list */
  795. struct list_head port_remove_lh; /* head of ports to be
  796. removed */
  797. u32 ports; /* number of remote ports */
  798. struct timer_list scsi_er_timer; /* SCSI err recovery watch */
  799. struct list_head fsf_req_list_head; /* head of FSF req list */
  800. spinlock_t fsf_req_list_lock; /* lock for ops on list of
  801. FSF requests */
  802. atomic_t fsf_reqs_active; /* # active FSF reqs */
  803. struct zfcp_qdio_queue request_queue; /* request queue */
  804. u32 fsf_req_seq_no; /* FSF cmnd seq number */
  805. wait_queue_head_t request_wq; /* can be used to wait for
  806. more avaliable SBALs */
  807. struct zfcp_qdio_queue response_queue; /* response queue */
  808. rwlock_t abort_lock; /* Protects against SCSI
  809. stack abort/command
  810. completion races */
  811. u16 status_read_failed; /* # failed status reads */
  812. atomic_t status; /* status of this adapter */
  813. struct list_head erp_ready_head; /* error recovery for this
  814. adapter/devices */
  815. struct list_head erp_running_head;
  816. rwlock_t erp_lock;
  817. struct semaphore erp_ready_sem;
  818. wait_queue_head_t erp_thread_wqh;
  819. wait_queue_head_t erp_done_wqh;
  820. struct zfcp_erp_action erp_action; /* pending error recovery */
  821. atomic_t erp_counter;
  822. u32 erp_total_count; /* total nr of enqueued erp
  823. actions */
  824. u32 erp_low_mem_count; /* nr of erp actions waiting
  825. for memory */
  826. struct zfcp_port *nameserver_port; /* adapter's nameserver */
  827. debug_info_t *erp_dbf;
  828. debug_info_t *hba_dbf;
  829. debug_info_t *san_dbf; /* debug feature areas */
  830. debug_info_t *scsi_dbf;
  831. spinlock_t erp_dbf_lock;
  832. spinlock_t hba_dbf_lock;
  833. spinlock_t san_dbf_lock;
  834. spinlock_t scsi_dbf_lock;
  835. struct zfcp_erp_dbf_record erp_dbf_buf;
  836. struct zfcp_hba_dbf_record hba_dbf_buf;
  837. struct zfcp_san_dbf_record san_dbf_buf;
  838. struct zfcp_scsi_dbf_record scsi_dbf_buf;
  839. struct zfcp_adapter_mempool pool; /* Adapter memory pools */
  840. struct qdio_initialize qdio_init_data; /* for qdio_establish */
  841. struct device generic_services; /* directory for WKA ports */
  842. struct fc_host_statistics *fc_stats;
  843. struct fsf_qtcb_bottom_port *stats_reset_data;
  844. unsigned long stats_reset;
  845. };
  846. /*
  847. * the struct device sysfs_device must be at the beginning of this structure.
  848. * pointer to struct device is used to free port structure in release function
  849. * of the device. don't change!
  850. */
  851. struct zfcp_port {
  852. struct device sysfs_device; /* sysfs device */
  853. struct fc_rport *rport; /* rport of fc transport class */
  854. struct list_head list; /* list of remote ports */
  855. atomic_t refcount; /* reference count */
  856. wait_queue_head_t remove_wq; /* can be used to wait for
  857. refcount drop to zero */
  858. struct zfcp_adapter *adapter; /* adapter used to access port */
  859. struct list_head unit_list_head; /* head of logical unit list */
  860. struct list_head unit_remove_lh; /* head of luns to be removed
  861. list */
  862. u32 units; /* # of logical units in list */
  863. atomic_t status; /* status of this remote port */
  864. wwn_t wwnn; /* WWNN if known */
  865. wwn_t wwpn; /* WWPN */
  866. u32 d_id; /* D_ID */
  867. u32 handle; /* handle assigned by FSF */
  868. struct zfcp_erp_action erp_action; /* pending error recovery */
  869. atomic_t erp_counter;
  870. };
  871. /* the struct device sysfs_device must be at the beginning of this structure.
  872. * pointer to struct device is used to free unit structure in release function
  873. * of the device. don't change!
  874. */
  875. struct zfcp_unit {
  876. struct device sysfs_device; /* sysfs device */
  877. struct list_head list; /* list of logical units */
  878. atomic_t refcount; /* reference count */
  879. wait_queue_head_t remove_wq; /* can be used to wait for
  880. refcount drop to zero */
  881. struct zfcp_port *port; /* remote port of unit */
  882. atomic_t status; /* status of this logical unit */
  883. scsi_lun_t scsi_lun; /* own SCSI LUN */
  884. fcp_lun_t fcp_lun; /* own FCP_LUN */
  885. u32 handle; /* handle assigned by FSF */
  886. struct scsi_device *device; /* scsi device struct pointer */
  887. struct zfcp_erp_action erp_action; /* pending error recovery */
  888. atomic_t erp_counter;
  889. };
  890. /* FSF request */
  891. struct zfcp_fsf_req {
  892. struct list_head list; /* list of FSF requests */
  893. struct zfcp_adapter *adapter; /* adapter request belongs to */
  894. u8 sbal_number; /* nr of SBALs free for use */
  895. u8 sbal_first; /* first SBAL for this request */
  896. u8 sbal_last; /* last possible SBAL for
  897. this reuest */
  898. u8 sbal_curr; /* current SBAL during creation
  899. of request */
  900. u8 sbale_curr; /* current SBALE during creation
  901. of request */
  902. wait_queue_head_t completion_wq; /* can be used by a routine
  903. to wait for completion */
  904. volatile u32 status; /* status of this request */
  905. u32 fsf_command; /* FSF Command copy */
  906. struct fsf_qtcb *qtcb; /* address of associated QTCB */
  907. u32 seq_no; /* Sequence number of request */
  908. unsigned long data; /* private data of request */
  909. struct zfcp_erp_action *erp_action; /* used if this request is
  910. issued on behalf of erp */
  911. mempool_t *pool; /* used if request was alloacted
  912. from emergency pool */
  913. unsigned long long issued; /* request sent time (STCK) */
  914. struct zfcp_unit *unit;
  915. };
  916. typedef void zfcp_fsf_req_handler_t(struct zfcp_fsf_req*);
  917. /* driver data */
  918. struct zfcp_data {
  919. struct scsi_host_template scsi_host_template;
  920. atomic_t status; /* Module status flags */
  921. struct list_head adapter_list_head; /* head of adapter list */
  922. struct list_head adapter_remove_lh; /* head of adapters to be
  923. removed */
  924. rwlock_t status_read_lock; /* for status read thread */
  925. struct list_head status_read_receive_head;
  926. struct list_head status_read_send_head;
  927. struct semaphore status_read_sema;
  928. wait_queue_head_t status_read_thread_wqh;
  929. u32 adapters; /* # of adapters in list */
  930. rwlock_t config_lock; /* serialises changes
  931. to adapter/port/unit
  932. lists */
  933. struct semaphore config_sema; /* serialises configuration
  934. changes */
  935. atomic_t loglevel; /* current loglevel */
  936. char init_busid[BUS_ID_SIZE];
  937. wwn_t init_wwpn;
  938. fcp_lun_t init_fcp_lun;
  939. char *driver_version;
  940. };
  941. /**
  942. * struct zfcp_sg_list - struct describing a scatter-gather list
  943. * @sg: pointer to array of (struct scatterlist)
  944. * @count: number of elements in scatter-gather list
  945. */
  946. struct zfcp_sg_list {
  947. struct scatterlist *sg;
  948. unsigned int count;
  949. };
  950. /* number of elements for various memory pools */
  951. #define ZFCP_POOL_FSF_REQ_ERP_NR 1
  952. #define ZFCP_POOL_FSF_REQ_SCSI_NR 1
  953. #define ZFCP_POOL_FSF_REQ_ABORT_NR 1
  954. #define ZFCP_POOL_STATUS_READ_NR ZFCP_STATUS_READS_RECOM
  955. #define ZFCP_POOL_DATA_GID_PN_NR 1
  956. /* struct used by memory pools for fsf_requests */
  957. struct zfcp_fsf_req_pool_element {
  958. struct zfcp_fsf_req fsf_req;
  959. struct fsf_qtcb qtcb;
  960. };
  961. /********************** ZFCP SPECIFIC DEFINES ********************************/
  962. #define ZFCP_FSFREQ_CLEANUP_TIMEOUT HZ/10
  963. #define ZFCP_KNOWN 0x00000001
  964. #define ZFCP_REQ_AUTO_CLEANUP 0x00000002
  965. #define ZFCP_WAIT_FOR_SBAL 0x00000004
  966. #define ZFCP_REQ_NO_QTCB 0x00000008
  967. #define ZFCP_SET 0x00000100
  968. #define ZFCP_CLEAR 0x00000200
  969. #define ZFCP_INTERRUPTIBLE 1
  970. #define ZFCP_UNINTERRUPTIBLE 0
  971. #ifndef atomic_test_mask
  972. #define atomic_test_mask(mask, target) \
  973. ((atomic_read(target) & mask) == mask)
  974. #endif
  975. extern void _zfcp_hex_dump(char *, int);
  976. #define ZFCP_HEX_DUMP(level, addr, count) \
  977. if (ZFCP_LOG_CHECK(level)) { \
  978. _zfcp_hex_dump(addr, count); \
  979. }
  980. #define zfcp_get_busid_by_adapter(adapter) (adapter->ccw_device->dev.bus_id)
  981. #define zfcp_get_busid_by_port(port) (zfcp_get_busid_by_adapter(port->adapter))
  982. #define zfcp_get_busid_by_unit(unit) (zfcp_get_busid_by_port(unit->port))
  983. /*
  984. * functions needed for reference/usage counting
  985. */
  986. static inline void
  987. zfcp_unit_get(struct zfcp_unit *unit)
  988. {
  989. atomic_inc(&unit->refcount);
  990. }
  991. static inline void
  992. zfcp_unit_put(struct zfcp_unit *unit)
  993. {
  994. if (atomic_dec_return(&unit->refcount) == 0)
  995. wake_up(&unit->remove_wq);
  996. }
  997. static inline void
  998. zfcp_unit_wait(struct zfcp_unit *unit)
  999. {
  1000. wait_event(unit->remove_wq, atomic_read(&unit->refcount) == 0);
  1001. }
  1002. static inline void
  1003. zfcp_port_get(struct zfcp_port *port)
  1004. {
  1005. atomic_inc(&port->refcount);
  1006. }
  1007. static inline void
  1008. zfcp_port_put(struct zfcp_port *port)
  1009. {
  1010. if (atomic_dec_return(&port->refcount) == 0)
  1011. wake_up(&port->remove_wq);
  1012. }
  1013. static inline void
  1014. zfcp_port_wait(struct zfcp_port *port)
  1015. {
  1016. wait_event(port->remove_wq, atomic_read(&port->refcount) == 0);
  1017. }
  1018. static inline void
  1019. zfcp_adapter_get(struct zfcp_adapter *adapter)
  1020. {
  1021. atomic_inc(&adapter->refcount);
  1022. }
  1023. static inline void
  1024. zfcp_adapter_put(struct zfcp_adapter *adapter)
  1025. {
  1026. if (atomic_dec_return(&adapter->refcount) == 0)
  1027. wake_up(&adapter->remove_wq);
  1028. }
  1029. static inline void
  1030. zfcp_adapter_wait(struct zfcp_adapter *adapter)
  1031. {
  1032. wait_event(adapter->remove_wq, atomic_read(&adapter->refcount) == 0);
  1033. }
  1034. #endif /* ZFCP_DEF_H */