Lines Matching defs:uin
81 void wi_usb_rxfrm(struct wi_usb_softc *usc, wi_usb_usbin *uin, int total_len);
82 void wi_usb_txfrm(struct wi_usb_softc *usc, wi_usb_usbin *uin, int total_len);
1303 wi_usb_usbin *uin;
1347 uin = (wi_usb_usbin *)(c->wi_usb_buf);
1349 rtype = letoh16(uin->type);
1357 wi_usb_rxfrm(sc, uin, total_len);
1363 wi_usb_txfrm(sc, uin, total_len);
1561 wi_usb_txfrm(struct wi_usb_softc *sc, wi_usb_usbin *uin, int total_len)
1569 status = letoh16(uin->type); /* XXX -- type == status */
1589 wi_usb_rxfrm(struct wi_usb_softc *sc, wi_usb_usbin *uin, int total_len)
1598 sc->wi_rxframe = (void *)uin;