#ifndef _ICE_CONTROLQ_H_
#define _ICE_CONTROLQ_H_
#include "ice_adminq_cmd.h"
#define ICE_AQ_MAX_BUF_LEN …
#define ICE_MBXQ_MAX_BUF_LEN …
#define ICE_SBQ_MAX_BUF_LEN …
#define ICE_CTL_Q_DESC(R, i) …
#define ICE_CTL_Q_DESC_UNUSED(R) …
#define EXP_FW_API_VER_MAJOR_E810 …
#define EXP_FW_API_VER_MINOR_E810 …
#define EXP_FW_API_VER_MAJOR_E830 …
#define EXP_FW_API_VER_MINOR_E830 …
#define EXP_FW_API_VER_MAJOR_BY_MAC(hw) …
#define EXP_FW_API_VER_MINOR_BY_MAC(hw) …
enum ice_ctl_q { … };
#define ICE_CTL_Q_SQ_CMD_TIMEOUT …
#define ICE_CTL_Q_ADMIN_INIT_TIMEOUT …
#define ICE_CTL_Q_ADMIN_INIT_MSEC …
struct ice_ctl_q_ring { … };
struct ice_sq_cd { … };
struct ice_rq_event_info { … };
struct ice_ctl_q_info { … };
#endif