Lines Matching full:fis
157 /** \brief Structure for SATA BIST FIS
159 * The agsaFisBIST_t data structure describes a SATA FIS (Frame Information Structures)
160 * for FIS type BIST (Built In Self Test) Activate Bidirectional.
184 /* b3-b0 PM Port. device port address that the PM should deliver the FIS to */
279 /** \brief Structure for SATA Device to Host Register FIS
281 * The agsaFisRegDeviceToHost_t data structure describes a SATA FIS (Frame Information
282 * Structures) for FIS type Register Device to Host.
327 /** \brief Structure for SATA Host to Device Register FIS
329 * The agsaFisRegHostToDevice_t data structure describes a SATA FIS
330 * (Frame Information Structures) for FIS type Register Host to Device.
369 /** \brief Structure for SATA SetDeviceBit FIS
371 * The agsaFisSetDevBits_t data structure describes a SATA FIS (Frame Information Structures)
372 * for FIS type Set Device Bits - Device to Host.
390 /** \brief union data structure specifies a FIS from host software
392 * union data structure specifies a FIS from host software
396 agsaFisRegHostToDevice_t fisRegHostToDev; /* Structure containing the FIS request
398 agsaFisBIST_t fisBIST; /* Structure containing the FIS request for BIST */
427 at the conclusion of the subsequent Data FIS */
429 bit8 transferCount[2]; /* the number of bytes to be xfered in the subsequent Data FiS */