tx_free 835 dev/ic/pdq.c if (tx->tx_free < 1) tx_free 841 dev/ic/pdq.c for (freecnt = tx->tx_free - 1, pdu0 = pdu; pdu0 != NULL && freecnt > 0;) { tx_free 882 dev/ic/pdq.c tx->tx_descriptor_count[tx->tx_producer] = tx->tx_free - freecnt; tx_free 886 dev/ic/pdq.c tx->tx_free = freecnt; tx_free 907 dev/ic/pdq.c tx->tx_free += descriptor_count; tx_free 937 dev/ic/pdq.c tx->tx_free = PDQ_RING_MASK(pdq->pdq_dbp->pdqdb_transmits); tx_free 1088 dev/ic/pdq.c pdq->pdq_tx_info.tx_free = PDQ_RING_MASK(pdq->pdq_dbp->pdqdb_transmits); tx_free 1528 dev/ic/pdq.c pdq->pdq_tx_info.tx_free = PDQ_RING_MASK(pdq->pdq_dbp->pdqdb_transmits); tx_free 447 dev/ic/pdqreg.h pdq_uint32_t tx_free;