#include "hpi_internal.h"
#include "hpi_version.h"
#include "hpimsginit.h"
#include "hpidebug.h"
#include "hpimsgx.h"
#include "hpioctl.h"
#include "hpicmn.h"
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/moduleparam.h>
#include <asm/uaccess.h>
#include <linux/pci.h>
#include <linux/stringify.h>
#include <linux/module.h>
Go to the source code of this file.
|
| module_param (prealloc_stream_buf, int, S_IRUGO) |
|
| MODULE_PARM_DESC (prealloc_stream_buf,"Preallocate size for per-adapter stream buffer") |
|
| module_param (hpi_debug_level, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (hpi_debug_level,"debug verbosity 0..5") |
|
void | hpi_send_recv (struct hpi_message *phm, struct hpi_response *phr) |
|
| EXPORT_SYMBOL (hpi_send_recv) |
|
int | asihpi_hpi_release (struct file *file) |
|
long | asihpi_hpi_ioctl (struct file *file, unsigned int cmd, unsigned long arg) |
|
int __devinit | asihpi_adapter_probe (struct pci_dev *pci_dev, const struct pci_device_id *pci_id) |
|
void __devexit | asihpi_adapter_remove (struct pci_dev *pci_dev) |
|
void __init | asihpi_init (void) |
|
void | asihpi_exit (void) |
|
#define SOURCEFILE_NAME "hpioctl.c" |
module_param |
( |
prealloc_stream_buf |
, |
|
|
int |
, |
|
|
S_IRUGO |
|
|
) |
| |