Searched defs:bng_re_hwq (Results 1 – 1 of 1) sorted by relevance
108 struct bng_re_hwq { struct109 struct pci_dev *pdev;111 spinlock_t lock;112 struct bng_re_pbl pbl[BNG_PBL_LVL_MAX + 1];114 enum bng_re_pbl_lvl level;116 void **pbl_ptr;141 static inline void *bng_re_get_qe(struct bng_re_hwq *hwq, in bng_re_get_qe() argument