Lines Matching refs:tididx
545 req->tididx = 0; in hfi1_user_sdma_process_request()
640 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length()
648 if (unlikely(!len) && ++req->tididx < req->n_tids && in compute_data_length()
649 req->tids[req->tididx]) { in compute_data_length()
650 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length()
1093 u32 tidval = req->tids[req->tididx], in check_header_template()
1095 tididx = EXP_TID_GET(tidval, IDX), in check_header_template() local
1112 KDETH_GET(kval, TID) != tididx) in check_header_template()
1202 tidval = req->tids[req->tididx]; in set_txreq_header()
1214 if (++req->tididx > req->n_tids - 1 || in set_txreq_header()
1215 !req->tids[req->tididx]) { in set_txreq_header()
1218 tidval = req->tids[req->tididx]; in set_txreq_header()
1304 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()
1317 if (++req->tididx > req->n_tids - 1 || in set_txreq_header_ahg()
1318 !req->tids[req->tididx]) in set_txreq_header_ahg()
1320 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()