Searched defs:Fifo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c825 @param Fifo A pointer to the Data Structure SERIAL_DEV_FIFO
832 IN SERIAL_DEV_FIFO *Fifo
836 if (Fifo->Surplus == 0) {
846 @param Fifo A pointer to the Data Structure SERIAL_DEV_FIFO
853 IN SERIAL_DEV_FIFO *Fifo
857 if (Fifo->Surplus == SERIAL_MAX_BUFFER_SIZE) {
867 @param Fifo A pointer to the Data Structure SERIAL_DEV_FIFO
876 IN SERIAL_DEV_FIFO *Fifo,
884 if (IsaSerialFifoFull (Fifo)) {
890 Fifo
875 IsaSerialFifoAdd( IN SERIAL_DEV_FIFO *Fifo, IN UINT8 Data ) argument
911 IsaSerialFifoRemove( IN SERIAL_DEV_FIFO *Fifo, OUT UINT8 *Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c1023 @param Fifo Point to trasmit FIFO structure.
1029 EFI_SIMPLE_NETWORK_DEV_FIFO *Fifo
1032 if (((Fifo->Last + 1) % EFI_SIMPLE_NETWORK_MAX_TX_FIFO_SIZE) == Fifo->First) {
1042 @param Fifo Point to trasmit FIFO structure.
1048 EFI_SIMPLE_NETWORK_DEV_FIFO *Fifo
1051 if (Fifo->Last == Fifo->First) {
1062 @param Fifo Point to trasmit FIFO structure.
1070 EFI_SIMPLE_NETWORK_DEV_FIFO *Fifo,
1069 SimpleNetworkTransmitFifoAdd( EFI_SIMPLE_NETWORK_DEV_FIFO *Fifo, VOID *Data ) argument
1093 SimpleNetworkTransmitFifoRemove( EFI_SIMPLE_NETWORK_DEV_FIFO *Fifo, VOID **Data ) argument
[all...]

Completed in 35 milliseconds