Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_defs.h50 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
98 if (tid < t->atid_base || tid >= t->atid_base + t->natids) in lookup_atid()
Dcxgb3_offload.h168 unsigned int atid_base; member
Dcxgb3_offload.c662 atid = (p - t->atid_tab) + t->atid_base; in cxgb3_alloc_atid()
1159 unsigned int atid_base, unsigned int stid_base) in init_tid_tabs() argument
1175 t->atid_base = atid_base; in init_tid_tabs()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h120 unsigned int atid_base; member
Dcxgb4_main.c1602 atid = (p - t->atid_tab) + t->atid_base; in cxgb4_alloc_atid()
1617 union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; in cxgb4_free_atid()