Go to the source code of this file.
|
int | diva_user_mode_idi_init (void) |
|
void | diva_user_mode_idi_finit (void) |
|
void * | divas_um_idi_create_entity (dword adapter_nr, void *file) |
|
int | divas_um_idi_delete_entity (int adapter_nr, void *entity) |
|
int | diva_um_idi_read (void *entity, void *os_handle, void *dst, int max_length, divas_um_idi_copy_to_user_fn_t cp_fn) |
|
int | diva_um_idi_write (void *entity, void *os_handle, const void *src, int length, divas_um_idi_copy_from_user_fn_t cp_fn) |
|
int | diva_user_mode_idi_ind_ready (void *entity, void *os_handle) |
|
void * | diva_um_id_get_os_context (void *entity) |
|
int | diva_os_get_context_size (void) |
|
int | divas_um_idi_entity_assigned (void *entity) |
|
int | divas_um_idi_entity_start_remove (void *entity) |
|
void | diva_um_idi_start_wdog (void *entity) |
|
void | diva_um_idi_stop_wdog (void *entity) |
|
int diva_os_get_context_size |
( |
void |
| ) |
|
void* diva_um_id_get_os_context |
( |
void * |
entity | ) |
|
void diva_um_idi_start_wdog |
( |
void * |
entity | ) |
|
void diva_um_idi_stop_wdog |
( |
void * |
entity | ) |
|
int diva_user_mode_idi_ind_ready |
( |
void * |
entity, |
|
|
void * |
os_handle |
|
) |
| |
int diva_user_mode_idi_init |
( |
void |
| ) |
|
void* divas_um_idi_create_entity |
( |
dword |
adapter_nr, |
|
|
void * |
file |
|
) |
| |
int divas_um_idi_delete_entity |
( |
int |
adapter_nr, |
|
|
void * |
entity |
|
) |
| |
int divas_um_idi_entity_assigned |
( |
void * |
entity | ) |
|
int divas_um_idi_entity_start_remove |
( |
void * |
entity | ) |
|