VirtualBox

Ignore:
Timestamp:
Nov 16, 2019 1:26:10 AM (5 years ago)
Author:
vboxsync
Message:

DevAHCI: Doxygen. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r81887 r81890  
    10431043 * @returns nothing.
    10441044 * @param   pDevIns     The device instance.
    1045  * @param   pAhciPort   The port to kick.
     1045 * @param   pAhciPort   The port to kick, shared bits.
    10461046 */
    10471047static void ahciIoThreadKick(PPDMDEVINS pDevIns, PAHCIPORT pAhciPort)
     
    20192019 * Hardware reset used for machine power on and reset.
    20202020 *
    2021  * @param pAhciPort     The port to reset.
     2021 * @param pAhciPort     The port to reset, shared bits.
    20222022 */
    20232023static void ahciPortHwReset(PAHCIPORT pAhciPort)
     
    22692269
    22702270/**
    2271  * @callback_method_impl{IOMMMIONEWWRITE}
     2271 * @callback_method_impl{FNIOMMMIONEWWRITE}
    22722272 */
    22732273static DECLCALLBACK(VBOXSTRICTRC) ahciMMIORead(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS off, void *pv, unsigned cb)
     
    22852285
    22862286/**
    2287  * @callback_method_impl{IOMMMIONEWWRITE}
     2287 * @callback_method_impl{FNIOMMMIONEWWRITE}
    22882288 */
    22892289static DECLCALLBACK(VBOXSTRICTRC) ahciMMIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS off, void const *pv, unsigned cb)
     
    25272527 *
    25282528 * @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).
    25302530 * @param   cmdFis        The FIS to print info from.
    25312531 */
     
    26092609 *
    26102610 * @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).
    26122613 * @param   pCmdHdr     The command header to print info from.
    26132614 */
     
    26442645 * @returns nothing
    26452646 * @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).
    26472648 */
    26482649static void ahciPostFirstD2HFisIntoMemory(PPDMDEVINS pDevIns, PAHCIPORT pAhciPort)
     
    26872688 * @returns VBox status code
    26882689 * @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).
    26902691 * @param   uFisType   The type of the FIS.
    26912692 * @param   pCmdFis    Pointer to the FIS which is to be posted into memory.
     
    29302931 * @param   pDevIns     The device instance.
    29312932 * @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).
    29332935 * @param   pAhciReq    The state to get the tag number from.
    29342936 */
     
    29592961 * @param   pDevIns     The device instance.
    29602962 * @param   pThis       The shared AHCI state.
    2961  * @param   pAhciPort   The device to reset.
     2963 * @param   pAhciPort   The device to reset(shared bits).
    29622964 * @param   pAhciReq    The task state.
    29632965 */
     
    29812983 * @param   pDevIns     The device instance.
    29822984 * @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).
    29842986 * @param   cbTransfer  Transfer size of the request.
    29852987 * @param   pCmdFis     Pointer to the command FIS from the guest.
     
    30493051 * @param   pDevIns     The device instance.
    30503052 * @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).
    30523054 * @param   uTag        The tag of the request.
    30533055 * @param   pCmdFis     Pointer to the command FIS from the guest.
     
    34233425 * @returns VBox status code.
    34243426 * @param   pDevIns     The device instance.
    3425  * @param   pThis       The AHCI controller device instance.
    34263427 * @param   pAhciReq    AHCI request structure.
    34273428 * @param   pcbPrdt     Where to store the size of the guest buffer.
     
    34723473 * @returns VBox status code.
    34733474 * @param   pDevIns         The device instance.
    3474  * @param   pAhciPort       AHCI port state.
     3475 * @param   pAhciPort       AHCI port state, shared bits.
    34753476 * @param   pAhciReq        The request handling the TRIM request.
    34763477 * @param   idxRangeStart   Index of the first range to start copying.
     
    35733574 *
    35743575 * @returns nothing.
    3575  * @param   pAhciPort   The AHCI port, shared bits.
    35763576 * @param   pAhciPortR3 The AHCI port, ring-3 bits.
    35773577 * @param   pAhciReq    The request to free.
     
    42524252 * @param   pDevIns     The device instance.
    42534253 * @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.
    42554255 * @param   pAhciReq    The state of the actual task.
    42564256 */
     
    43474347 * @param   pThis       The shared AHCI state.
    43484348 * @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.
    43504351 * @param   pAhciReq    The request to submit.
    43514352 * @param   enmType     The request type.
     
    44244425 * @param   pDevIns     The device instance.
    44254426 * @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.
    44274428 * @param   pAhciReq    Request structure to copy the command to.
    44284429 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette