Lines Matching defs:tail
126 uint16_t tail; /* tail pbuf's index to Tx vq[1].desc[] */
205 uint16_t count, idx, tail;
212 tail = nic->tbufRec[idx].tail;
216 q->desc[tail].next = nic->tFreeHdr;
217 q->desc[tail].flag = VIRTQ_DESC_F_NEXT;
321 uint16_t head, tail, idx;
335 tail = idx;
340 nic->dev.vq[1].desc[tail].flag &= ~VIRTQ_DESC_F_NEXT;
378 nic->tbufRec[idx].tail = tmp;