Lines Matching defs:config_hbq_var
3131 struct config_hbq_var { struct
3133 uint32_t rsvd1 :7;
3134 uint32_t recvNotify :1; /* Receive Notification */
3135 uint32_t numMask :8; /* # Mask Entries */
3136 uint32_t profile :8; /* Selection Profile */
3137 uint32_t rsvd2 :8;
3147 uint32_t hbqId :16;
3148 uint32_t rsvd3 :12;
3149 uint32_t ringMask :4;
3151 uint32_t ringMask :4;
3152 uint32_t rsvd3 :12;
3153 uint32_t hbqId :16;
3157 uint32_t entry_count :16;
3158 uint32_t rsvd4 :8;
3159 uint32_t headerLen :8;
3161 uint32_t headerLen :8;
3162 uint32_t rsvd4 :8;
3163 uint32_t entry_count :16;
3166 uint32_t hbqaddrLow;
3167 uint32_t hbqaddrHigh;
3170 uint32_t rsvd5 :31;
3171 uint32_t logEntry :1;
3173 uint32_t logEntry :1;
3174 uint32_t rsvd5 :31;
3177 uint32_t rsvd6; /* w7 */
3178 uint32_t rsvd7; /* w8 */
3179 uint32_t rsvd8; /* w9 */
3181 struct hbq_mask hbqMasks[6];
3184 union {
3249 } profiles;