• Home
  • Raw
  • Download

Lines Matching refs:i40iw_puda_buf

46 			      struct i40iw_puda_buf *buf);
55 static struct i40iw_puda_buf *i40iw_puda_get_listbuf(struct list_head *list) in i40iw_puda_get_listbuf()
57 struct i40iw_puda_buf *buf = NULL; in i40iw_puda_get_listbuf()
60 buf = (struct i40iw_puda_buf *)list->next; in i40iw_puda_get_listbuf()
70 struct i40iw_puda_buf *i40iw_puda_get_bufpool(struct i40iw_puda_rsrc *rsrc) in i40iw_puda_get_bufpool()
72 struct i40iw_puda_buf *buf = NULL; in i40iw_puda_get_bufpool()
92 struct i40iw_puda_buf *buf) in i40iw_puda_ret_bufpool()
110 struct i40iw_puda_buf *buf, bool initial) in i40iw_puda_post_recvbuf()
142 struct i40iw_puda_buf *buf = NULL; in i40iw_puda_replenish_rq()
162 static struct i40iw_puda_buf *i40iw_puda_alloc_buf(struct i40iw_sc_dev *dev, in i40iw_puda_alloc_buf()
165 struct i40iw_puda_buf *buf = NULL; in i40iw_puda_alloc_buf()
170 sizeof(struct i40iw_puda_buf)); in i40iw_puda_alloc_buf()
176 buf = (struct i40iw_puda_buf *)buf_mem.va; in i40iw_puda_alloc_buf()
195 struct i40iw_puda_buf *buf) in i40iw_puda_dele_buf()
287 struct i40iw_puda_buf *buf; in i40iw_puda_poll_completion()
319 buf = (struct i40iw_puda_buf *)(uintptr_t)qp->rq_wrid_array[info.wqe_idx]; in i40iw_puda_poll_completion()
422 void i40iw_puda_send_buf(struct i40iw_puda_rsrc *rsrc, struct i40iw_puda_buf *buf) in i40iw_puda_send_buf()
795 struct i40iw_puda_buf *buf = NULL; in i40iw_puda_dele_resources()
796 struct i40iw_puda_buf *nextbuf = NULL; in i40iw_puda_dele_resources()
854 struct i40iw_puda_buf *buf; in i40iw_puda_allocbufs()
855 struct i40iw_puda_buf *nextbuf; in i40iw_puda_allocbufs()
1021 static void i40iw_ieq_copy_to_txbuf(struct i40iw_puda_buf *buf, in i40iw_ieq_copy_to_txbuf()
1022 struct i40iw_puda_buf *txbuf, in i40iw_ieq_copy_to_txbuf()
1037 static void i40iw_ieq_setup_tx_buf(struct i40iw_puda_buf *buf, in i40iw_ieq_setup_tx_buf()
1038 struct i40iw_puda_buf *txbuf) in i40iw_ieq_setup_tx_buf()
1052 static void i40iw_ieq_check_first_buf(struct i40iw_puda_buf *buf, u32 fps) in i40iw_ieq_check_first_buf()
1077 struct i40iw_puda_buf *txbuf, in i40iw_ieq_compl_pfpdu()
1080 struct i40iw_puda_buf *buf; in i40iw_ieq_compl_pfpdu()
1133 struct i40iw_puda_buf *buf, in i40iw_ieq_create_pbufl()
1137 struct i40iw_puda_buf *nextbuf; in i40iw_ieq_create_pbufl()
1176 struct i40iw_puda_buf *buf, in i40iw_ieq_handle_partial()
1184 struct i40iw_puda_buf *txbuf = NULL; in i40iw_ieq_handle_partial()
1222 buf = (struct i40iw_puda_buf *)(pbufl.prev); in i40iw_ieq_handle_partial()
1239 struct i40iw_puda_buf *buf) in i40iw_ieq_process_buf()
1251 struct i40iw_puda_buf *txbuf; in i40iw_ieq_process_buf()
1332 struct i40iw_puda_buf *buf; in i40iw_ieq_process_fpdus()
1373 struct i40iw_puda_buf *buf) in i40iw_ieq_handle_exception()
1375 struct i40iw_puda_buf *tmpbuf = NULL; in i40iw_ieq_handle_exception()
1417 tmpbuf = (struct i40iw_puda_buf *)rxlist->next; in i40iw_ieq_handle_exception()
1422 tmpbuf = (struct i40iw_puda_buf *)plist->next; in i40iw_ieq_handle_exception()
1441 struct i40iw_puda_buf *buf) in i40iw_ieq_receive()
1471 struct i40iw_puda_buf *buf = (struct i40iw_puda_buf *)sqwrid; in i40iw_ieq_tx_compl()
1483 struct i40iw_puda_buf *buf; in i40iw_ieq_cleanup_qp()