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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c508 p->next = t->afree; cxgb3_free_atid()
509 t->afree = p; cxgb3_free_atid()
657 if (t->afree && cxgb3_alloc_atid()
660 union active_open_entry *p = t->afree; cxgb3_alloc_atid()
663 t->afree = p->next; cxgb3_alloc_atid()
1197 t->afree = NULL; init_tid_tabs()
1214 t->afree = t->atid_tab; init_tid_tabs()
H A Dcxgb3_offload.h179 union active_open_entry *afree; member in struct:tid_info
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h116 union aopen_entry *afree; member in struct:tid_info
H A Dcxgb4_main.c1471 if (t->afree) { cxgb4_alloc_atid()
1472 union aopen_entry *p = t->afree; cxgb4_alloc_atid()
1475 t->afree = p->next; cxgb4_alloc_atid()
1492 p->next = t->afree; cxgb4_free_atid()
1493 t->afree = p; cxgb4_free_atid()
1720 t->afree = NULL; tid_init()
1729 t->afree = t->atid_tab; tid_init()

Completed in 150 milliseconds