Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/linux.git] / drivers / scsi / qla4xxx / ql4_bsg.h
CommitLineData
a355943c
VC
1/*
2 * QLogic iSCSI HBA Driver
3 * Copyright (c) 2011 QLogic Corporation
4 *
5 * See LICENSE.qla4xxx for copyright and licensing details.
6 */
7#ifndef __QL4_BSG_H
8#define __QL4_BSG_H
9
10/* BSG Vendor specific commands */
11#define QLISCSI_VND_READ_FLASH 1
12#define QLISCSI_VND_UPDATE_FLASH 2
8b0402e1 13#define QLISCSI_VND_GET_ACB_STATE 3
7c07d139
HZ
14#define QLISCSI_VND_READ_NVRAM 4
15#define QLISCSI_VND_UPDATE_NVRAM 5
5232f801 16#define QLISCSI_VND_RESTORE_DEFAULTS 6
6085491c 17#define QLISCSI_VND_GET_ACB 7
a355943c
VC
18
19#endif
This page took 0.082242 seconds and 5 git commands to generate.