Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dclip_tbl.h19 struct clip_tbl { struct
26 struct clip_tbl *t4_init_clip_tbl(unsigned int clipt_start, argument
H A Dclip_tbl.c74 static struct clip_entry *find_or_alloc_clipe(struct clip_tbl *c, in find_or_alloc_clipe()
106 struct clip_tbl *ctbl = adap->clipt; in t4_clip_alloc()
156 struct clip_tbl *t4_init_clip_tbl(unsigned int clipt_start, in t4_init_clip_tbl()
160 struct clip_tbl *ctbl; in t4_init_clip_tbl()
H A Dmeson.build11 'clip_tbl.c',
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h350 struct clip_tbl *clipt; /* CLIP table */
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c4337 static const struct uni_print_tbl clip_tbl[] = { in DEF_IE_PRINT() local
4351 uni_print_tbl("clip", ie->clip, clip_tbl, cx); in DEF_IE_PRINT()