urndis_softc
.size = sizeof(struct urndis_softc),
struct urndis_softc *sc = device_get_softc(dev);
struct urndis_softc *sc = device_get_softc(dev);
struct urndis_softc *sc = uether_getsc(ue);
struct urndis_softc *sc = uether_getsc(ue);
struct urndis_softc *sc = uether_getsc(ue);
urndis_ctrl_msg(struct urndis_softc *sc, uint8_t rt, uint8_t r,
urndis_ctrl_send(struct urndis_softc *sc, void *buf, uint16_t len)
urndis_ctrl_recv(struct urndis_softc *sc)
urndis_ctrl_handle(struct urndis_softc *sc, struct urndis_comp_hdr *hdr,
urndis_ctrl_handle_init(struct urndis_softc *sc,
urndis_ctrl_handle_query(struct urndis_softc *sc,
urndis_ctrl_handle_reset(struct urndis_softc *sc,
urndis_ctrl_init(struct urndis_softc *sc)
urndis_ctrl_halt(struct urndis_softc *sc)
urndis_ctrl_query(struct urndis_softc *sc, uint32_t oid, const void **rbuf, uint16_t *rbufsz)
urndis_ctrl_set(struct urndis_softc *sc, uint32_t oid, struct urndis_set_req *msg, uint16_t len)
static uint32_t urndis_ctrl_query(struct urndis_softc *, uint32_t, const void **, uint16_t *);
struct urndis_softc *sc = usbd_xfer_softc(xfer);
static uint32_t urndis_ctrl_set(struct urndis_softc *, uint32_t, struct urndis_set_req *, uint16_t);
static uint32_t urndis_ctrl_handle_init(struct urndis_softc *, const struct urndis_comp_hdr *);
static uint32_t urndis_ctrl_handle_query(struct urndis_softc *, const struct urndis_comp_hdr *, const void **, uint16_t *);
static uint32_t urndis_ctrl_handle_reset(struct urndis_softc *, const struct urndis_comp_hdr *);
static uint32_t urndis_ctrl_init(struct urndis_softc *);
struct urndis_softc *sc = usbd_xfer_softc(xfer);