Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h108 unsigned int ntids; member
169 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()
H A Dcudbg_entity.h157 u32 ntids; member
H A Dcxgb4_debugfs.c3333 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()
H A Dcudbg_lib.c2190 tid->ntids = padap->tids.ntids; in cudbg_collect_tid()
H A Dcxgb4_filter.c1037 i <= adapter->tids.ntids; i++) { in clear_all_filters()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2264 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()