Home
last modified time | relevance | path

Searched refs:tid_info (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_tom.h48 struct tid_info { struct
89 struct tid_info tid_maps; argument
162 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry()
169 static inline union listen_entry *stid2entry(const struct tid_info *t, in stid2entry()
178 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid()
195 static inline void *lookup_stid(const struct tid_info *t, unsigned int tid) in lookup_stid()
212 static inline void *lookup_atid(const struct tid_info *t, unsigned int tid) in lookup_atid()
Dcxgb_tom.c62 static int alloc_tid_tabs(struct tid_info *, u_int, u_int, u_int, u_int, u_int);
63 static void free_tid_tabs(struct tid_info *);
97 alloc_tid_tabs(struct tid_info *t, u_int ntids, u_int natids, u_int nstids, in alloc_tid_tabs()
138 free_tid_tabs(struct tid_info *t) in free_tid_tabs()
Dcxgb_cpl_io.c193 alloc_atid(struct tid_info *t, void *ctx) in alloc_atid()
212 free_atid(struct tid_info *t, int atid) in free_atid()
226 struct tid_info *t = &td->tid_maps; in insert_tid()
235 struct tid_info *t = &td->tid_maps; in update_tid()
243 struct tid_info *t = &td->tid_maps; in remove_tid()
284 struct tid_info *t = &td->tid_maps; in release_tid()
Dcxgb_listen.c58 alloc_stid(struct tid_info *t, void *ctx) in alloc_stid()
76 free_stid(struct tid_info *t, int stid) in free_stid()
/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_tom.c91 static int alloc_tid_tabs(struct tid_info *);
92 static void free_tid_tabs(struct tid_info *);
438 struct tid_info *t = &sc->tids; in insert_tid()
447 struct tid_info *t = &sc->tids; in lookup_tid()
455 struct tid_info *t = &sc->tids; in update_tid()
463 struct tid_info *t = &sc->tids; in remove_tid()
644 alloc_tid_tabs(struct tid_info *t) in alloc_tid_tabs()
677 free_tid_tabs(struct tid_info *t) in free_tid_tabs()
Dt4_connect.c72 struct tid_info *t = &sc->tids; in alloc_atid()
91 struct tid_info *t = &sc->tids; in lookup_atid()
99 struct tid_info *t = &sc->tids; in free_atid()
Dt4_listen.c90 struct tid_info *t = &sc->tids; in alloc_stid()
161 struct tid_info *t = &sc->tids; in lookup_stid()
169 struct tid_info *t = &sc->tids; in free_stid()
/freebsd-10-stable/sys/dev/cxgbe/
Doffload.h80 struct tid_info { struct
Dadapter.h794 struct tid_info tids;
Dt4_main.c7430 struct tid_info *t = &sc->tids; in sysctl_tids()