Lines Matching defs:readIntrThreshold
242 * @readIntrThreshold: minimum number of PWords we can read
255 unsigned int readIntrThreshold;
1949 /* Find out readIntrThreshold: number of PWords we can read if we get
1951 priv->readIntrThreshold = 0;
1955 /* readIntrThreshold reached */
1956 priv->readIntrThreshold = i + 1;
1960 if (!priv->readIntrThreshold) {
1961 pr_probe(p, "Can't get readIntrThreshold\n");
1964 pr_probe(p, "readIntrThreshold is %u\n", priv->readIntrThreshold);