Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map123 ibv_cmd_poll_cq;
H A Ddriver.h202 int ibv_cmd_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
H A Dcmd.c537 int ibv_cmd_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in ibv_cmd_poll_cq() function
/freebsd/contrib/ofed/libbnxtre/
H A Dverbs.c449 rc = ibv_cmd_poll_cq(&cq->ibvcq, 1, &tmp_wc); in bnxt_re_poll_kernel_cq()