DRV_MIIM_OPERATION_FLAGS Enumeration
C
typedef enum {
DRV_MIIM_OPERATION_FLAG_NONE,
DRV_MIIM_OPERATION_FLAG_DISCARD
} DRV_MIIM_OPERATION_FLAGS;
Members
Members | Description |
---|---|
DRV_MIIM_OPERATION_FLAG_NONE | No flag specified |
DRV_MIIM_OPERATION_FLAG_DISCARD | Upon completion discard the operation result. The client will not poll to check the result nor will need notification This allows dummy operations, discarded as they complete |
Description
MIIM Driver Operation flags This enumeration identifies the operation-specific flags supported by the MIIM driver.
Remarks
Currently only 8 bit flags are supported. Multiple flags can be simultaneously set.