Searched defs:media_table (Results 1 – 2 of 2) sorted by relevance
328 static struct media_table { struct329 char *name;330 unsigned int media_bits:16, /* Bits to set in Wn4_Media register. */331 mask:8, /* The transceiver-present bit in Wn3_Config. */332 next:8; /* The media type to try next. */333 short wait; /* Time before we check media status. */
720 static const struct media_table { struct721 char *name;722 unsigned int media_bits:16, /* Bits to set in Wn4_Media register. */723 mask:8, /* The transceiver-present bit in Wn3_Config.*/724 next:8; /* The media type to try next. */725 int wait; /* Time before we check media status. */