Searched defs:bnxt_re_queue (Results 1 – 1 of 1) sorted by relevance
64 struct bnxt_re_queue { struct65 struct bnxt_spinlock qlock;66 uint32_t flags;67 uint32_t *dbtail;68 void *va;69 uint32_t head;70 uint32_t depth; /* no of entries */71 void *pad;72 uint32_t pad_stride_log2;73 uint32_t tail;[all …]