AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
|
#include <afhba_stream_drv.h>
Public Attributes | |
unsigned | buffers_demand |
unsigned | buffers_queued |
unsigned | buffers_received |
unsigned | ints |
int | please_stop |
unsigned | rx_buffers_previous |
unsigned | int_previous |
unsigned | rx_rate |
unsigned | int_rate |
unsigned | errors |
unsigned | buffers_discarded |
unsigned | catchup_histo [NBUFFERS] |
int | dma_started |
struct XLLC_DEF | push_llc_def |
struct XLLC_DEF | pull_llc_def |
int(* | on_push_dma_timeout )(struct AFHBA_DEV *adev) |
int(* | on_pull_dma_timeout )(struct AFHBA_DEV *adev) |
Definition at line 89 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::buffers_demand |
Definition at line 90 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::buffers_discarded |
Definition at line 100 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::buffers_queued |
Definition at line 91 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::buffers_received |
Definition at line 92 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::catchup_histo[NBUFFERS] |
Definition at line 102 of file afhba_stream_drv.h.
int AFHBA_STREAM_DEV::JOB::dma_started |
Definition at line 103 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::errors |
Definition at line 99 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::int_previous |
Definition at line 96 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::int_rate |
Definition at line 98 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::ints |
Definition at line 93 of file afhba_stream_drv.h.
int(* AFHBA_STREAM_DEV::JOB::on_pull_dma_timeout) (struct AFHBA_DEV *adev) |
Definition at line 108 of file afhba_stream_drv.h.
int(* AFHBA_STREAM_DEV::JOB::on_push_dma_timeout) (struct AFHBA_DEV *adev) |
Definition at line 107 of file afhba_stream_drv.h.
int AFHBA_STREAM_DEV::JOB::please_stop |
Definition at line 94 of file afhba_stream_drv.h.
struct XLLC_DEF AFHBA_STREAM_DEV::JOB::pull_llc_def |
Definition at line 103 of file afhba_stream_drv.h.
struct XLLC_DEF AFHBA_STREAM_DEV::JOB::push_llc_def |
Definition at line 103 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::rx_buffers_previous |
Definition at line 95 of file afhba_stream_drv.h.
unsigned AFHBA_STREAM_DEV::JOB::rx_rate |
Definition at line 97 of file afhba_stream_drv.h.