Searched refs:clip_entry (Results 1 – 5 of 5) sorted by relevance
34 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 *);
78 struct clip_entry { struct79 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 *, argument135 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 …]
875 struct clip_entry;938 CXGBE_LIST_HEAD(, clip_entry) *clip_table;939 TAILQ_HEAD(, clip_entry) clip_pending; /* these need hw update. */
222 struct clip_entry *ce; /* CLIP table entry used by this tid */303 struct clip_entry *ce;
97 struct clip_entry *ce; /* CLIP table entry used by this tid */