HomeSort by: relevance | last modified time | path
    Searched refs:active_open_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 142 union active_open_entry { union
144 union active_open_entry *next;
161 union active_open_entry *atid_tab;
174 union active_open_entry *afree;
206 static __inline union active_open_entry *atid2entry(const struct tid_info *t,
cxgb_offload.c 479 union active_open_entry *p = atid2entry(t, atid);
609 union active_open_entry *p = t->afree;
1300 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids];

Completed in 21 milliseconds