HomeSort by: relevance | last modified time | path
    Searched defs:uno_tx_prepare (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
usbnet.h 60 * - start uses usbnet transmit prepare callback (uno_tx_prepare)
67 * transmit queue and use the transmit prepare callback (uno_tx_prepare)
180 usbnet_tx_prepare_cb uno_tx_prepare; /* T */ member in struct:usbnet_ops
usbnet.c 226 uno_tx_prepare(struct usbnet *un, struct mbuf *m, struct usbnet_chain *c) function in typeref:typename:unsigned
229 return (*un->un_ops->uno_tx_prepare)(un, m, c);
533 length = uno_tx_prepare(un, m, c);
535 DPRINTF("uno_tx_prepare gave zero length", 0, 0, 0, 0);
1444 KASSERT(un->un_ops->uno_tx_prepare);

Completed in 42 milliseconds