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

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h136 unsigned int abs_id; /* SGE absolute QID for the free list */ member in struct:sge_fl
178 u16 abs_id; /* SGE abs QID for the response Q */ member in struct:sge_rspq
238 unsigned int abs_id; /* SGE absolute QID for the TX Q */ member in struct:sge_txq
322 #define EQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->egr_base))
323 #define IQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->ingr_base))
325 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)])
326 #define IQ_MAP(s, abs_id) ((
[all...]
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h350 u16 abs_id; /* absolute SGE id for the response q */ member in struct:sge_rspq

Completed in 35 milliseconds