Home
last modified time | relevance | path

Searched refs:SDP_NUM_WC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c282 struct ib_wc ibwc[SDP_NUM_WC]; in sdp_process_tx_cq()
294 n = ib_poll_cq(ssk->tx_ring.cq, SDP_NUM_WC, ibwc); in sdp_process_tx_cq()
299 } while (n == SDP_NUM_WC); in sdp_process_tx_cq()
H A Dsdp_rx.c535 struct ib_wc ibwc[SDP_NUM_WC]; in sdp_poll_rx_cq()
541 n = ib_poll_cq(cq, SDP_NUM_WC, ibwc); in sdp_poll_rx_cq()
553 } while (n == SDP_NUM_WC); in sdp_poll_rx_cq()
H A Dsdp.h108 #define SDP_NUM_WC 4 macro