Home
last modified time | relevance | path

Searched refs:cur_ptr (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c1448 TxCB *cur_ptr; in SetupCBlink() local
1452 cur_ptr = &(AdapterInfo->tx_ring[0]); in SetupCBlink()
1453 array_off = (UINTN) (&cur_ptr->TBDArray) - (UINTN) cur_ptr; in SetupCBlink()
1455 cur_ptr[Index].cb_header.status = 0; in SetupCBlink()
1456 cur_ptr[Index].cb_header.command = 0; in SetupCBlink()
1458 cur_ptr[Index].PhysTCBAddress = in SetupCBlink()
1461 cur_ptr[Index].PhysArrayAddr = (UINT32)(cur_ptr[Index].PhysTCBAddress + array_off); in SetupCBlink()
1462 cur_ptr[Index].PhysTBDArrayAddres = (UINT32)(cur_ptr[Index].PhysTCBAddress + array_off); in SetupCBlink()
1464 cur_ptr->free_data_ptr = (UINT64) 0; in SetupCBlink()
1467 cur_ptr[Index].cb_header.link = cur_ptr[Index].PhysTCBAddress + sizeof (TxCB); in SetupCBlink()
[all …]