Lines Matching defs:nextbuf
898 struct irdma_puda_buf *nextbuf = NULL;
953 nextbuf = buf->next;
955 buf = nextbuf;
971 struct irdma_puda_buf *nextbuf;
984 nextbuf = rsrc->alloclist;
986 buf->next = nextbuf;
1328 struct irdma_puda_buf *nextbuf;
1335 nextbuf = irdma_puda_get_listbuf(rxlist);
1336 if (!nextbuf) {
1340 list_add_tail(&nextbuf->list, pbufl);
1341 if (nextbuf->seqnum != nextseqnum) {
1346 if (nextbuf->datalen >= plen) {
1349 plen -= nextbuf->datalen;
1350 nextseqnum = nextbuf->seqnum + nextbuf->datalen;