upl_rx_chain 132 dev/usb/if_upl.c struct upl_chain upl_rx_chain[UPL_RX_LIST_CNT]; upl_rx_chain 437 dev/usb/if_upl.c c = &cd->upl_rx_chain[i]; upl_rx_chain 785 dev/usb/if_upl.c c = &sc->sc_cdata.upl_rx_chain[i]; upl_rx_chain 976 dev/usb/if_upl.c if (sc->sc_cdata.upl_rx_chain[i].upl_mbuf != NULL) { upl_rx_chain 977 dev/usb/if_upl.c m_freem(sc->sc_cdata.upl_rx_chain[i].upl_mbuf); upl_rx_chain 978 dev/usb/if_upl.c sc->sc_cdata.upl_rx_chain[i].upl_mbuf = NULL; upl_rx_chain 980 dev/usb/if_upl.c if (sc->sc_cdata.upl_rx_chain[i].upl_xfer != NULL) { upl_rx_chain 981 dev/usb/if_upl.c usbd_free_xfer(sc->sc_cdata.upl_rx_chain[i].upl_xfer); upl_rx_chain 982 dev/usb/if_upl.c sc->sc_cdata.upl_rx_chain[i].upl_xfer = NULL;