Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c90 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in send_flowc_wr()
156 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in send_flowc_wr()
157 toep->txsd_pidx = 0; in send_flowc_wr()
191 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in update_tx_rate_limit()
221 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in update_tx_rate_limit()
222 toep->txsd_pidx = 0; in update_tx_rate_limit()
685 txsd = &toep->txsd[toep->txsd_pidx]; in t4_push_frames()
876 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) { in t4_push_frames()
877 toep->txsd_pidx = 0; in t4_push_frames()
1126 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in t4_push_pdus()
[all …]
H A Dt4_tls.c193 txsd = &toep->txsd[toep->txsd_pidx]; in tls_program_key_id()
197 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in tls_program_key_id()
198 toep->txsd_pidx = 0; in tls_program_key_id()
535 txsd = &toep->txsd[toep->txsd_pidx]; in t4_push_ktls()
700 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) { in t4_push_ktls()
701 toep->txsd_pidx = 0; in t4_push_ktls()
H A Dt4_tom.h248 uint8_t txsd_pidx; member
H A Dt4_tom.c152 toep->txsd_pidx = 0; in alloc_toepcb()
884 txsd = &toep->txsd[toep->txsd_pidx]; in send_mss_flowc_wr()
888 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in send_mss_flowc_wr()
889 toep->txsd_pidx = 0; in send_mss_flowc_wr()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1036 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in send_iscsi_flowc_wr()
1061 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in send_iscsi_flowc_wr()
1062 toep->txsd_pidx = 0; in send_iscsi_flowc_wr()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1328 txsd = &toep->txsd[toep->txsd_pidx]; in creds()
1334 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in creds()
1335 toep->txsd_pidx = 0; in creds()
1339 txsd->tx_credits, toep->tx_credits, toep->txsd_pidx); in creds()