Home
last modified time | relevance | path

Searched refs:neotids (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h150 unsigned int neotids; member
216 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()
Dcxgb4_tc_mqprio.c81 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()
Dsched.c266 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()
Dcxgb4_main.c1847 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()
5225 adap->tids.neotids = min_t(u32, MAX_ATIDS, in adap_init0()
Dcxgb4_debugfs.c3384 if (t->neotids) in tid_info_show()
3386 t->eotid_base, t->eotid_base + t->neotids - 1, in tid_info_show()