Searched hist:bc7fd43358d146b5d1ac9266407dbd35fa38b18a (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/usb/ |
H A D | usb_private.h | bc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.
It did not return the length of the vectors, but only the current fragment's worth of vectors. It also modified the fFragmented flag, which really should have been set in SetVectors in the first place.
As everything seemed to call IsFragmented after VectorLength, this is not a behavioral change.
|
H A D | Transfer.cpp | bc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.
It did not return the length of the vectors, but only the current fragment's worth of vectors. It also modified the fFragmented flag, which really should have been set in SetVectors in the first place.
As everything seemed to call IsFragmented after VectorLength, this is not a behavioral change.
|
/haiku/src/add-ons/kernel/busses/usb/ |
H A D | ehci.cpp | bc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.
It did not return the length of the vectors, but only the current fragment's worth of vectors. It also modified the fFragmented flag, which really should have been set in SetVectors in the first place.
As everything seemed to call IsFragmented after VectorLength, this is not a behavioral change.
|
H A D | ohci.cpp | bc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.
It did not return the length of the vectors, but only the current fragment's worth of vectors. It also modified the fFragmented flag, which really should have been set in SetVectors in the first place.
As everything seemed to call IsFragmented after VectorLength, this is not a behavioral change.
|
H A D | uhci.cpp | bc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.
It did not return the length of the vectors, but only the current fragment's worth of vectors. It also modified the fFragmented flag, which really should have been set in SetVectors in the first place.
As everything seemed to call IsFragmented after VectorLength, this is not a behavioral change.
|