Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h141 unsigned int abs_id; /* SGE absolute QID for the free list */ member
185 u16 abs_id; /* SGE abs QID for the response Q */ member
247 unsigned int abs_id; /* SGE absolute QID for the TX Q */ member
341 #define EQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->egr_base)) argument
342 #define IQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->ingr_base)) argument
344 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)]) argument
345 #define IQ_MAP(s, abs_id) ((s)->ingr_map[IQ_IDX(s, abs_id)]) argument
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h787 u16 abs_id; /* absolute SGE id for the response q */ member