Lines Matching refs:my_softc

113 static int      my_newbuf(struct my_softc *, struct my_chain_onefrag *);
114 static int my_encap(struct my_softc *, struct my_chain *, struct mbuf *);
115 static void my_rxeof(struct my_softc *);
116 static void my_txeof(struct my_softc *);
117 static void my_txeoc(struct my_softc *);
123 static void my_init_locked(struct my_softc *);
124 static void my_stop(struct my_softc *);
130 static u_int16_t my_phy_readreg(struct my_softc *, int);
131 static void my_phy_writereg(struct my_softc *, int, int);
132 static void my_autoneg_xmit(struct my_softc *);
133 static void my_autoneg_mii(struct my_softc *, int, int);
134 static void my_setmode_mii(struct my_softc *, int);
135 static void my_getmode_mii(struct my_softc *);
136 static void my_setcfg(struct my_softc *, int);
137 static void my_setmulti(struct my_softc *);
138 static void my_reset(struct my_softc *);
139 static int my_list_rx_init(struct my_softc *);
140 static int my_list_tx_init(struct my_softc *);
141 static long my_send_cmd_to_phy(struct my_softc *, int, int);
159 sizeof(struct my_softc)
171 my_send_cmd_to_phy(struct my_softc * sc, int opcode, int regad)
223 my_phy_readreg(struct my_softc * sc, int reg)
266 my_phy_writereg(struct my_softc * sc, int reg, int data)
322 my_setmulti(struct my_softc * sc)
360 my_autoneg_xmit(struct my_softc * sc)
380 struct my_softc *sc;
391 my_autoneg_mii(struct my_softc * sc, int flag, int verbose)
557 my_getmode_mii(struct my_softc * sc)
654 my_setmode_mii(struct my_softc * sc, int media)
714 my_setcfg(struct my_softc * sc, int bmcr)
748 my_reset(struct my_softc * sc)
799 struct my_softc *sc;
984 struct my_softc *sc;
1010 my_list_tx_init(struct my_softc * sc)
1038 my_list_rx_init(struct my_softc * sc)
1072 my_newbuf(struct my_softc * sc, struct my_chain_onefrag * c)
1101 my_rxeof(struct my_softc * sc)
1183 my_txeof(struct my_softc * sc)
1237 my_txeoc(struct my_softc * sc)
1262 struct my_softc *sc;
1324 my_encap(struct my_softc * sc, struct my_chain * c, struct mbuf * m_head)
1382 struct my_softc *sc;
1393 struct my_softc *sc;
1463 struct my_softc *sc = xsc;
1471 my_init_locked(struct my_softc *sc)
1568 struct my_softc *sc;
1593 struct my_softc *sc;
1650 struct my_softc *sc = ifp->if_softc;
1685 struct my_softc *sc;
1710 my_stop(struct my_softc * sc)
1759 struct my_softc *sc;