Searched refs:tididx (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | user_exp_rcv.c | 71 u32 *tidlist, unsigned int *tididx, 295 tididx = 0, mapped, mapped_pages = 0; in hfi1_user_exp_rcv_setup() local 347 tididx = 0; in hfi1_user_exp_rcv_setup() 364 tidlist, &tididx, &mapped); in hfi1_user_exp_rcv_setup() 410 &tididx, &mapped); in hfi1_user_exp_rcv_setup() 441 hfi1_cdbg(TID, "total mapped: tidpairs:%u pages:%u (%d)", tididx, in hfi1_user_exp_rcv_setup() 443 if (tididx) { in hfi1_user_exp_rcv_setup() 445 fd->tid_used += tididx; in hfi1_user_exp_rcv_setup() 447 tinfo->tidcnt = tididx; in hfi1_user_exp_rcv_setup() 451 tidlist, sizeof(tidlist[0]) * tididx)) { in hfi1_user_exp_rcv_setup() [all …]
|
| H A D | user_sdma.c | 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() [all …]
|
| H A D | user_sdma.h | 221 u16 tididx; member
|
| H A D | tid_rdma.c | 3044 u32 tididx = 0, i; in hfi1_tid_rdma_restart_req() local 3080 for (tididx = 0; tididx < flow->tidcnt; tididx++) { in hfi1_tid_rdma_restart_req() 3081 u32 tidentry = flow->tid_entry[tididx], tidlen, in hfi1_tid_rdma_restart_req() 3111 EXP_TID_GET(flow->tid_entry[tididx], LEN) * PAGE_SIZE) { in hfi1_tid_rdma_restart_req() 3112 tididx++; in hfi1_tid_rdma_restart_req() 3115 flow->tid_idx = tididx; in hfi1_tid_rdma_restart_req()
|