Linux Kernel
3.7.1
|
#include <nes_hw.h>
Data Fields | |
union { | |
u64 cqp_callback_context | |
void * cqp_callback_pointer | |
}; | |
wait_queue_head_t | waitq |
struct nes_hw_cqp_wqe | cqp_wqe |
struct list_head | list |
atomic_t | refcount |
void(* | cqp_callback )(struct nes_device *nesdev, struct nes_cqp_request *cqp_request) |
u16 | major_code |
u16 | minor_code |
u8 | waiting |
u8 | request_done |
u8 | dynamic |
u8 | callback |
union { ... } |
void(* cqp_callback)(struct nes_device *nesdev, struct nes_cqp_request *cqp_request) |
struct nes_hw_cqp_wqe cqp_wqe |
wait_queue_head_t waitq |