#include <ibft.h>
Data Fields | |
| struct ibft_header | header |
| Common header. | |
| uint16_t | extensions |
| Extensions. | |
| ibft_off_t | initiator |
| Offset to Initiator structure. | |
| ibft_off_t | nic_0 |
| Offset to NIC structure for NIC 0. | |
| ibft_off_t | target_0 |
| Offset to Target structure for target 0. | |
| ibft_off_t | nic_1 |
| Offset to NIC structure for NIC 1. | |
| ibft_off_t | target_1 |
| Offset to Target structure for target 1. | |
Definition at line 103 of file ibft.h.
struct ibft_header ibft_control::header [read] |
1.5.7.1