/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 434 unsigned int int_mode = IntMode[bd]; in e1000e_check_options() local 436 e1000_validate_option(&int_mode, &opt, adapter); in e1000e_check_options() 437 adapter->int_mode = int_mode; in e1000e_check_options() 439 adapter->int_mode = opt.def; in e1000e_check_options()
|
H A D | ethtool.c | 998 int int_mode = E1000E_INT_MODE_LEGACY; in e1000_intr_test() local 1003 if (adapter->int_mode == E1000E_INT_MODE_MSIX) { in e1000_intr_test() 1004 int_mode = adapter->int_mode; in e1000_intr_test() 1006 adapter->int_mode = E1000E_INT_MODE_LEGACY; in e1000_intr_test() 1110 if (int_mode == E1000E_INT_MODE_MSIX) { in e1000_intr_test() 1112 adapter->int_mode = int_mode; in e1000_intr_test()
|
H A D | e1000.h | 298 int int_mode; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 432 unsigned int int_mode = IntMode[bd]; in e1000e_check_options() local 434 e1000_validate_option(&int_mode, &opt, adapter); in e1000e_check_options() 435 adapter->int_mode = int_mode; in e1000e_check_options() 437 adapter->int_mode = opt.def; in e1000e_check_options()
|
H A D | ethtool.c | 1013 int int_mode = E1000E_INT_MODE_LEGACY; in e1000_intr_test() local 1018 if (adapter->int_mode == E1000E_INT_MODE_MSIX) { in e1000_intr_test() 1019 int_mode = adapter->int_mode; in e1000_intr_test() 1021 adapter->int_mode = E1000E_INT_MODE_LEGACY; in e1000_intr_test() 1125 if (int_mode == E1000E_INT_MODE_MSIX) { in e1000_intr_test() 1127 adapter->int_mode = int_mode; in e1000_intr_test()
|
H A D | e1000.h | 301 int int_mode; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | 579 if (cdev->int_params.out.int_mode == QED_INT_MODE_MSIX) { in qed_disable_msix() 582 } else if (cdev->int_params.out.int_mode == QED_INT_MODE_MSI) { in qed_disable_msix() 626 int_params->out.int_mode = QED_INT_MODE_MSIX; in qed_enable_msix() 645 switch (int_params->in.int_mode) { in qed_set_int_mode() 670 int_params->out.int_mode = QED_INT_MODE_MSI; in qed_set_int_mode() 681 int_params->out.int_mode = QED_INT_MODE_INTA; in qed_set_int_mode() 685 DP_NOTICE(cdev, "Unknown int_mode value %d\n", in qed_set_int_mode() 686 int_params->in.int_mode); in qed_set_int_mode() 693 int_params->out.int_mode == QED_INT_MODE_INTA ? in qed_set_int_mode() 694 "INTa" : int_params->out.int_mode in qed_set_int_mode() 779 u32 int_mode; qed_slowpath_irq_req() local 831 u32 int_mode; qed_slowpath_irq_sync() local 949 qed_slowpath_setup_int(struct qed_dev *cdev, enum qed_int_mode int_mode) qed_slowpath_setup_int() argument [all...] |
H A D | qed_int.h | 60 * @param int_mode - interrupt mode to use 64 enum qed_int_mode int_mode); 392 * @param int_mode 397 enum qed_int_mode int_mode);
|
H A D | qed_dev_api.h | 95 enum qed_int_mode int_mode; member
|
H A D | qed_int.c | 1814 struct qed_ptt *p_ptt, enum qed_int_mode int_mode) in qed_int_igu_enable_int() 1818 p_hwfn->cdev->int_mode = int_mode; in qed_int_igu_enable_int() 1819 switch (p_hwfn->cdev->int_mode) { in qed_int_igu_enable_int() 1856 struct qed_ptt *p_ptt, enum qed_int_mode int_mode) in qed_int_igu_enable() 1862 if ((int_mode != QED_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in qed_int_igu_enable() 1871 qed_int_igu_enable_int(p_hwfn, p_ptt, int_mode); in qed_int_igu_enable() 1813 qed_int_igu_enable_int(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_int_mode int_mode) qed_int_igu_enable_int() argument 1855 qed_int_igu_enable(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_int_mode int_mode) qed_int_igu_enable() argument
|
H A D | qed.h | 680 u32 int_mode; member 761 u32 int_mode; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | 546 if (cdev->int_params.out.int_mode == QED_INT_MODE_MSIX) { in qed_disable_msix() 549 } else if (cdev->int_params.out.int_mode == QED_INT_MODE_MSI) { in qed_disable_msix() 593 int_params->out.int_mode = QED_INT_MODE_MSIX; in qed_enable_msix() 612 switch (int_params->in.int_mode) { in qed_set_int_mode() 637 int_params->out.int_mode = QED_INT_MODE_MSI; in qed_set_int_mode() 648 int_params->out.int_mode = QED_INT_MODE_INTA; in qed_set_int_mode() 652 DP_NOTICE(cdev, "Unknown int_mode value %d\n", in qed_set_int_mode() 653 int_params->in.int_mode); in qed_set_int_mode() 660 int_params->out.int_mode == QED_INT_MODE_INTA ? in qed_set_int_mode() 661 "INTa" : int_params->out.int_mode in qed_set_int_mode() 746 u32 int_mode; qed_slowpath_irq_req() local 798 u32 int_mode; qed_slowpath_irq_sync() local 915 qed_slowpath_setup_int(struct qed_dev *cdev, enum qed_int_mode int_mode) qed_slowpath_setup_int() argument [all...] |
H A D | qed_int.h | 60 * @int_mode: Interrupt mode to use. 66 enum qed_int_mode int_mode); 427 * @int_mode: Interrut mode 432 enum qed_int_mode int_mode);
|
H A D | qed_dev_api.h | 103 enum qed_int_mode int_mode; member
|
H A D | qed_int.c | 1834 struct qed_ptt *p_ptt, enum qed_int_mode int_mode) in qed_int_igu_enable_int() 1838 p_hwfn->cdev->int_mode = int_mode; in qed_int_igu_enable_int() 1839 switch (p_hwfn->cdev->int_mode) { in qed_int_igu_enable_int() 1876 struct qed_ptt *p_ptt, enum qed_int_mode int_mode) in qed_int_igu_enable() 1882 if ((int_mode != QED_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in qed_int_igu_enable() 1891 qed_int_igu_enable_int(p_hwfn, p_ptt, int_mode); in qed_int_igu_enable() 1833 qed_int_igu_enable_int(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_int_mode int_mode) qed_int_igu_enable_int() argument 1875 qed_int_igu_enable(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_int_mode int_mode) qed_int_igu_enable() argument
|
H A D | qed.h | 674 u32 int_mode; member 753 u32 int_mode; member
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | vt1211.c | 31 static int int_mode = -1; variable 32 module_param(int_mode, int, 0); 33 MODULE_PARM_DESC(int_mode, "Force the temperature interrupt mode"); 1114 if (int_mode == 0) { in vt1211_init_device() 1332 if ((int_mode < -1) || (int_mode > 0)) { in vt1211_init() 1335 int_mode); in vt1211_init()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | vt1211.c | 31 static int int_mode = -1; variable 32 module_param(int_mode, int, 0); 33 MODULE_PARM_DESC(int_mode, "Force the temperature interrupt mode"); 1108 if (int_mode == 0) { in vt1211_init_device() 1326 if ((int_mode < -1) || (int_mode > 0)) { in vt1211_init() 1329 int_mode); in vt1211_init()
|
/kernel/linux/linux-6.6/drivers/iio/frequency/ |
H A D | adf4371.c | 240 u8 int_mode = 0; in adf4371_set_freq() local 315 int_mode = 0x01; in adf4371_set_freq() 317 ret = regmap_write(st->regmap, ADF4371_REG(0x2B), int_mode); in adf4371_set_freq()
|
/kernel/linux/linux-5.10/drivers/iio/frequency/ |
H A D | adf4371.c | 240 u8 int_mode = 0; in adf4371_set_freq() local 315 int_mode = 0x01; in adf4371_set_freq() 317 ret = regmap_write(st->regmap, ADF4371_REG(0x2B), int_mode); in adf4371_set_freq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 241 int int_mode; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 241 int int_mode; member
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | sc27xx_fuel_gauge.c | 126 int cap, bool int_mode); 786 int cap, bool int_mode) in sc27xx_fgu_capacity_calibration() 856 if (!int_mode) in sc27xx_fgu_capacity_calibration() 785 sc27xx_fgu_capacity_calibration(struct sc27xx_fgu_data *data, int cap, bool int_mode) sc27xx_fgu_capacity_calibration() argument
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | sc27xx_fuel_gauge.c | 126 int cap, bool int_mode); 786 int cap, bool int_mode) in sc27xx_fgu_capacity_calibration() 856 if (!int_mode) in sc27xx_fgu_capacity_calibration() 785 sc27xx_fgu_capacity_calibration(struct sc27xx_fgu_data *data, int cap, bool int_mode) sc27xx_fgu_capacity_calibration() argument
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | sprd-dma.c | 756 u32 int_mode = flags & SPRD_DMA_INT_MASK; in sprd_dma_fill_desc() local 827 hw->intc = int_mode | SPRD_DMA_CFG_ERR_INT_EN; in sprd_dma_fill_desc()
|