Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rx.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/spinlock.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/completion.h>
#include <linux/time.h>
#include <linux/interrupt.h>
#include <scsi/scsi_host.h>
#include "aacraid.h"

Go to the source code of this file.

Functions

int aac_rx_deliver_producer (struct fib *fib)
 
int aac_rx_select_comm (struct aac_dev *dev, int comm)
 
int _aac_rx_init (struct aac_dev *dev)
 
int aac_rx_init (struct aac_dev *dev)
 

Function Documentation

int _aac_rx_init ( struct aac_dev dev)

aac_rx_init - initialize an i960 based AAC card : device to configure

Allocate and set up resources for the i960 based AAC variants. The device_interface in the commregion will be allocated and linked to the comm region.

Definition at line 551 of file rx.c.

int aac_rx_deliver_producer ( struct fib fib)

aac_rx_deliver_producer : fib to issue

Will send a fib, returning 0 if successful.

Definition at line 399 of file rx.c.

int aac_rx_init ( struct aac_dev dev)

Definition at line 674 of file rx.c.

int aac_rx_select_comm ( struct aac_dev dev,
int  comm 
)

aac_rx_select_comm - Select communications method : Adapter : communications method

Definition at line 523 of file rx.c.