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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_offload.h171 union active_open_entry *afree; member in struct:tid_info
H A Dcxgb3_offload.c502 p->next = t->afree;
503 t->afree = p;
651 if (t->afree &&
654 union active_open_entry *p = t->afree;
657 t->afree = p->next;
1206 t->afree = NULL;
1223 t->afree = t->atid_tab;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h105 union aopen_entry *afree; member in struct:tid_info
H A Dcxgb4_main.c2075 if (t->afree) {
2076 union aopen_entry *p = t->afree;
2079 t->afree = p->next;
2096 p->next = t->afree;
2097 t->afree = p;
2262 t->afree = NULL;
2270 t->afree = t->atid_tab;

Completed in 75 milliseconds