Home
last modified time | relevance | path

Searched refs:clip_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_clip.h34 struct clip_entry;
41 struct clip_entry *t4_get_clip_entry(struct adapter *, struct in6_addr *, bool);
42 void t4_hold_clip_entry(struct adapter *, struct clip_entry *);
43 void t4_release_clip_entry(struct adapter *, struct clip_entry *);
H A Dt4_clip.c78 struct clip_entry { struct
79 LIST_ENTRY(clip_entry) link; /* clip_table hash linkage */
80 TAILQ_ENTRY(clip_entry) plink; /* clip_pending linkage */
105 static struct clip_entry *lookup_clip_entry(struct adapter *, struct in6_addr *, argument
135 static inline struct clip_entry *
138 struct clip_entry *ce; in alloc_clip_entry()
183 static struct clip_entry *
187 struct clip_entry *ce; in lookup_clip_entry()
253 struct clip_entry *
257 struct clip_entry *ce; in t4_get_clip_entry()
[all …]
H A Dadapter.h875 struct clip_entry;
938 CXGBE_LIST_HEAD(, clip_entry) *clip_table;
939 TAILQ_HEAD(, clip_entry) clip_pending; /* these need hw update. */
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h222 struct clip_entry *ce; /* CLIP table entry used by this tid */
303 struct clip_entry *ce;
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c97 struct clip_entry *ce; /* CLIP table entry used by this tid */