Linux Kernel
3.7.1
|
#include <bna_types.h>
Data Fields | |
void ** | sw_qpt |
u32 | producer_index |
volatile u32 * | hw_producer_index |
u32 | q_depth |
struct bna_ib_dbell * | i_dbell |
struct bna_rcb * | rcb [2] |
void * | ctrl |
struct bna_pkt_rate | pkt_rate |
int | page_idx |
int | page_count |
struct bna_cq * | cq |
struct bnad * | bnad |
void * | priv |
enum bna_intr_type | intr_type |
int | intr_vector |
u8 | rx_coalescing_timeo |
int | id |
char | name [BNA_Q_NAME_SIZE] |
Definition at line 626 of file bna_types.h.
Definition at line 641 of file bna_types.h.
Definition at line 640 of file bna_types.h.
Definition at line 634 of file bna_types.h.
volatile u32* hw_producer_index |
Definition at line 630 of file bna_types.h.
struct bna_ib_dbell* i_dbell |
Definition at line 632 of file bna_types.h.
Definition at line 646 of file bna_types.h.
enum bna_intr_type intr_type |
Definition at line 643 of file bna_types.h.
int intr_vector |
Definition at line 644 of file bna_types.h.
char name[BNA_Q_NAME_SIZE] |
Definition at line 647 of file bna_types.h.
int page_count |
Definition at line 637 of file bna_types.h.
int page_idx |
Definition at line 636 of file bna_types.h.
struct bna_pkt_rate pkt_rate |
Definition at line 635 of file bna_types.h.
Definition at line 642 of file bna_types.h.
u32 producer_index |
Definition at line 629 of file bna_types.h.
u32 q_depth |
Definition at line 631 of file bna_types.h.
Definition at line 633 of file bna_types.h.
u8 rx_coalescing_timeo |
Definition at line 645 of file bna_types.h.
void** sw_qpt |
Definition at line 628 of file bna_types.h.