Contents

getMaxPacketSize

Gets the maximum packet size supported by the controller.

Declaration

virtual IOReturn getMaxPacketSize(
 UInt32 *maxSize) const = 0;

Parameters

  • maxSize:

    Pointer to the return value.

Return Value

Returns kIOReturnSuccess on success, or an error code otherwise.

See Also

Miscellaneous