Home
last modified time | relevance | path

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

/freebsd/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) in mana_gd_post_work_request() argument
1369 if (wqe_info) in mana_gd_post_work_request()
1370 wqe_info->wqe_size_in_bu = wqe_size / GDMA_WQE_BU_SIZE; in mana_gd_post_work_request()
1391 struct gdma_posted_wqe_info *wqe_info) in mana_gd_post_and_ring() argument
1396 err = mana_gd_post_work_request(queue, wqe_req, wqe_info); in mana_gd_post_and_ring()
H A Dmana.h703 struct gdma_posted_wqe_info wqe_info; member
H A Dmana_en.c1431 struct gdma_posted_wqe_info *wqe_info; in mana_poll_tx_cq() local
1528 wqe_info = &tx_info->wqe_inf; in mana_poll_tx_cq()
1529 wqe_unit_cnt += wqe_info->wqe_size_in_bu; in mana_poll_tx_cq()