Lines Matching defs:timer
1167 * INTDELAY - This loads the dead-man timer with its initial value.
1168 * When this timer expires the interrupt is asserted, and the
1169 * timer is reset each time a new packet is received. (see
1223 u8 timer, bundle, min_size;
1287 /* Read timer, bundle and min_size from end of firmware blob */
1288 timer = fw->data[UCODE_SIZE * 4];
1292 if (timer >= UCODE_SIZE || bundle >= UCODE_SIZE ||
1296 fw_name, timer, bundle, min_size);
1311 u8 timer, bundle, min_size;
1320 /* Read timer, bundle and min_size from end of firmware blob */
1321 timer = fw->data[UCODE_SIZE * 4];
1326 cb->u.ucode[timer] &= cpu_to_le32(0xFFFF0000);
1327 cb->u.ucode[timer] |= cpu_to_le32(INTDELAY);
1690 netif_printk(nic, timer, KERN_DEBUG, nic->netdev,