aue_cdata
c = &sc->aue_cdata.aue_tx_chain[idx];
sc->aue_cdata.aue_tx_cnt++;
&sc->aue_cdata.aue_ibuf, AUE_INTR_PKTLEN, aue_intr,
c = &sc->aue_cdata.aue_rx_chain[i];
c = &sc->aue_cdata.aue_tx_chain[0];
if (sc->aue_cdata.aue_rx_chain[i].aue_mbuf != NULL) {
m_freem(sc->aue_cdata.aue_rx_chain[i].aue_mbuf);
sc->aue_cdata.aue_rx_chain[i].aue_mbuf = NULL;
if (sc->aue_cdata.aue_rx_chain[i].aue_xfer != NULL) {
usbd_free_xfer(sc->aue_cdata.aue_rx_chain[i].aue_xfer);
sc->aue_cdata.aue_rx_chain[i].aue_xfer = NULL;
if (sc->aue_cdata.aue_tx_chain[i].aue_mbuf != NULL) {
m_freem(sc->aue_cdata.aue_tx_chain[i].aue_mbuf);
sc->aue_cdata.aue_tx_chain[i].aue_mbuf = NULL;
if (sc->aue_cdata.aue_tx_chain[i].aue_xfer != NULL) {
usbd_free_xfer(sc->aue_cdata.aue_tx_chain[i].aue_xfer);
sc->aue_cdata.aue_tx_chain[i].aue_xfer = NULL;
struct aue_cdata *cd;
cd = &sc->aue_cdata;
struct aue_cdata *cd;
cd = &sc->aue_cdata;
struct aue_intrpkt *p = &sc->aue_cdata.aue_ibuf;
struct aue_cdata aue_cdata;