Searched refs:max_ints (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/iio/light/
H A Dtsl2583.c561 const unsigned int max_ints = TSL2583_MAX_LUX_TABLE_ENTRIES * 3; local
577 if ((n % 3) || n < 6 || n > max_ints) {
580 __func__, max_ints);
/linux-master/drivers/misc/cxl/
H A Dof.c190 read_prop_dword(np, "ibm,max-ints-per-process", &afu->guest->max_ints);
191 afu->irqs_max = afu->guest->max_ints;
H A Dsysfs.c308 if (irqs_max > afu->guest->max_ints)
H A Dcxl.h471 int max_ints; member in struct:cxl_afu_guest
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c2555 u8 max_ints; local
2559 max_ints = adapter->ahw->num_msix - 1;
2564 cmd.req.arg[1] = max_ints;
2569 for (i = 0, index = 2; i < max_ints; i++) {
2583 max_ints = cmd.rsp.arg[1];
2584 for (i = 0, index = 2; i < max_ints; i++, index += 2) {
H A Dqlcnic_sriov_common.c1721 u8 i, max_ints = ahw->num_msix - 1; local
1730 for (i = 0; i < max_ints; i++) {
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1676 int max_ints = AT_MAX_INT_WORK; local
1686 if (max_ints != AT_MAX_INT_WORK)
1724 } while (--max_ints > 0);
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1282 int max_ints = AT_MAX_INT_WORK; local
1290 if (max_ints != AT_MAX_INT_WORK)
1349 } while (--max_ints > 0);

Completed in 231 milliseconds