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);
|