Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dclip_tbl.h12 struct clip_entry { struct
23 struct clip_entry cl_list[0]; /* MUST BE LAST */ argument
29 struct clip_entry *cxgbe_clip_alloc(struct rte_eth_dev *dev, u32 *lip);
30 void cxgbe_clip_release(struct rte_eth_dev *dev, struct clip_entry *ce);
H A Dclip_tbl.c53 void cxgbe_clip_release(struct rte_eth_dev *dev, struct clip_entry *ce) in cxgbe_clip_release()
74 static struct clip_entry *find_or_alloc_clipe(struct clip_tbl *c, in find_or_alloc_clipe()
77 struct clip_entry *end, *e; in find_or_alloc_clipe()
78 struct clip_entry *first_free = NULL; in find_or_alloc_clipe()
102 static struct clip_entry *t4_clip_alloc(struct rte_eth_dev *dev, in t4_clip_alloc()
107 struct clip_entry *ce; in t4_clip_alloc()
148 struct clip_entry *cxgbe_clip_alloc(struct rte_eth_dev *dev, u32 *lip) in cxgbe_clip_alloc()
169 clipt_size * sizeof(struct clip_entry)); in t4_init_clip_tbl()
H A Dcxgbe_filter.h186 struct clip_entry *clipt; /* CLIP Table entry for IPv6 */