2011-07-26 02:48:51 +08:00
|
|
|
/*
|
|
|
|
* QLogic iSCSI HBA Driver
|
|
|
|
* Copyright (c) 2011 QLogic Corporation
|
|
|
|
*
|
|
|
|
* See LICENSE.qla4xxx for copyright and licensing details.
|
|
|
|
*/
|
|
|
|
#ifndef __QL4_BSG_H
|
|
|
|
#define __QL4_BSG_H
|
|
|
|
|
|
|
|
/* BSG Vendor specific commands */
|
|
|
|
#define QLISCSI_VND_READ_FLASH 1
|
|
|
|
#define QLISCSI_VND_UPDATE_FLASH 2
|
2011-08-01 18:26:15 +08:00
|
|
|
#define QLISCSI_VND_GET_ACB_STATE 3
|
2011-07-26 02:48:51 +08:00
|
|
|
|
|
|
|
#endif
|