summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla4xxx/ql4_bsg.h
blob: 71df80d612dac6be4fd8051e4a59598d406fa62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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
#define QLISCSI_VND_GET_ACB_STATE	3
#define QLISCSI_VND_READ_NVRAM		4
#define QLISCSI_VND_UPDATE_NVRAM	5

#endif