sbsh_softc
issue_cx28975_cmd(struct sbsh_softc *sc, u_int8_t cmd,
static void sbsh_stop(struct sbsh_softc *);
static void init_card(struct sbsh_softc *);
static void resume_tx(struct sbsh_softc *);
static void start_xmit_frames(struct sbsh_softc *);
static void encap_frame(struct sbsh_softc *, struct mbuf *);
static struct mbuf * repack(struct sbsh_softc *, struct mbuf *);
static void free_sent_buffers(struct sbsh_softc *);
static void alloc_rx_buffers(struct sbsh_softc *);
static void indicate_frames(struct sbsh_softc *);
static void drop_queues(struct sbsh_softc *);
static void activate(struct sbsh_softc *);
static void deactivate(struct sbsh_softc *);
static void cx28975_interrupt(struct sbsh_softc *);
static int start_cx28975(struct sbsh_softc *, struct cx28975_cfg);
static int download_firmware(struct sbsh_softc *, u_int8_t *, u_int32_t);
static int issue_cx28975_cmd(struct sbsh_softc *, u_int8_t,
sizeof(struct sbsh_softc)
struct sbsh_softc *sc;
struct sbsh_softc *sc = device_get_softc(dev);
struct sbsh_softc *sc = ifp->if_softc;
struct sbsh_softc *sc = xsc;
sbsh_stop(struct sbsh_softc *sc)
init_card(struct sbsh_softc *sc)
struct sbsh_softc *sc = ifp->if_softc;
struct sbsh_softc *sc = device_get_softc(dev);
struct sbsh_softc *sc = device_get_softc(dev);
struct sbsh_softc *sc = device_get_softc(dev);
struct sbsh_softc *sc = ifp->if_softc;
struct sbsh_softc *sc = (struct sbsh_softc *)arg;
resume_tx(struct sbsh_softc *sc)
start_xmit_frames(struct sbsh_softc *sc)
encap_frame(struct sbsh_softc *sc, struct mbuf *m_head)
repack(struct sbsh_softc *sc, struct mbuf *m)
free_sent_buffers(struct sbsh_softc *sc)
alloc_rx_buffers(struct sbsh_softc *sc)
indicate_frames(struct sbsh_softc *sc)
drop_queues(struct sbsh_softc *sc)
activate(struct sbsh_softc *sc)
deactivate(struct sbsh_softc *sc)
cx28975_interrupt(struct sbsh_softc *sc)
start_cx28975(struct sbsh_softc *sc, struct cx28975_cfg cfg)
download_firmware(struct sbsh_softc *sc, u_int8_t *img, u_int32_t img_len)