Lines Matching defs:mtable
171 struct mediatable *mtable = tp->mtable;
175 if (mtable) {
176 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index];
185 iowrite32(mtable->csr12dir | 0x100, ioaddr + CSR12);
199 if (startup && mtable->has_reset) {
200 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
285 iowrite32(mtable->csr12dir | 0x100, ioaddr + CSR12);
324 if (startup && mtable->has_reset) {
325 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
542 if (tp->mtable && tp->mtable->has_mii && phy_idx == 0) {