Searched refs:purb_64 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c2459 PURB_64 purb_64 = (PURB_64)pirp_save->Buffer; local
2505 purb_64->UrbHeader.Function == URB_FUNCTION_CLASS_INTERFACE &&
2506 USBD_TRANSFER_DIRECTION(purb_64->UrbBulkOrInterruptTransfer.TransferFlags) == USBD_TRANSFER_DIRECTION_IN
2570 (pirp_save->Is64 == 1 && purb_64->UrbHeader.Function == URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER)
2591 PURB_64 purb_64; local
2794 purb_64 = (PURB_64)pirp_save->Buffer;
2796 purb_64->UrbHeader.Length = SWAP16(purb_64->UrbHeader.Length);
2797 purb_64->UrbHeader.Function = SWAP16(purb_64
[all...]
H A Ddecode.c692 PURB_64 purb_64 = (PURB_64)pirp_save->Buffer; local
693 print_urb_64(purb_64);
694 if(pirp_save->BufferSize > purb_64->UrbHeader.Length)
695 ppktbuf((char*)pirp_save->Buffer + purb_64->UrbHeader.Length,
696 pirp_save->BufferSize - purb_64->UrbHeader.Length);

Completed in 47 milliseconds