Searched defs:media_table (Results 1 – 2 of 2) sorted by relevance
335 static struct media_table { struct336 char *name;337 unsigned int media_bits:16, /* Bits to set in Wn4_Media register. */338 mask:8, /* The transceiver-present bit in Wn3_Config. */339 next:8; /* The media type to try next. */340 short wait; /* Time before we check media status. */
722 static const struct media_table { struct723 char *name;724 unsigned int media_bits:16, /* Bits to set in Wn4_Media register. */725 mask:8, /* The transceiver-present bit in Wn3_Config.*/726 next:8; /* The media type to try next. */727 int wait; /* Time before we check media status. */