Home
last modified time | relevance | path

Searched refs:ntids (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c631 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() argument
1161 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()
Dcxgb3_defs.h65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid()
Dcxgb3_offload.h159 unsigned int ntids; member
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h98 unsigned int ntids; member
140 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()
Dcudbg_entity.h157 u32 ntids; member
Dcxgb4_debugfs.c3142 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()
Dcxgb4_filter.c364 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()
Dcxgb4_main.c1424 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()
Dcudbg_lib.c1760 tid->ntids = padap->tids.ntids; in cudbg_collect_tid()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Duser_sdma.c523 u16 ntids = iovec[idx].iov_len / sizeof(*req->tids); in hfi1_user_sdma_process_request() local
526 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()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_file_ops.c287 int ret = 0, ntids; in qib_tid_update() local
339 ntids = tidcnt; in qib_tid_update()
369 for (; ntids--; tid++) { in qib_tid_update()
375 if (ntids < 0) { in qib_tid_update()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1276 if (unlikely(tid >= cdev->tids->ntids)) { in chtls_pass_accept_req()