max_ints 553 drivers/iio/light/tsl2583.c const unsigned int max_ints = TSL2583_MAX_LUX_TABLE_ENTRIES * 3; max_ints 569 drivers/iio/light/tsl2583.c if ((n % 3) || n < 6 || n > max_ints) { max_ints 572 drivers/iio/light/tsl2583.c __func__, max_ints); max_ints 469 drivers/misc/cxl/cxl.h int max_ints; max_ints 190 drivers/misc/cxl/of.c read_prop_dword(np, "ibm,max-ints-per-process", &afu->guest->max_ints); max_ints 191 drivers/misc/cxl/of.c afu->irqs_max = afu->guest->max_ints; max_ints 308 drivers/misc/cxl/sysfs.c if (irqs_max > afu->guest->max_ints) max_ints 1584 drivers/net/ethernet/atheros/atl1c/atl1c_main.c int max_ints = AT_MAX_INT_WORK; max_ints 1594 drivers/net/ethernet/atheros/atl1c/atl1c_main.c if (max_ints != AT_MAX_INT_WORK) max_ints 1639 drivers/net/ethernet/atheros/atl1c/atl1c_main.c } while (--max_ints > 0); max_ints 1277 drivers/net/ethernet/atheros/atl1e/atl1e_main.c int max_ints = AT_MAX_INT_WORK; max_ints 1285 drivers/net/ethernet/atheros/atl1e/atl1e_main.c if (max_ints != AT_MAX_INT_WORK) max_ints 1344 drivers/net/ethernet/atheros/atl1e/atl1e_main.c } while (--max_ints > 0); max_ints 2552 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c u8 max_ints; max_ints 2556 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c max_ints = adapter->ahw->num_msix - 1; max_ints 2561 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c cmd.req.arg[1] = max_ints; max_ints 2566 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c for (i = 0, index = 2; i < max_ints; i++) { max_ints 2580 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c max_ints = cmd.rsp.arg[1]; max_ints 2581 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c for (i = 0, index = 2; i < max_ints; i++, index += 2) { max_ints 1719 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c u8 i, max_ints = ahw->num_msix - 1; max_ints 1728 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c for (i = 0; i < max_ints; i++) {