Lines Matching refs:nextbuf
711 struct i40iw_puda_buf *nextbuf = NULL; in i40iw_puda_dele_resources() local
783 nextbuf = buf->next; in i40iw_puda_dele_resources()
785 buf = nextbuf; in i40iw_puda_dele_resources()
801 struct i40iw_puda_buf *nextbuf; in i40iw_puda_allocbufs() local
814 nextbuf = rsrc->alloclist; in i40iw_puda_allocbufs()
816 buf->next = nextbuf; in i40iw_puda_allocbufs()
1080 struct i40iw_puda_buf *nextbuf; in i40iw_ieq_create_pbufl() local
1087 nextbuf = i40iw_puda_get_listbuf(rxlist); in i40iw_ieq_create_pbufl()
1088 if (!nextbuf) { in i40iw_ieq_create_pbufl()
1092 list_add_tail(&nextbuf->list, pbufl); in i40iw_ieq_create_pbufl()
1093 if (nextbuf->seqnum != nextseqnum) { in i40iw_ieq_create_pbufl()
1098 if (nextbuf->datalen >= plen) { in i40iw_ieq_create_pbufl()
1101 plen -= nextbuf->datalen; in i40iw_ieq_create_pbufl()
1102 nextseqnum = nextbuf->seqnum + nextbuf->datalen; in i40iw_ieq_create_pbufl()