search for: _pvscsi_h_

Displaying 4 results from an estimated 4 matches for "_pvscsi_h_".

2009 Sep 09
1
[PATCH] SCSI driver for VMware's virtual HBA - V4.
...e GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. > + * > + * Maintained by: Alok N Kataria <akataria at vmware.com> > + * > + */ > + > +#ifndef _PVSCSI_H_ > +#define _PVSCSI_H_ > + > +#include <linux/types.h> > + > +#define PVSCSI_DRIVER_VERSION_STRING "1.0.0.0" > + > +#define PVSCSI_MAX_NUM_SG_ENTRIES_PER_SEGMENT 128 > + > +#define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ >...
2009 Sep 09
1
[PATCH] SCSI driver for VMware's virtual HBA - V4.
...e GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. > + * > + * Maintained by: Alok N Kataria <akataria at vmware.com> > + * > + */ > + > +#ifndef _PVSCSI_H_ > +#define _PVSCSI_H_ > + > +#include <linux/types.h> > + > +#define PVSCSI_DRIVER_VERSION_STRING "1.0.0.0" > + > +#define PVSCSI_MAX_NUM_SG_ENTRIES_PER_SEGMENT 128 > + > +#define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ >...
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...e GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. > + * > + * Maintained by: Alok N Kataria <akataria at vmware.com> > + * > + */ > + > +#ifndef _PVSCSI_H_ > +#define _PVSCSI_H_ > + > +#include <linux/types.h> > + > +#define PVSCSI_DRIVER_VERSION_STRING "1.0.1.0-k" > + > +#define PVSCSI_MAX_NUM_SG_ENTRIES_PER_SEGMENT 128 > + > +#define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ &g...
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...e GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. > + * > + * Maintained by: Alok N Kataria <akataria at vmware.com> > + * > + */ > + > +#ifndef _PVSCSI_H_ > +#define _PVSCSI_H_ > + > +#include <linux/types.h> > + > +#define PVSCSI_DRIVER_VERSION_STRING "1.0.1.0-k" > + > +#define PVSCSI_MAX_NUM_SG_ENTRIES_PER_SEGMENT 128 > + > +#define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ &g...