Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_defs.h53 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
101 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()
1183 unsigned int atid_base, unsigned int stid_base) in init_tid_tabs() argument
1199 t->atid_base = atid_base; in init_tid_tabs()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h101 unsigned int atid_base; member
Dcxgb4_main.c2999 atid = (p - t->atid_tab) + t->atid_base; in cxgb4_alloc_atid()
3014 union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; in cxgb4_free_atid()