Searched refs:int_mode (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_int_api.h127 if (sb_info->p_dev->int_mode == ECORE_INT_MODE_POLL)
216 * @param int_mode - interrupt mode to use
220 enum ecore_int_mode int_mode);
H A Decore_int.h257 * @param int_mode
263 enum ecore_int_mode int_mode);
H A Decore_dev_api.h138 enum ecore_int_mode int_mode; member in struct:ecore_hw_init_params
H A Decore_int.c1880 enum ecore_int_mode int_mode)
1891 p_hwfn->p_dev->int_mode = int_mode;
1892 switch (p_hwfn->p_dev->int_mode) {
1938 enum ecore_int_mode int_mode)
1944 if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) {
1954 ecore_int_igu_enable_int(p_hwfn, p_ptt, int_mode);
1878 ecore_int_igu_enable_int(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum ecore_int_mode int_mode) argument
1937 ecore_int_igu_enable(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum ecore_int_mode int_mode) argument
H A Decore.h886 u32 int_mode; member in struct:ecore_dev
H A Dqlnx_os.c5854 params.int_mode = cdev->int_mode;
5905 cdev->int_mode = ECORE_INT_MODE_MSIX;
H A Decore_dev.c3597 rc = ecore_int_igu_enable(p_hwfn, p_ptt, p_params->int_mode);
3777 if ((p_params->int_mode == ECORE_INT_MODE_MSI) && ECORE_IS_CMT(p_dev)) {
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_eth.h281 enum al_iofic_mode int_mode; member in struct:al_eth_adapter
H A Dal_eth.c2729 if (adapter->int_mode == AL_IOFIC_MODE_LEGACY)
2764 enum al_iofic_mode int_mode; local
2772 int_mode = AL_IOFIC_MODE_LEGACY;
2774 int_mode = AL_IOFIC_MODE_MSIX_PER_Q;
2789 int_mode, m2s_errors_disable, m2s_aborts_disable,
2795 adapter->int_mode = int_mode;
2797 int_mode == AL_IOFIC_MODE_LEGACY ? "INTx" :
2798 int_mode == AL_IOFIC_MODE_MSIX_PER_Q ? "MSI-X per Queue" : "Unknown");
/freebsd-12-stable/contrib/gcc/
H A Dexpmed.c1103 enum machine_mode int_mode;
1369 int_mode = int_mode_for_mode (tmode);
1370 if (int_mode == BLKmode)
1371 int_mode = int_mode_for_mode (mode);
1373 gcc_assert (int_mode != BLKmode);
1521 target = extract_fixed_bit_field (int_mode, op0, offset, bitsize,
1527 target = extract_fixed_bit_field (int_mode, op0, offset, bitsize,
1654 target = extract_fixed_bit_field (int_mode, op0, offset, bitsize,
1660 target = extract_fixed_bit_field (int_mode, op0, offset, bitsize,
1099 enum machine_mode int_mode; local
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c786 req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX;
788 req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_POLL;
790 req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX;
H A Dhsi_struct_def.h16268 uint8_t int_mode; member in struct:hwrm_ring_alloc_input
[all...]

Completed in 361 milliseconds