iPXE
|
Admin queue request. More...
#include <ena.h>
Data Fields | |
struct ena_aq_header | header |
Header. More... | |
struct ena_create_sq_req | create_sq |
Create submission queue. More... | |
struct ena_destroy_sq_req | destroy_sq |
Destroy submission queue. More... | |
struct ena_create_cq_req | create_cq |
Create completion queue. More... | |
struct ena_destroy_cq_req | destroy_cq |
Destroy completion queue. More... | |
struct ena_get_feature_req | get_feature |
Get feature. More... | |
struct ena_set_feature_req | set_feature |
Set feature. More... | |
struct ena_get_stats_req | get_stats |
Get statistics. More... | |
uint8_t | pad [64] |
Padding. More... | |
struct ena_aq_header ena_aq_req::header |
Header.
Definition at line 477 of file ena.h.
Referenced by ena_admin(), ena_create_cq(), ena_create_sq(), ena_destroy_cq(), ena_destroy_sq(), ena_get_device_attributes(), ena_get_stats(), ena_set_aenq_config(), and ena_set_host_attributes().
struct ena_create_sq_req ena_aq_req::create_sq |
struct ena_destroy_sq_req ena_aq_req::destroy_sq |
struct ena_create_cq_req ena_aq_req::create_cq |
struct ena_destroy_cq_req ena_aq_req::destroy_cq |
struct ena_get_feature_req ena_aq_req::get_feature |
struct ena_set_feature_req ena_aq_req::set_feature |
Set feature.
Definition at line 489 of file ena.h.
Referenced by ena_set_aenq_config(), and ena_set_host_attributes().
struct ena_get_stats_req ena_aq_req::get_stats |