ql4_glbl.h (37418cc61d0d71fc576bb49694d978c8e94e6e23) ql4_glbl.h (a083e8bc839db0098301ebc483b83ff241e4fcdb)
1/*
2 * QLogic iSCSI HBA Driver
3 * Copyright (c) 2003-2013 QLogic Corporation
4 *
5 * See LICENSE.qla4xxx for copyright and licensing details.
6 */
7
8#ifndef __QLA4x_GBL_H

--- 266 unchanged lines hidden (view full) ---

275 uint32_t acb_type, uint32_t len);
276int qla4_84xx_config_acb(struct scsi_qla_host *ha, int acb_config);
277int qla4_83xx_ms_mem_write_128b(struct scsi_qla_host *ha,
278 uint64_t addr, uint32_t *data, uint32_t count);
279uint8_t qla4xxx_set_ipaddr_state(uint8_t fw_ipaddr_state);
280int qla4_83xx_get_port_config(struct scsi_qla_host *ha, uint32_t *config);
281int qla4_83xx_set_port_config(struct scsi_qla_host *ha, uint32_t *config);
282int qla4_8xxx_check_init_adapter_retry(struct scsi_qla_host *ha);
1/*
2 * QLogic iSCSI HBA Driver
3 * Copyright (c) 2003-2013 QLogic Corporation
4 *
5 * See LICENSE.qla4xxx for copyright and licensing details.
6 */
7
8#ifndef __QLA4x_GBL_H

--- 266 unchanged lines hidden (view full) ---

275 uint32_t acb_type, uint32_t len);
276int qla4_84xx_config_acb(struct scsi_qla_host *ha, int acb_config);
277int qla4_83xx_ms_mem_write_128b(struct scsi_qla_host *ha,
278 uint64_t addr, uint32_t *data, uint32_t count);
279uint8_t qla4xxx_set_ipaddr_state(uint8_t fw_ipaddr_state);
280int qla4_83xx_get_port_config(struct scsi_qla_host *ha, uint32_t *config);
281int qla4_83xx_set_port_config(struct scsi_qla_host *ha, uint32_t *config);
282int qla4_8xxx_check_init_adapter_retry(struct scsi_qla_host *ha);
283int qla4_83xx_is_detached(struct scsi_qla_host *ha);
283
284extern int ql4xextended_error_logging;
285extern int ql4xdontresethba;
286extern int ql4xenablemsix;
287extern int ql4xmdcapmask;
288extern int ql4xenablemd;
289
290extern struct device_attribute *qla4xxx_host_attrs[];
291#endif /* _QLA4x_GBL_H */
284
285extern int ql4xextended_error_logging;
286extern int ql4xdontresethba;
287extern int ql4xenablemsix;
288extern int ql4xmdcapmask;
289extern int ql4xenablemd;
290
291extern struct device_attribute *qla4xxx_host_attrs[];
292#endif /* _QLA4x_GBL_H */