Symbol: int_mode
sys/dev/al_eth/al_eth.c
2697
if (adapter->int_mode == AL_IOFIC_MODE_LEGACY)
sys/dev/al_eth/al_eth.c
2732
enum al_iofic_mode int_mode;
sys/dev/al_eth/al_eth.c
2740
int_mode = AL_IOFIC_MODE_LEGACY;
sys/dev/al_eth/al_eth.c
2742
int_mode = AL_IOFIC_MODE_MSIX_PER_Q;
sys/dev/al_eth/al_eth.c
2757
int_mode, m2s_errors_disable, m2s_aborts_disable,
sys/dev/al_eth/al_eth.c
2763
adapter->int_mode = int_mode;
sys/dev/al_eth/al_eth.c
2765
int_mode == AL_IOFIC_MODE_LEGACY ? "INTx" :
sys/dev/al_eth/al_eth.c
2766
int_mode == AL_IOFIC_MODE_MSIX_PER_Q ? "MSI-X per Queue" : "Unknown");
sys/dev/al_eth/al_eth.h
279
enum al_iofic_mode int_mode;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1911
req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1921
req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46198
uint8_t int_mode;
sys/dev/bnxt/bnxt_re/main.c
1676
req.int_mode = ring_attr->mode;
sys/dev/qlnx/qlnxe/ecore.h
886
u32 int_mode;
sys/dev/qlnx/qlnxe/ecore_dev.c
3593
rc = ecore_int_igu_enable(p_hwfn, p_ptt, p_params->int_mode);
sys/dev/qlnx/qlnxe/ecore_dev.c
3773
if ((p_params->int_mode == ECORE_INT_MODE_MSI) && ECORE_IS_CMT(p_dev)) {
sys/dev/qlnx/qlnxe/ecore_dev_api.h
136
enum ecore_int_mode int_mode;
sys/dev/qlnx/qlnxe/ecore_int.c
1876
enum ecore_int_mode int_mode)
sys/dev/qlnx/qlnxe/ecore_int.c
1887
p_hwfn->p_dev->int_mode = int_mode;
sys/dev/qlnx/qlnxe/ecore_int.c
1888
switch (p_hwfn->p_dev->int_mode) {
sys/dev/qlnx/qlnxe/ecore_int.c
1934
enum ecore_int_mode int_mode)
sys/dev/qlnx/qlnxe/ecore_int.c
1940
if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) {
sys/dev/qlnx/qlnxe/ecore_int.c
1950
ecore_int_igu_enable_int(p_hwfn, p_ptt, int_mode);
sys/dev/qlnx/qlnxe/ecore_int_api.h
125
if (sb_info->p_dev->int_mode == ECORE_INT_MODE_POLL)
sys/dev/qlnx/qlnxe/ecore_int_api.h
218
enum ecore_int_mode int_mode);
sys/dev/qlnx/qlnxe/qlnx_os.c
5498
params.int_mode = cdev->int_mode;
sys/dev/qlnx/qlnxe/qlnx_os.c
5549
cdev->int_mode = ECORE_INT_MODE_MSIX;