Searched defs:usbecm_m_tx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c73 static mblk_t *usbecm_m_tx(void *arg, mblk_t *mp);
166 usbecm_m_tx, /* Transmit a packet */
962 usbecm_m_tx(void *arg, mblk_t *mp) function
971 "usbecm_m_tx: entry");
976 "usbecm_m_tx: device not ONLINE");
995 "usbecm_m_tx: send data fail");
1020 "usbecm_m_tx: %d msgs processed", ++count);

Completed in 63 milliseconds