Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c123 tx_req = &ssk->tx_ring.buffer[mseq & (SDP_TX_SIZE - 1)]; in sdp_post_send()
181 tx_req = &tx_ring->buffer[mseq & (SDP_TX_SIZE - 1)]; in sdp_send_completion()
425 .cqe = SDP_TX_SIZE, in sdp_tx_ring_create()
438 ssk->tx_ring.buffer = malloc(sizeof(*ssk->tx_ring.buffer) * SDP_TX_SIZE, in sdp_tx_ring_create()
H A Dsdp.h87 #define SDP_TX_SIZE 0x40 macro
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_bcopy.c183 if (sdp_tx_ring_slots_left(ssk) < SDP_TX_SIZE / 2) in sdp_post_sends()
H A Dsdp_cma.c79 .cap.max_send_wr = SDP_TX_SIZE, in sdp_init_qp()