Searched refs:tp_wr_unacked (Results 1 – 4 of 4) sorted by relevance
57 int tp_wr_unacked; member
548 toep->tp_wr_unacked += ndesc; in t3_push_frames()550 if ((req_completion && toep->tp_wr_unacked == ndesc) || in t3_push_frames()551 toep->tp_wr_unacked >= toep->tp_wr_max / 2) { in t3_push_frames()553 toep->tp_wr_unacked = 0; in t3_push_frames()1721 if (toep->tp_wr_unacked > toep->tp_wr_max - toep->tp_wr_avail) in wr_ack()1722 toep->tp_wr_unacked = toep->tp_wr_max - toep->tp_wr_avail; in wr_ack()
84 toep->tp_wr_unacked = 0; in toepcb_alloc()
917 toep->tp_wr_unacked++; in cxio_rdma_init()