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

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h68 struct t3c_tid_entry *t3c_tid = tid < t->ntids ?
H A Dcxgb3_offload.h159 unsigned int ntids; member in struct:tid_info
H A Dcxgb3_offload.c631 BUG_ON(tid >= t->ntids);
659 t->ntids) {
803 if (unlikely(tid >= t->ntids)) {
897 if (unlikely(tid >= t->ntids)) {
1138 for (tid = 0; tid < ti->ntids; tid++) {
1181 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, argument
1185 unsigned long size = ntids * sizeof(*t->tid_tab) +
1192 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
1194 t->ntids = ntids;
[all...]
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h92 unsigned int ntids; member in struct:tid_info
124 return tid < t->ntids ? t->tid_tab[tid] : NULL;
H A Dcxgb4_main.c3464 size = t->ntids * sizeof(*t->tid_tab) +
3476 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids];
5968 adap->tids.ntids = val[0];
5969 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS);
6036 adap->params.max_ird_adapter = 32 * adap->tids.ntids;
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c294 int ret = 0, ntids; local
348 ntids = tidcnt;
386 for (; ntids--; tid++) {
392 if (ntids < 0) {
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c281 int ret = 0, ntids; local
333 ntids = tidcnt;
360 for (; ntids--; tid++) {
366 if (ntids < 0) {

Completed in 127 milliseconds