iPXE
|
Admin queue data buffer. More...
#include <ice.h>
Data Fields | |
union intelxl_admin_buffer | xl |
Original 40 Gigabit Ethernet data buffer. More... | |
struct ice_admin_mac_read_buffer | mac_read |
Manage MAC Address Read data buffer. More... | |
struct ice_admin_switch_buffer | sw |
Get Switch Configuration data buffer. More... | |
struct ice_admin_rules_buffer | rules |
Add Switch Rules data buffer. More... | |
union ice_admin_schedule_buffer | sched |
Query Default Scheduling Tree Topology data buffer. More... | |
struct ice_admin_link_buffer | link |
Get Link Status data buffer. More... | |
struct ice_admin_add_txq_buffer | add_txq |
Add Transmit Queue data buffer. More... | |
struct ice_admin_disable_txq_buffer | disable_txq |
Disable Transmit Queue data buffer. More... | |
union intelxl_admin_buffer ice_admin_buffer::xl |
struct ice_admin_mac_read_buffer ice_admin_buffer::mac_read |
Manage MAC Address Read data buffer.
Definition at line 462 of file ice.h.
Referenced by ice_admin_mac_read().
struct ice_admin_switch_buffer ice_admin_buffer::sw |
Get Switch Configuration data buffer.
Definition at line 464 of file ice.h.
Referenced by ice_admin_switch().
struct ice_admin_rules_buffer ice_admin_buffer::rules |
Add Switch Rules data buffer.
Definition at line 466 of file ice.h.
Referenced by ice_admin_rules().
union ice_admin_schedule_buffer ice_admin_buffer::sched |
Query Default Scheduling Tree Topology data buffer.
Definition at line 468 of file ice.h.
Referenced by ice_admin_schedule().
struct ice_admin_link_buffer ice_admin_buffer::link |
struct ice_admin_add_txq_buffer ice_admin_buffer::add_txq |
Add Transmit Queue data buffer.
Definition at line 472 of file ice.h.
Referenced by ice_admin_add_txq().
struct ice_admin_disable_txq_buffer ice_admin_buffer::disable_txq |
Disable Transmit Queue data buffer.
Definition at line 474 of file ice.h.
Referenced by ice_admin_disable_txq().