Searched refs:tididx (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | user_exp_rcv.c | 31 u32 *tidlist, unsigned int *tididx, 253 tididx = 0, mapped, mapped_pages = 0; in hfi1_user_exp_rcv_setup() local 318 tididx = 0; in hfi1_user_exp_rcv_setup() 335 tidlist, &tididx, &mapped); in hfi1_user_exp_rcv_setup() 353 while (tididx < pageset_count) { in hfi1_user_exp_rcv_setup() 375 unsigned use = min_t(unsigned, pageset_count - tididx, in hfi1_user_exp_rcv_setup() 380 &tididx, &mapped); in hfi1_user_exp_rcv_setup() 394 if (tididx >= pageset_count) in hfi1_user_exp_rcv_setup() 409 hfi1_cdbg(TID, "total mapped: tidpairs:%u pages:%u (%d)", tididx, in hfi1_user_exp_rcv_setup() 413 if (tididx == 0) { in hfi1_user_exp_rcv_setup() [all …]
|
D | user_sdma.c | 507 req->tididx = 0; in hfi1_user_sdma_process_request() 594 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length() 602 if (unlikely(!len) && ++req->tididx < req->n_tids && in compute_data_length() 603 req->tids[req->tididx]) { in compute_data_length() 604 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length() 868 u32 tidval = req->tids[req->tididx], in check_header_template() 870 tididx = EXP_TID_GET(tidval, IDX), in check_header_template() local 887 KDETH_GET(kval, TID) != tididx) in check_header_template() 978 tidval = req->tids[req->tididx]; in set_txreq_header() 990 if (++req->tididx > req->n_tids - 1 || in set_txreq_header() [all …]
|
D | user_sdma.h | 170 u16 tididx; member
|
D | tid_rdma.c | 3053 u32 tididx = 0, i; in hfi1_tid_rdma_restart_req() local 3089 for (tididx = 0; tididx < flow->tidcnt; tididx++) { in hfi1_tid_rdma_restart_req() 3090 u32 tidentry = flow->tid_entry[tididx], tidlen, in hfi1_tid_rdma_restart_req() 3120 EXP_TID_GET(flow->tid_entry[tididx], LEN) * PAGE_SIZE) { in hfi1_tid_rdma_restart_req() 3121 tididx++; in hfi1_tid_rdma_restart_req() 3124 flow->tid_idx = tididx; in hfi1_tid_rdma_restart_req()
|