Home
last modified time | relevance | path

Searched refs:max_ints (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/iio/light/
H A Dtsl2583.c561 const unsigned int max_ints = TSL2583_MAX_LUX_TABLE_ENTRIES * 3; in in_illuminance_lux_table_store() local
577 if ((n % 3) || n < 6 || n > max_ints) { in in_illuminance_lux_table_store()
580 __func__, max_ints); in in_illuminance_lux_table_store()
/openbmc/linux/drivers/misc/cxl/
H A Dof.c190 read_prop_dword(np, "ibm,max-ints-per-process", &afu->guest->max_ints); in cxl_of_read_afu_properties()
191 afu->irqs_max = afu->guest->max_ints; in cxl_of_read_afu_properties()
H A Dsysfs.c308 if (irqs_max > afu->guest->max_ints) in irqs_max_store()
H A Dcxl.h471 int max_ints; member
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c2555 u8 max_ints; in qlcnic_83xx_config_intrpt() local
2559 max_ints = adapter->ahw->num_msix - 1; in qlcnic_83xx_config_intrpt()
2564 cmd.req.arg[1] = max_ints; in qlcnic_83xx_config_intrpt()
2569 for (i = 0, index = 2; i < max_ints; i++) { in qlcnic_83xx_config_intrpt()
2583 max_ints = cmd.rsp.arg[1]; in qlcnic_83xx_config_intrpt()
2584 for (i = 0, index = 2; i < max_ints; i++, index += 2) { in qlcnic_83xx_config_intrpt()
H A Dqlcnic_sriov_common.c1721 u8 i, max_ints = ahw->num_msix - 1; in qlcnic_sriov_vf_detach() local
1730 for (i = 0; i < max_ints; i++) { in qlcnic_sriov_vf_detach()
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1282 int max_ints = AT_MAX_INT_WORK; in atl1e_intr() local
1290 if (max_ints != AT_MAX_INT_WORK) in atl1e_intr()
1349 } while (--max_ints > 0); in atl1e_intr()
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1675 int max_ints = AT_MAX_INT_WORK; in atl1c_intr() local
1685 if (max_ints != AT_MAX_INT_WORK) in atl1c_intr()
1723 } while (--max_ints > 0); in atl1c_intr()
/openbmc/qemu/hw/net/
H A Dvmxnet3.c1358 int max_ints = is_msix ? VMXNET3_MAX_INTRS : VMXNET3_MAX_NMSIX_INTRS; in vmxnet3_validate_interrupt_idx() local
1359 if (idx >= max_ints) { in vmxnet3_validate_interrupt_idx()