Searched refs:ntids (Results 1 – 12 of 12) sorted by relevance
631 BUG_ON(tid >= t->ntids); in cxgb3_remove_tid()659 t->ntids) { in cxgb3_alloc_atid()803 if (unlikely(tid >= t->ntids)) { in do_cr()897 if (unlikely(tid >= t->ntids)) { in do_act_establish()1138 for (tid = 0; tid < ti->ntids; tid++) { in cxgb_redirect()1157 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, in init_tid_tabs() argument1161 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()1168 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()1170 t->ntids = ntids; in init_tid_tabs()
65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid()
159 unsigned int ntids; member
98 unsigned int ntids; member140 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()
157 u32 ntids; member
3142 t->ntids - 1); in tid_info_show()3151 t->ntids - 1); in tid_info_show()3158 t->ntids - 1); in tid_info_show()3162 } else if (t->ntids) { in tid_info_show()3167 tid_start + t->ntids - 1); in tid_info_show()3190 if (t->ntids) in tid_info_show()
364 if (fidx < adapter->tids.ntids) { in get_filter_count()764 i <= adapter->tids.ntids; i++) { in clear_all_filters()1468 if (filter_id > adapter->tids.ntids) in cxgb4_del_hash_filter()
1424 WARN_ON(tid >= t->ntids); in cxgb4_remove_tid()1465 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()1477 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()4704 adap->tids.ntids = val[0]; in adap_init0()4705 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()4790 adap->params.max_ird_adapter = 32 * adap->tids.ntids; in adap_init0()
1760 tid->ntids = padap->tids.ntids; in cudbg_collect_tid()
523 u16 ntids = iovec[idx].iov_len / sizeof(*req->tids); in hfi1_user_sdma_process_request() local526 if (!ntids || ntids > MAX_TID_PAIR_ENTRIES) { in hfi1_user_sdma_process_request()538 ntids * sizeof(*req->tids)); in hfi1_user_sdma_process_request()542 ntids, ret); in hfi1_user_sdma_process_request()546 req->n_tids = ntids; in hfi1_user_sdma_process_request()
287 int ret = 0, ntids; in qib_tid_update() local339 ntids = tidcnt; in qib_tid_update()369 for (; ntids--; tid++) { in qib_tid_update()375 if (ntids < 0) { in qib_tid_update()
1276 if (unlikely(tid >= cdev->tids->ntids)) { in chtls_pass_accept_req()