|
iPXE
|
Go to the source code of this file.
Data Structures | |
| struct | xen_netif_ctrl_request |
| struct | xen_netif_ctrl_response |
| struct | xen_netif_gref |
| struct | netif_tx_request |
| struct | netif_extra_info |
| struct | netif_tx_response |
| struct | netif_rx_request |
| struct | netif_rx_response |
Typedefs | |
| typedef struct netif_tx_request | netif_tx_request_t |
| typedef struct netif_extra_info | netif_extra_info_t |
| typedef struct netif_tx_response | netif_tx_response_t |
| typedef struct netif_rx_request | netif_rx_request_t |
| typedef struct netif_rx_response | netif_rx_response_t |
Functions | |
| FILE_LICENCE (MIT) | |
| DEFINE_RING_TYPES (xen_netif_ctrl, struct xen_netif_ctrl_request, struct xen_netif_ctrl_response) | |
| DEFINE_RING_TYPES (netif_tx, struct netif_tx_request, struct netif_tx_response) | |
| DEFINE_RING_TYPES (netif_rx, struct netif_rx_request, struct netif_rx_response) | |
| #define XEN_NETIF_CTRL_HASH_TYPE_IPV4 (1 << _XEN_NETIF_CTRL_HASH_TYPE_IPV4) |
| #define XEN_NETIF_CTRL_HASH_TYPE_IPV4_TCP (1 << _XEN_NETIF_CTRL_HASH_TYPE_IPV4_TCP) |
| #define XEN_NETIF_CTRL_HASH_TYPE_IPV6 (1 << _XEN_NETIF_CTRL_HASH_TYPE_IPV6) |
| #define XEN_NETIF_CTRL_HASH_TYPE_IPV6_TCP (1 << _XEN_NETIF_CTRL_HASH_TYPE_IPV6_TCP) |
| #define XEN_NETIF_CTRLF_GREF_readonly (1U<<_XEN_NETIF_CTRLF_GREF_readonly) |
| #define XEN_NETIF_EXTRA_TYPE_NONE (0) /* Never used - invalid */ |
| #define XEN_NETIF_EXTRA_FLAG_MORE (1U<<_XEN_NETIF_EXTRA_FLAG_MORE) |
| typedef struct netif_tx_request netif_tx_request_t |
| typedef struct netif_extra_info netif_extra_info_t |
| typedef struct netif_tx_response netif_tx_response_t |
| typedef struct netif_rx_request netif_rx_request_t |
| typedef struct netif_rx_response netif_rx_response_t |
| FILE_LICENCE | ( | MIT | ) |
| DEFINE_RING_TYPES | ( | xen_netif_ctrl | , |
| struct xen_netif_ctrl_request | , | ||
| struct xen_netif_ctrl_response | |||
| ) |
| DEFINE_RING_TYPES | ( | netif_tx | , |
| struct netif_tx_request | , | ||
| struct netif_tx_response | |||
| ) |
| DEFINE_RING_TYPES | ( | netif_rx | , |
| struct netif_rx_request | , | ||
| struct netif_rx_response | |||
| ) |
1.8.15