Lines Matching defs:txdp
446 vnet_rx_dringdata_desc_t *txdp;
484 txdp = (vnet_rx_dringdata_desc_t *)dp->pub_addr;
486 txdp[i].dstate = VIO_DESC_DONE;
858 vnet_rx_dringdata_desc_t *txdp;
952 txdp = &(pub_addr[txi]);
953 if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
959 txdp->dstate = VIO_DESC_INITIALIZING;
970 buf_offset = txdp->data_buf_offset;
983 txdp->nbytes = size;
993 ASSERT(txdp->dstate == VIO_DESC_INITIALIZING);
996 txdp->dstate = VIO_DESC_READY;
1125 vnet_rx_dringdata_desc_t *txdp;
1194 txdp = &pub_addr[txi];
1195 if (txdp->dstate == VIO_DESC_READY) {