my_softc
my_list_rx_init(struct my_softc * sc)
my_newbuf(struct my_softc * sc, struct my_chain_onefrag * c)
my_rxeof(struct my_softc * sc)
static int my_newbuf(struct my_softc *, struct my_chain_onefrag *);
static int my_encap(struct my_softc *, struct my_chain *, struct mbuf *);
static void my_rxeof(struct my_softc *);
static void my_txeof(struct my_softc *);
static void my_txeoc(struct my_softc *);
my_txeof(struct my_softc * sc)
static void my_stop(struct my_softc *);
my_txeoc(struct my_softc * sc)
struct my_softc *sc = arg;
static u_int16_t my_phy_readreg(struct my_softc *, int);
static void my_phy_writereg(struct my_softc *, int, int);
static void my_autoneg_xmit(struct my_softc *);
static void my_autoneg_mii(struct my_softc *, int, int);
static void my_setmode_mii(struct my_softc *, int);
my_encap(struct my_softc * sc, struct my_chain * c, struct mbuf * m_head)
static void my_getmode_mii(struct my_softc *);
static void my_setcfg(struct my_softc *, int);
static void my_setmulti(struct my_softc *);
static void my_reset(struct my_softc *);
static int my_list_rx_init(struct my_softc *);
struct my_softc *sc = ifp->if_softc;
static int my_list_tx_init(struct my_softc *);
static long my_send_cmd_to_phy(struct my_softc *, int, int);
struct my_softc *sc = xsc;
struct my_softc *sc = ifp->if_softc;
struct my_softc *sc = ifp->if_softc;
sizeof(struct my_softc)
struct my_softc *sc = ifp->if_softc;
struct my_softc *sc = ifp->if_softc;
my_send_cmd_to_phy(struct my_softc * sc, int opcode, int regad)
my_stop(struct my_softc * sc)
struct my_softc *sc;
my_phy_readreg(struct my_softc * sc, int reg)
my_phy_writereg(struct my_softc * sc, int reg, int data)
my_setmulti(struct my_softc * sc)
my_autoneg_xmit(struct my_softc * sc)
my_autoneg_mii(struct my_softc * sc, int flag, int verbose)
my_getmode_mii(struct my_softc * sc)
my_setmode_mii(struct my_softc * sc, int media)
my_setcfg(struct my_softc * sc, int bmcr)
my_reset(struct my_softc * sc)
struct my_softc *sc;
struct my_softc *sc = device_get_softc(dev);
my_list_tx_init(struct my_softc * sc)