Searched refs:txsd_pidx (Results 1 – 6 of 6) sorted by relevance
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()[all …]
193 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()
248 uint8_t txsd_pidx; member
152 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()
1036 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()
1328 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()