Lines Matching refs:txsd_pidx
90 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()
1217 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) { in t4_push_pdus()
1218 toep->txsd_pidx = 0; in t4_push_pdus()
1971 txsd = &toep->txsd[toep->txsd_pidx]; in t4_set_tcb_field()
1979 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in t4_set_tcb_field()
1980 toep->txsd_pidx = 0; in t4_set_tcb_field()