Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_toepcb.h57 int tp_wr_unacked; member
HDcxgb_cpl_io.c548 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()
HDcxgb_tom.c84 toep->tp_wr_unacked = 0; in toepcb_alloc()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_hal.c917 toep->tp_wr_unacked++; in cxio_rdma_init()