Searched defs:abs_id (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
| D | adapter.h | 140 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
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
| D | adapter.h | 141 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
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4.h | 787 u16 abs_id; /* absolute SGE id for the response q */ member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4.h | 789 u16 abs_id; /* absolute SGE id for the response q */ member
|