Lines Matching defs:nextbuf
796 struct i40iw_puda_buf *nextbuf = NULL;
837 nextbuf = buf->next;
839 buf = nextbuf;
855 struct i40iw_puda_buf *nextbuf;
868 nextbuf = rsrc->alloclist;
870 buf->next = nextbuf;
1137 struct i40iw_puda_buf *nextbuf;
1144 nextbuf = i40iw_puda_get_listbuf(rxlist);
1145 if (!nextbuf) {
1149 list_add_tail(&nextbuf->list, pbufl);
1150 if (nextbuf->seqnum != nextseqnum) {
1155 if (nextbuf->datalen >= plen) {
1158 plen -= nextbuf->datalen;
1159 nextseqnum = nextbuf->seqnum + nextbuf->datalen;