Home
last modified time | relevance | path

Searched refs:afree (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c508 p->next = t->afree; in cxgb3_free_atid()
509 t->afree = p; in cxgb3_free_atid()
657 if (t->afree && in cxgb3_alloc_atid()
660 union active_open_entry *p = t->afree; in cxgb3_alloc_atid()
663 t->afree = p->next; in cxgb3_alloc_atid()
1176 t->afree = NULL; in init_tid_tabs()
1193 t->afree = t->atid_tab; in init_tid_tabs()
Dcxgb3_offload.h179 union active_open_entry *afree; member
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h138 union aopen_entry *afree; member
Dcxgb4_main.c1599 if (t->afree) { in cxgb4_alloc_atid()
1600 union aopen_entry *p = t->afree; in cxgb4_alloc_atid()
1603 t->afree = p->next; in cxgb4_alloc_atid()
1620 p->next = t->afree; in cxgb4_free_atid()
1621 t->afree = p; in cxgb4_free_atid()
1880 t->afree = NULL; in tid_init()
1891 t->afree = t->atid_tab; in tid_init()