Lines Matching defs:config_hbq_var
3109 struct config_hbq_var { struct
3111 uint32_t rsvd1 :7;
3112 uint32_t recvNotify :1; /* Receive Notification */
3113 uint32_t numMask :8; /* # Mask Entries */
3114 uint32_t profile :8; /* Selection Profile */
3115 uint32_t rsvd2 :8;
3125 uint32_t hbqId :16;
3126 uint32_t rsvd3 :12;
3127 uint32_t ringMask :4;
3129 uint32_t ringMask :4;
3130 uint32_t rsvd3 :12;
3131 uint32_t hbqId :16;
3135 uint32_t entry_count :16;
3136 uint32_t rsvd4 :8;
3137 uint32_t headerLen :8;
3139 uint32_t headerLen :8;
3140 uint32_t rsvd4 :8;
3141 uint32_t entry_count :16;
3144 uint32_t hbqaddrLow;
3145 uint32_t hbqaddrHigh;
3148 uint32_t rsvd5 :31;
3149 uint32_t logEntry :1;
3151 uint32_t logEntry :1;
3152 uint32_t rsvd5 :31;
3155 uint32_t rsvd6; /* w7 */
3156 uint32_t rsvd7; /* w8 */
3157 uint32_t rsvd8; /* w9 */
3159 struct hbq_mask hbqMasks[6];
3162 union {
3227 } profiles;