Searched refs:wqe_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dgdma.h845 struct gdma_posted_wqe_info *wqe_info);
849 struct gdma_posted_wqe_info *wqe_info);
H A Dgdma_main.c1330 struct gdma_posted_wqe_info *wqe_info)
1369 if (wqe_info)
1370 wqe_info->wqe_size_in_bu = wqe_size / GDMA_WQE_BU_SIZE;
1391 struct gdma_posted_wqe_info *wqe_info)
1396 err = mana_gd_post_work_request(queue, wqe_req, wqe_info);
1328 mana_gd_post_work_request(struct gdma_queue *wq, const struct gdma_wqe_request *wqe_req, struct gdma_posted_wqe_info *wqe_info) argument
1389 mana_gd_post_and_ring(struct gdma_queue *queue, const struct gdma_wqe_request *wqe_req, struct gdma_posted_wqe_info *wqe_info) argument
H A Dmana.h703 struct gdma_posted_wqe_info wqe_info; member in struct:mana_tx_package
H A Dmana_en.c1431 struct gdma_posted_wqe_info *wqe_info; local
1528 wqe_info = &tx_info->wqe_inf;
1529 wqe_unit_cnt += wqe_info->wqe_size_in_bu;

Completed in 112 milliseconds