Changeset 81890 in vbox for trunk/src/VBox/Devices/Storage/DevAHCI.cpp
- Timestamp:
- Nov 16, 2019 1:26:10 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r81887 r81890 1043 1043 * @returns nothing. 1044 1044 * @param pDevIns The device instance. 1045 * @param pAhciPort The port to kick .1045 * @param pAhciPort The port to kick, shared bits. 1046 1046 */ 1047 1047 static void ahciIoThreadKick(PPDMDEVINS pDevIns, PAHCIPORT pAhciPort) … … 2019 2019 * Hardware reset used for machine power on and reset. 2020 2020 * 2021 * @param pAhciPort The port to reset .2021 * @param pAhciPort The port to reset, shared bits. 2022 2022 */ 2023 2023 static void ahciPortHwReset(PAHCIPORT pAhciPort) … … 2269 2269 2270 2270 /** 2271 * @callback_method_impl{ IOMMMIONEWWRITE}2271 * @callback_method_impl{FNIOMMMIONEWWRITE} 2272 2272 */ 2273 2273 static DECLCALLBACK(VBOXSTRICTRC) ahciMMIORead(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS off, void *pv, unsigned cb) … … 2285 2285 2286 2286 /** 2287 * @callback_method_impl{ IOMMMIONEWWRITE}2287 * @callback_method_impl{FNIOMMMIONEWWRITE} 2288 2288 */ 2289 2289 static DECLCALLBACK(VBOXSTRICTRC) ahciMMIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS off, void const *pv, unsigned cb) … … 2527 2527 * 2528 2528 * @returns nothing 2529 * @param pAhciPort The port the command FIS was read from .2529 * @param pAhciPort The port the command FIS was read from (shared bits). 2530 2530 * @param cmdFis The FIS to print info from. 2531 2531 */ … … 2609 2609 * 2610 2610 * @returns nothing 2611 * @param pAhciPort Pointer to the port the command header was read from. 2611 * @param pAhciPort Pointer to the port the command header was read from 2612 * (shared bits). 2612 2613 * @param pCmdHdr The command header to print info from. 2613 2614 */ … … 2644 2645 * @returns nothing 2645 2646 * @param pDevIns The device instance. 2646 * @param pAhciPort Pointer to the port which "receives" the FIS .2647 * @param pAhciPort Pointer to the port which "receives" the FIS (shared bits). 2647 2648 */ 2648 2649 static void ahciPostFirstD2HFisIntoMemory(PPDMDEVINS pDevIns, PAHCIPORT pAhciPort) … … 2687 2688 * @returns VBox status code 2688 2689 * @param pDevIns The device instance. 2689 * @param pAhciPort The port which "receives" the FIS .2690 * @param pAhciPort The port which "receives" the FIS(shared bits). 2690 2691 * @param uFisType The type of the FIS. 2691 2692 * @param pCmdFis Pointer to the FIS which is to be posted into memory. … … 2930 2931 * @param pDevIns The device instance. 2931 2932 * @param pThis The shared AHCI state. 2932 * @param pAhciPort The port the device is attached to, shared bits. 2933 * @param pAhciPort The port the device is attached to, shared bits(shared 2934 * bits). 2933 2935 * @param pAhciReq The state to get the tag number from. 2934 2936 */ … … 2959 2961 * @param pDevIns The device instance. 2960 2962 * @param pThis The shared AHCI state. 2961 * @param pAhciPort The device to reset .2963 * @param pAhciPort The device to reset(shared bits). 2962 2964 * @param pAhciReq The task state. 2963 2965 */ … … 2981 2983 * @param pDevIns The device instance. 2982 2984 * @param pThis The shared AHCI state. 2983 * @param pAhciPort The port of the SATA controller .2985 * @param pAhciPort The port of the SATA controller (shared bits). 2984 2986 * @param cbTransfer Transfer size of the request. 2985 2987 * @param pCmdFis Pointer to the command FIS from the guest. … … 3049 3051 * @param pDevIns The device instance. 3050 3052 * @param pThis The shared AHCI state. 3051 * @param pAhciPort The port of the SATA controller .3053 * @param pAhciPort The port of the SATA controller (shared bits). 3052 3054 * @param uTag The tag of the request. 3053 3055 * @param pCmdFis Pointer to the command FIS from the guest. … … 3423 3425 * @returns VBox status code. 3424 3426 * @param pDevIns The device instance. 3425 * @param pThis The AHCI controller device instance.3426 3427 * @param pAhciReq AHCI request structure. 3427 3428 * @param pcbPrdt Where to store the size of the guest buffer. … … 3472 3473 * @returns VBox status code. 3473 3474 * @param pDevIns The device instance. 3474 * @param pAhciPort AHCI port state .3475 * @param pAhciPort AHCI port state, shared bits. 3475 3476 * @param pAhciReq The request handling the TRIM request. 3476 3477 * @param idxRangeStart Index of the first range to start copying. … … 3573 3574 * 3574 3575 * @returns nothing. 3575 * @param pAhciPort The AHCI port, shared bits.3576 3576 * @param pAhciPortR3 The AHCI port, ring-3 bits. 3577 3577 * @param pAhciReq The request to free. … … 4252 4252 * @param pDevIns The device instance. 4253 4253 * @param pThis The shared AHCI state. 4254 * @param pAhciPort The AHCI port of the request .4254 * @param pAhciPort The AHCI port of the request, shared bits. 4255 4255 * @param pAhciReq The state of the actual task. 4256 4256 */ … … 4347 4347 * @param pThis The shared AHCI state. 4348 4348 * @param pThisCC The ring-3 AHCI state. 4349 * @param pAhciPort The port the request is for. 4349 * @param pAhciPort The port the request is for, shared bits. 4350 * @param pAhciPortR3 The port the request is for, ring-3 bits. 4350 4351 * @param pAhciReq The request to submit. 4351 4352 * @param enmType The request type. … … 4424 4425 * @param pDevIns The device instance. 4425 4426 * @param pThis The shared AHCI state. 4426 * @param pAhciPort The AHCI port the request is for .4427 * @param pAhciPort The AHCI port the request is for, shared bits. 4427 4428 * @param pAhciReq Request structure to copy the command to. 4428 4429 */
Note:
See TracChangeset
for help on using the changeset viewer.