Searched refs:MDIOC (Results 1 – 1 of 1) sorted by relevance
681 #define MDIOC ('V' << 8) macro684 #define MD_IOCSET (MDIOC|0) /* set config (metainit) */685 #define MD_IOCRESET (MDIOC|1) /* reset config (metaclear) */686 #define MD_IOCGET (MDIOC|2) /* get config (metastat) */687 #define MD_IOCGROW (MDIOC|3) /* grow config (dyn concat) */688 #define MD_IOCCHANGE (MDIOC|4) /* change config (metaparam) */689 #define MD_IOCSET_NM (MDIOC|5) /* set device name */690 #define MD_IOCGET_NM (MDIOC|6) /* get device name */691 #define MD_IOCREM_NM (MDIOC|7) /* remove device name */692 #define MD_IOCGET_DRVNM (MDIOC|8) /* get driver name */[all …]