Searched refs:tp_wr_avail (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h56 int tp_wr_avail; member in struct:toepcb
H A Dcxgb_cpl_io.c462 if (toep->tp_wr_avail == 0 || sndptr == NULL)
466 while (toep->tp_wr_avail && sndptr != NULL) {
506 int wr_avail = min(toep->tp_wr_avail, TX_MAX_DESC);
546 toep->tp_wr_avail -= ndesc;
716 if (toep->tp_wr_avail != toep->tp_wr_max)
1718 toep->tp_wr_avail += credits;
1719 if (toep->tp_wr_unacked > toep->tp_wr_max - toep->tp_wr_avail)
1720 toep->tp_wr_unacked = toep->tp_wr_max - toep->tp_wr_avail;
1728 toep->tp_tid, tp->t_state, toep->tp_wr_avail);
1732 credits, toep->tp_tid, tp->t_state, toep->tp_wr_avail);
[all...]
H A Dcxgb_tom.c83 toep->tp_wr_max = toep->tp_wr_avail = 15;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c916 toep->tp_wr_avail--;

Completed in 181 milliseconds