Home
last modified time | relevance | path

Searched defs:abs_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h140 unsigned int abs_id; /* SGE absolute QID for the free list */ member
184 u16 abs_id; /* SGE abs QID for the response Q */ member
246 unsigned int abs_id; /* SGE absolute QID for the TX Q */ member
340 #define EQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->egr_base)) argument
341 #define IQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->ingr_base)) argument
343 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)]) argument
344 #define IQ_MAP(s, abs_id) ((s)->ingr_map[IQ_IDX(s, abs_id)]) argument
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h667 u16 abs_id; /* absolute SGE id for the response q */ member