Searched refs:neotids (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 150 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()
|
H A D | cxgb4_tc_mqprio.c | 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()
|
H A D | sched.c | 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()
|
H A D | cxgb4_main.c | 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()
|
H A D | cxgb4_debugfs.c | 3384 if (t->neotids) in tid_info_show() 3386 t->eotid_base, t->eotid_base + t->neotids - 1, in tid_info_show()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 150 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()
|
H A D | cxgb4_tc_mqprio.c | 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()
|
H A D | sched.c | 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()
|
H A D | cxgb4_main.c | 1846 eotid_bmap_size = BITS_TO_LONGS(t->neotids); in tid_init() 1856 t->neotids * sizeof(*t->eotid_tab) + in tid_init() 1871 t->eotid_bmap = (unsigned long *)&t->eotid_tab[t->neotids]; in tid_init() 1900 if (t->neotids) in tid_init() 1901 bitmap_zero(t->eotid_bmap, t->neotids); in tid_init() 5224 adap->tids.neotids = min_t(u32, MAX_ATIDS, in adap_init0()
|
H A D | cxgb4_debugfs.c | 3384 if (t->neotids) in tid_info_show() 3386 t->eotid_base, t->eotid_base + t->neotids - 1, in tid_info_show()
|
Completed in 33 milliseconds