Searched refs:neotids (Results 1 – 5 of 5) sorted by relevance
150 unsigned int neotids; member216 return eotid < t->neotids ? &t->eotid_tab[eotid] : NULL; in cxgb4_lookup_eotid()223 eotid = find_first_zero_bit(t->eotid_bmap, t->neotids); in cxgb4_get_free_eotid()224 if (eotid >= t->neotids) in cxgb4_get_free_eotid()
81 if (qoffset >= adap->tids.neotids || qcount > adap->tids.neotids) in cxgb4_mqprio_validate()676 eosw_txq = kcalloc(adap->tids.neotids, sizeof(*eosw_txq), in cxgb4_init_tc_mqprio()
266 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_unbind()294 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_bind()
1847 eotid_bmap_size = BITS_TO_LONGS(t->neotids); in tid_init()1857 t->neotids * sizeof(*t->eotid_tab) + in tid_init()1872 t->eotid_bmap = (unsigned long *)&t->eotid_tab[t->neotids]; in tid_init()1901 if (t->neotids) in tid_init()1902 bitmap_zero(t->eotid_bmap, t->neotids); in tid_init()5233 adap->tids.neotids = min_t(u32, MAX_ATIDS, in adap_init0()
3384 if (t->neotids) in tid_info_show()3386 t->eotid_base, t->eotid_base + t->neotids - 1, in tid_info_show()