Lines Matching refs:tididx
547 req->tididx = 0; in hfi1_user_sdma_process_request()
633 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length()
641 if (unlikely(!len) && ++req->tididx < req->n_tids && in compute_data_length()
642 req->tids[req->tididx]) { in compute_data_length()
643 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length()
1089 u32 tidval = req->tids[req->tididx], in check_header_template()
1091 tididx = EXP_TID_GET(tidval, IDX), in check_header_template() local
1108 KDETH_GET(kval, TID) != tididx) in check_header_template()
1199 tidval = req->tids[req->tididx]; in set_txreq_header()
1211 if (++req->tididx > req->n_tids - 1 || in set_txreq_header()
1212 !req->tids[req->tididx]) { in set_txreq_header()
1215 tidval = req->tids[req->tididx]; in set_txreq_header()
1301 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()
1314 if (++req->tididx > req->n_tids - 1 || in set_txreq_header_ahg()
1315 !req->tids[req->tididx]) in set_txreq_header_ahg()
1317 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()