blob: 84a1391f9865203bc59d861b2095946567dd2d42 [file] [log] [blame]
Vikas Chaudharya3559432011-07-25 13:48:51 -05001/*
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
Harish Zunjarrao8b0402e2011-08-01 03:26:15 -070013#define QLISCSI_VND_GET_ACB_STATE 3
Harish Zunjarrao7c07d132011-08-01 03:26:16 -070014#define QLISCSI_VND_READ_NVRAM 4
15#define QLISCSI_VND_UPDATE_NVRAM 5
Harish Zunjarrao5232f802011-08-12 02:51:26 -070016#define QLISCSI_VND_RESTORE_DEFAULTS 6
Vikas Chaudharya3559432011-07-25 13:48:51 -050017
18#endif