Lines Matching refs:pbufl
1254 * @pbufl: temporary list for buffers for fpddu
1260 struct list_head *pbufl,
1267 buf = irdma_puda_get_listbuf(pbufl);
1300 buf = irdma_puda_get_listbuf(pbufl);
1318 * @pbufl: temp. list for buffers for fpddu
1324 struct list_head *pbufl,
1340 list_add_tail(&nextbuf->list, pbufl);
1373 struct list_head pbufl; /* partial buffer list */
1379 INIT_LIST_HEAD(&pbufl);
1380 list_add(&buf->list, &pbufl);
1382 status = irdma_ieq_create_pbufl(pfpdu, rxlist, &pbufl, buf, fpdu_len);
1393 irdma_ieq_compl_pfpdu(ieq, rxlist, &pbufl, txbuf, fpdu_len);
1417 while (!list_empty(&pbufl)) {
1418 buf = list_last_entry(&pbufl, struct irdma_puda_buf, list);