Lines Matching refs:pbufl
1070 * @pbufl: temporary list for buffers for fpddu
1076 struct list_head *pbufl,
1084 buf = i40iw_puda_get_listbuf(pbufl);
1109 buf = i40iw_puda_get_listbuf(pbufl);
1125 * @pbufl: temp. list for buffers for fpddu
1132 struct list_head *pbufl,
1149 list_add_tail(&nextbuf->list, pbufl);
1183 struct list_head pbufl; /* partial buffer list */
1187 INIT_LIST_HEAD(&pbufl);
1188 list_add(&buf->list, &pbufl);
1190 status = i40iw_ieq_create_pbufl(pfpdu, rxlist, &pbufl, buf, fpdu_len);
1201 i40iw_ieq_compl_pfpdu(ieq, rxlist, &pbufl, txbuf, fpdu_len);
1221 while (!list_empty(&pbufl)) {
1222 buf = (struct i40iw_puda_buf *)(pbufl.prev);