Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ata.h File Reference

Go to the source code of this file.

Data Structures

struct  bcom_ata_bd
 

Functions

struct bcom_taskbcom_ata_init (int queue_len, int maxbufsize)
 
void bcom_ata_rx_prepare (struct bcom_task *tsk)
 
void bcom_ata_tx_prepare (struct bcom_task *tsk)
 
void bcom_ata_reset_bd (struct bcom_task *tsk)
 
void bcom_ata_release (struct bcom_task *tsk)
 

Function Documentation

struct bcom_task* bcom_ata_init ( int  queue_len,
int  maxbufsize 
)
read

Definition at line 58 of file ata.c.

void bcom_ata_release ( struct bcom_task tsk)

Definition at line 146 of file ata.c.

void bcom_ata_reset_bd ( struct bcom_task tsk)

Definition at line 131 of file ata.c.

void bcom_ata_rx_prepare ( struct bcom_task tsk)

Definition at line 103 of file ata.c.

void bcom_ata_tx_prepare ( struct bcom_task tsk)

Definition at line 117 of file ata.c.