Home
last modified time | relevance | path

Searched refs:url_mbuf (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/usb/
Dif_url.c818 c->url_mbuf = m_new; in url_newbuf()
869 c->url_mbuf = NULL; in url_tx_list_init()
938 c->url_mbuf = m; in url_send()
1008 m_freem(c->url_mbuf); in url_txeof()
1009 c->url_mbuf = NULL; in url_txeof()
1054 memcpy(mtod(c->url_mbuf, char *), c->url_buf, total_len); in url_rxeof()
1079 m = c->url_mbuf; in url_rxeof()
1294 if (sc->sc_cdata.url_rx_chain[i].url_mbuf != NULL) { in url_stop()
1295 m_freem(sc->sc_cdata.url_rx_chain[i].url_mbuf); in url_stop()
1296 sc->sc_cdata.url_rx_chain[i].url_mbuf = NULL; in url_stop()
[all …]
Dif_urlreg.h139 struct mbuf *url_mbuf; member