Lines Matching defs:txdp
361 vnet_rx_dringdata_desc_t *txdp;
445 txdp = &ldcp->mtxdp[i];
446 txdp->dstate = VIO_DESC_DONE;
580 vnet_rx_dringdata_desc_t *txdp;
657 txdp = &(ldcp->mtxdp[txi]);
658 if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
668 txdp->dstate = VIO_DESC_INITIALIZING;
691 buf_offset = txdp->data_buf_offset;
704 txdp->nbytes = size;
714 ASSERT(txdp->dstate == VIO_DESC_INITIALIZING);
717 txdp->dstate = VIO_DESC_READY;
1175 vnet_rx_dringdata_desc_t *txdp;
1268 txdp = &ldcp->mtxdp[txi];
1269 if (txdp->dstate == VIO_DESC_READY) {
1311 vnet_rx_dringdata_desc_t *txdp;
1365 txdp = &(ldcp->mtxdp[txi]);
1366 if (txdp->dstate == VIO_DESC_READY)
1367 txdp->dstate = VIO_DESC_DONE;