Home
last modified time | relevance | path

Searched refs:tid_info (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h49 struct tid_info { struct
72 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument
77 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid()
82 int cxgbe_alloc_atid(struct tid_info *t, void *data);
83 void cxgbe_free_atid(struct tid_info *t, unsigned int atid);
84 void cxgbe_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid,
86 void cxgbe_insert_tid(struct tid_info *t, void *data, unsigned int tid,
H A Dcxgbe_filter.h203 struct tid_info;
258 bool cxgbe_is_filter_set(struct tid_info *t, u32 fidx, u8 nentries);
H A Dcxgbe_filter.c255 bool cxgbe_is_filter_set(struct tid_info *t, u32 fidx, u8 nentries) in cxgbe_is_filter_set()
277 struct tid_info *t = &adap->tids; in cxgbe_alloc_ftid()
419 struct tid_info *t = &adapter->tids; in cxgbe_del_hash_filter()
600 struct tid_info *t = &adapter->tids; in cxgbe_set_hash_filter()
892 static int cxgbe_set_ftid(struct tid_info *t, u32 fidx, u8 nentries) in cxgbe_set_ftid()
911 static void cxgbe_clear_ftid(struct tid_info *t, u32 fidx, u8 nentries) in cxgbe_clear_ftid()
1167 struct tid_info *t = &adap->tids; in cxgbe_hash_filter_rpl()
1443 struct tid_info *t = &adap->tids; in cxgbe_hash_del_filter_rpl()
H A Dcxgbe_main.c363 int cxgbe_alloc_atid(struct tid_info *t, void *data) in cxgbe_alloc_atid()
383 void cxgbe_free_atid(struct tid_info *t, unsigned int atid) in cxgbe_free_atid()
409 void cxgbe_remove_tid(struct tid_info *t, unsigned int chan, unsigned int tid, in cxgbe_remove_tid()
443 void cxgbe_insert_tid(struct tid_info *t, void *data, unsigned int tid, in cxgbe_insert_tid()
463 static void tid_free(struct tid_info *t) in tid_free()
474 memset(t, 0, sizeof(struct tid_info)); in tid_free()
480 static int tid_init(struct tid_info *t) in tid_init()
H A Dcxgbe_flow.c1115 struct tid_info *t = &adap->tids; in __cxgbe_flow_create()
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h345 struct tid_info tids; /* Info used to access TID related tables */