Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h356 mblk_t *tx_mhead; /* tx mblks head */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c624 ldcp->tx_mhead = ldcp->tx_mtail = NULL; in vsw_ldc_attach()
741 if (ldcp->tx_mhead != NULL) { in vsw_ldc_detach()
742 freemsgchain(ldcp->tx_mhead); in vsw_ldc_detach()
743 ldcp->tx_mhead = ldcp->tx_mtail = NULL; in vsw_ldc_detach()
3910 if (ldcp->tx_mhead == NULL) { in vsw_ldctx()
3911 ldcp->tx_mhead = mp; in vsw_ldctx()
4741 (ldcp->tx_mhead == NULL)) { in vsw_ldc_tx_worker()
4754 mp = ldcp->tx_mhead; in vsw_ldc_tx_worker()
4755 ldcp->tx_mhead = ldcp->tx_mtail = NULL; in vsw_ldc_tx_worker()