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