Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
bna_rx_event_cbfn Struct Reference

#include <bna_types.h>

Data Fields

void(* rcb_setup_cbfn )(struct bnad *, struct bna_rcb *)
 
void(* rcb_destroy_cbfn )(struct bnad *, struct bna_rcb *)
 
void(* ccb_setup_cbfn )(struct bnad *, struct bna_ccb *)
 
void(* ccb_destroy_cbfn )(struct bnad *, struct bna_ccb *)
 
void(* rx_stall_cbfn )(struct bnad *, struct bna_rx *)
 
void(* rx_cleanup_cbfn )(struct bnad *, struct bna_rx *)
 
void(* rx_post_cbfn )(struct bnad *, struct bna_rx *)
 

Detailed Description

Definition at line 830 of file bna_types.h.

Field Documentation

void(* ccb_destroy_cbfn)(struct bnad *, struct bna_ccb *)

Definition at line 835 of file bna_types.h.

void(* ccb_setup_cbfn)(struct bnad *, struct bna_ccb *)

Definition at line 834 of file bna_types.h.

void(* rcb_destroy_cbfn)(struct bnad *, struct bna_rcb *)

Definition at line 833 of file bna_types.h.

void(* rcb_setup_cbfn)(struct bnad *, struct bna_rcb *)

Definition at line 832 of file bna_types.h.

void(* rx_cleanup_cbfn)(struct bnad *, struct bna_rx *)

Definition at line 838 of file bna_types.h.

void(* rx_post_cbfn)(struct bnad *, struct bna_rx *)

Definition at line 839 of file bna_types.h.

void(* rx_stall_cbfn)(struct bnad *, struct bna_rx *)

Definition at line 836 of file bna_types.h.


The documentation for this struct was generated from the following file: