Home
last modified time | relevance | path

Searched refs:alloc_w_segs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.h156 u32 alloc_w_segs; /* Number of segments for which write */ member
H A Dtid_rdma.c3499 !qpriv->alloc_w_segs) { in hfi1_tid_write_alloc_resources()
3517 if (qpriv->alloc_w_segs >= local->max_write) in hfi1_tid_write_alloc_resources()
3521 if (qpriv->sync_pt && qpriv->alloc_w_segs) in hfi1_tid_write_alloc_resources()
3525 if (qpriv->sync_pt && !qpriv->alloc_w_segs) { in hfi1_tid_write_alloc_resources()
3575 qpriv->alloc_w_segs++; in hfi1_tid_write_alloc_resources()
4348 priv->alloc_w_segs--; in hfi1_rc_rcv_tid_rdma_write_data()