/src/sys/dev/mii/ |
miivar.h | 77 struct mii_data { struct 102 typedef struct mii_data mii_data_t; 112 int (*pf_service)(struct mii_softc *, struct mii_data *, int); 145 struct mii_data *mii_pdata; /* :: pointer to parent's mii_data */ 168 #define MIIF_INITDONE 0x0001 /* has been initialized (mii_data) */ 198 struct mii_data *mii_data; /* pointer to parent data */ member in struct:mii_attach_args 311 void mii_attach(device_t, struct mii_data *, int, int, int, int); 312 void mii_detach(struct mii_data *, int, int) [all...] |
/src/sys/dev/pci/cxgb/ |
cxgb_ioctl.h | 234 struct mii_data { struct 258 #define SIOCGMIIREG _IOWR('f', CH_GETMIIREGS, struct mii_data) 259 #define SIOCSMIIREG _IOWR('f', CH_SETMIIREGS, struct mii_data)
|
/src/sys/dev/ic/ |
rtl81x9var.h | 72 uint16_t mii_data; member in struct:rtk_mii_frame 178 struct mii_data mii;
|