Searched defs:hwrm_queue_qcfg_output (Results 1 – 1 of 1) sorted by relevance
35103 typedef struct hwrm_queue_qcfg_output { struct35105 uint16_t error_code;35107 uint16_t req_type;35109 uint16_t seq_id;35111 uint16_t resp_len;35116 uint32_t queue_len;35118 uint8_t service_profile;35144 } hwrm_queue_qcfg_output_t, *phwrm_queue_qcfg_output_t; argument