HomeSort by relevance Sort by last modified time
    Searched refs:Nic (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiIbft.c 80 // Each attempt occupies two offsets: one for the NIC section;
85 // Need expand the control section if more than 2 NIC/Target attempts
188 Fill the NIC and target sections in iSCSI Boot Firmware Table.
202 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE *Nic;
215 // Get the offset of the first Nic and Target section.
218 Nic = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE *) ((UINTN) Table +
220 Target = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *) ((UINTN) Nic +
284 // Fill the Nic section.
287 Nic->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE_ID;
288 Nic->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE_VERSION;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiIbft.c 70 // Each session occupies two offsets, one for the NIC section,
76 // Need expand the control section if more than 2 NIC/Target sections
190 Get the NIC's PCI location and return it according to the composited
195 @return UINT16 The composited representation of the NIC PCI location.
244 Fill the NIC and target sections in iSCSI Boot Firmware Table.
260 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE *Nic;
274 // Get the offset of the first Nic and Target section.
277 Nic = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE *) ((UINTN) Table +
279 Target = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *) ((UINTN) Nic +
296 // Fill the Nic section.
    [all...]

Completed in 110 milliseconds