General question about the MII/GMII impl:

At the moment, it seems that the best location to track MII state is in
mac_impl_t (i.e. mac_handle_t). I have added the following two members
to the mac_impl_s struct:

  boolean_t    mi_mii;
  mac_capab_t  mi_mii_capab;

Alternately, if it is not desirable to have the capab struct, it could
be expressed as this:

  boolean_t       mi_mii;
  mac_mii_read_t  mi_mii_read;
  mac_mii_write_t mi_mii_write;

Any objections/preferences?

Steve
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to