Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h150 #define tx_ring_posted(ssk) (ring_posted(ssk->tx_ring) + \ macro
153 #define tx_ring_posted(ssk) ring_posted(ssk->tx_ring) macro
457 tx_credits(ssk), tx_ring_posted(ssk)); in sdp_arm_tx_cq()
471 SDP_TX_SIZE - tx_ring_posted(ssk)); in tx_slots_free()
601 return SDP_TX_SIZE - tx_ring_posted(ssk); in sdp_tx_ring_slots_left()
H A Dsdp_tx.c304 (u32) tx_ring_posted(ssk)); in sdp_process_tx_cq()
318 (u32) tx_ring_posted(ssk), in sdp_poll_tx()
332 inflight = (u32) tx_ring_posted(ssk); in sdp_poll_tx()
380 while (tx_ring_posted(ssk)) { in sdp_tx_ring_purge()
H A Dsdp_rx.c615 if (tx_ring_posted(ssk)) in sdp_do_posts()