Lines Matching refs:tididx
507 req->tididx = 0; in hfi1_user_sdma_process_request()
594 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length()
602 if (unlikely(!len) && ++req->tididx < req->n_tids && in compute_data_length()
603 req->tids[req->tididx]) { in compute_data_length()
604 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length()
868 u32 tidval = req->tids[req->tididx], in check_header_template()
870 tididx = EXP_TID_GET(tidval, IDX), in check_header_template() local
887 KDETH_GET(kval, TID) != tididx) in check_header_template()
978 tidval = req->tids[req->tididx]; in set_txreq_header()
990 if (++req->tididx > req->n_tids - 1 || in set_txreq_header()
991 !req->tids[req->tididx]) { in set_txreq_header()
994 tidval = req->tids[req->tididx]; in set_txreq_header()
1080 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()
1093 if (++req->tididx > req->n_tids - 1 || in set_txreq_header_ahg()
1094 !req->tids[req->tididx]) in set_txreq_header_ahg()
1096 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()