Home
last modified time | relevance | path

Searched refs:tididx (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Duser_sdma.c245 u16 tididx; member
744 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length()
750 if (unlikely(!len) && ++req->tididx < req->n_tids && in compute_data_length()
751 req->tids[req->tididx]) { in compute_data_length()
752 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length()
1123 u32 tidval = req->tids[req->tididx], in check_header_template()
1125 tididx = EXP_TID_GET(tidval, IDX), in check_header_template() local
1142 KDETH_GET(kval, TID) != tididx) in check_header_template()
1232 tidval = req->tids[req->tididx]; in set_txreq_header()
1242 if (++req->tididx > req->n_tids - 1 || in set_txreq_header()
[all …]