Searched refs:clip_entry (Results 1 – 3 of 3) sorted by relevance
12 struct clip_entry { struct23 struct clip_entry cl_list[0]; /* MUST BE LAST */ argument29 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);
53 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()
186 struct clip_entry *clipt; /* CLIP Table entry for IPv6 */