Searched refs:ntids (Results 1 – 11 of 11) sorted by relevance
614 BUG_ON(tid >= t->ntids); in cxgb3_remove_tid()642 t->ntids) { in cxgb3_alloc_atid()764 if (unlikely(tid >= t->ntids)) { in do_cr()858 if (unlikely(tid >= t->ntids)) { in do_act_establish()1099 for (tid = 0; tid < ti->ntids; tid++) { in cxgb_redirect()1118 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, in init_tid_tabs() argument1122 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()1129 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()1131 t->ntids = ntids; in init_tid_tabs()
65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid()
156 unsigned int ntids; member
108 unsigned int ntids; member169 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()174 return ((tid - t->tid_base) >= t->ntids); in tid_out_of_range()
157 u32 ntids; member
3333 t->tid_base + t->ntids - 1); in tid_info_show()3342 t->tid_base + t->ntids - 1); in tid_info_show()3349 t->tid_base + t->ntids - 1); in tid_info_show()3353 } else if (t->ntids) { in tid_info_show()3358 t->tid_base + t->ntids - 1); in tid_info_show()3388 if (t->ntids) in tid_info_show()
1850 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()1866 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()5177 adap->tids.ntids = val[0]; in adap_init0()5178 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()5276 adap->params.max_ird_adapter = 32 * adap->tids.ntids; in adap_init0()
2190 tid->ntids = padap->tids.ntids; in cudbg_collect_tid()
1037 i <= adapter->tids.ntids; i++) { in clear_all_filters()
483 u16 ntids = iovec[idx].iov_len / sizeof(*req->tids); in hfi1_user_sdma_process_request() local486 if (!ntids || ntids > MAX_TID_PAIR_ENTRIES) { in hfi1_user_sdma_process_request()498 ntids, sizeof(*req->tids)); in hfi1_user_sdma_process_request()502 ntids, ret); in hfi1_user_sdma_process_request()506 req->n_tids = ntids; in hfi1_user_sdma_process_request()
2264 if (t->ntids <= CXGBI_MAX_CONN) in t4_uld_add()2265 max_conn = t->ntids; in t4_uld_add()2272 ndev->name, cdev, t->ntids); in t4_uld_add()
Completed in 61 milliseconds