Home
last modified time | relevance | path

Searched refs:txsd_avail (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c153 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0, in send_flowc_wr()
158 toep->txsd_avail--; in send_flowc_wr()
196 if (toep->tx_credits < flowclen16 || toep->txsd_avail == 0 || in update_tx_rate_limit()
223 toep->txsd_avail--; in update_tx_rate_limit()
872 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__)); in t4_push_frames()
880 toep->txsd_avail--; in t4_push_frames()
1213 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__)); in t4_push_pdus()
1221 toep->txsd_avail--; in t4_push_pdus()
1882 toep->txsd_avail++; in do_fw4_ack()
1883 KASSERT(toep->txsd_avail <= toep->txsd_total, in do_fw4_ack()
[all …]
H A Dt4_tls.c169 if (toep->txsd_avail == 0) in tls_program_key_id()
199 toep->txsd_avail--; in tls_program_key_id()
696 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__)); in t4_push_ktls()
704 toep->txsd_avail--; in t4_push_ktls()
H A Dt4_tom.h250 uint8_t txsd_avail; member
H A Dt4_tom.c151 toep->txsd_avail = txsd_total; in alloc_toepcb()
866 if (toep->tx_credits < flowclen16 || toep->txsd_avail == 0) { in send_mss_flowc_wr()
868 toep->tid, toep->tx_credits, toep->txsd_avail); in send_mss_flowc_wr()
890 toep->txsd_avail--; in send_mss_flowc_wr()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1058 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0, in send_iscsi_flowc_wr()
1063 toep->txsd_avail--; in send_iscsi_flowc_wr()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1331 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0, in creds()
1336 toep->txsd_avail--; in creds()