Searched refs:acm_tx_mp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbsacm/
H A Dusbsacm.h75 mblk_t *acm_tx_mp; /* tx data */ member in struct:usbsacm_port
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1294 usbsacm_put_tail(&acm_port->acm_tx_mp, mp);
1431 if ((dir & DS_TX) && acm_port->acm_tx_mp) {
1432 freemsg(acm_port->acm_tx_mp);
1433 acm_port->acm_tx_mp = NULL;
2306 usbsacm_put_head(&acm_port->acm_tx_mp, data);
2320 if (acm_port->acm_tx_mp == NULL) {
2404 if (acm_port->acm_tx_mp == NULL) {
2406 "usbsacm_tx_start: acm_tx_mp is NULL");
2419 ASSERT(MBLKL(acm_port->acm_tx_mp) > 0);
2422 len = min(msgdsize(acm_port->acm_tx_mp), acm
[all...]

Completed in 48 milliseconds