Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c70 u32 *tidlist, unsigned int *tididx,
323 tididx = 0, mapped, mapped_pages = 0; in hfi1_user_exp_rcv_setup() local
372 tididx = 0; in hfi1_user_exp_rcv_setup()
389 tidlist, &tididx, &mapped); in hfi1_user_exp_rcv_setup()
435 &tididx, &mapped); in hfi1_user_exp_rcv_setup()
466 hfi1_cdbg(TID, "total mapped: tidpairs:%u pages:%u (%d)", tididx, in hfi1_user_exp_rcv_setup()
468 if (tididx) { in hfi1_user_exp_rcv_setup()
470 fd->tid_used += tididx; in hfi1_user_exp_rcv_setup()
472 tinfo->tidcnt = tididx; in hfi1_user_exp_rcv_setup()
476 tidlist, sizeof(tidlist[0]) * tididx)) { in hfi1_user_exp_rcv_setup()
[all …]
Duser_sdma.c545 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()
[all …]
Duser_sdma.h228 u16 tididx; member