Searched refs:tid_info (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgb/ulp/tom/ |
| D | cxgb_tom.h | 48 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()
|
| D | cxgb_tom.c | 62 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()
|
| D | cxgb_cpl_io.c | 193 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()
|
| D | cxgb_listen.c | 58 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/ |
| D | t4_tom.c | 91 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()
|
| D | t4_connect.c | 72 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()
|
| D | t4_listen.c | 90 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/ |
| D | offload.h | 80 struct tid_info { struct
|
| D | adapter.h | 794 struct tid_info tids;
|
| D | t4_main.c | 7430 struct tid_info *t = &sc->tids; in sysctl_tids()
|