Lines Matching refs:tididx
572 req->tididx = 0; in hfi1_user_sdma_process_request()
655 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length()
663 if (unlikely(!len) && ++req->tididx < req->n_tids && in compute_data_length()
664 req->tids[req->tididx]) { in compute_data_length()
665 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length()
1112 u32 tidval = req->tids[req->tididx], in check_header_template()
1114 tididx = EXP_TID_GET(tidval, IDX), in check_header_template() local
1131 KDETH_GET(kval, TID) != tididx) in check_header_template()
1222 tidval = req->tids[req->tididx]; in set_txreq_header()
1234 if (++req->tididx > req->n_tids - 1 || in set_txreq_header()
1235 !req->tids[req->tididx]) { in set_txreq_header()
1238 tidval = req->tids[req->tididx]; in set_txreq_header()
1324 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()
1337 if (++req->tididx > req->n_tids - 1 || in set_txreq_header_ahg()
1338 !req->tids[req->tididx]) in set_txreq_header_ahg()
1340 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()