int_mode
if (adapter->int_mode == AL_IOFIC_MODE_LEGACY)
enum al_iofic_mode int_mode;
int_mode = AL_IOFIC_MODE_LEGACY;
int_mode = AL_IOFIC_MODE_MSIX_PER_Q;
int_mode, m2s_errors_disable, m2s_aborts_disable,
adapter->int_mode = int_mode;
int_mode == AL_IOFIC_MODE_LEGACY ? "INTx" :
int_mode == AL_IOFIC_MODE_MSIX_PER_Q ? "MSI-X per Queue" : "Unknown");
enum al_iofic_mode int_mode;
req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX;
req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX;
uint8_t int_mode;
req.int_mode = ring_attr->mode;
u32 int_mode;
rc = ecore_int_igu_enable(p_hwfn, p_ptt, p_params->int_mode);
if ((p_params->int_mode == ECORE_INT_MODE_MSI) && ECORE_IS_CMT(p_dev)) {
enum ecore_int_mode int_mode;
enum ecore_int_mode int_mode)
p_hwfn->p_dev->int_mode = int_mode;
switch (p_hwfn->p_dev->int_mode) {
enum ecore_int_mode int_mode)
if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) {
ecore_int_igu_enable_int(p_hwfn, p_ptt, int_mode);
if (sb_info->p_dev->int_mode == ECORE_INT_MODE_POLL)
enum ecore_int_mode int_mode);
params.int_mode = cdev->int_mode;
cdev->int_mode = ECORE_INT_MODE_MSIX;