Lines Matching defs:tbufRec
137 struct TbufRecord *tbufRec;
187 nic->tbufRec = malloc(sizeof(struct TbufRecord) * nic->dev.vq[1].qsz);
188 if (nic->tbufRec == NULL) {
189 PRINT_ERR("alloc nic->tbufRec memory failed\n");
210 phead = nic->tbufRec[idx].head;
211 count = nic->tbufRec[idx].count;
212 tail = nic->tbufRec[idx].tail;
376 nic->tbufRec[idx].head = p;
377 nic->tbufRec[idx].count = add;
378 nic->tbufRec[idx].tail = tmp;
557 if (nic && nic->tbufRec) {
558 free(nic->tbufRec);