Searched defs:hwrm_queue_qcfg_output (Results 1 – 1 of 1) sorted by relevance
34206 typedef struct hwrm_queue_qcfg_output { struct34208 uint16_t error_code;34210 uint16_t req_type;34212 uint16_t seq_id;34214 uint16_t resp_len;34219 uint32_t queue_len;34221 uint8_t service_profile;34247 } hwrm_queue_qcfg_output_t, *phwrm_queue_qcfg_output_t; argument