Searched refs:maxcnt (Results 1 – 5 of 5) sorted by relevance
160 s8 maxcnt; /* 1: */ member176 s8 maxcnt; /* 1: */ member207 u8 maxcnt; /* 2: */ member235 u8 maxcnt; /* 2: */ member
584 u32 idledly, maxcnt; in adjust_idledly() local591 maxcnt = xe_mmio_read32(>->mmio, RING_PWRCTX_MAXCNT(hwe->mmio_base)); in adjust_idledly()596 maxcnt = REG_FIELD_GET(IDLE_WAIT_TIME, maxcnt); in adjust_idledly()597 maxcnt *= maxcnt_units_ns; in adjust_idledly()599 if (xe_gt_WARN_ON(gt, idledly >= maxcnt || inhibit_switch)) { in adjust_idledly()600 idledly = DIV_ROUND_CLOSEST(((maxcnt - 1) * 1000), in adjust_idledly()
74 static int ether3_rx(struct net_device *dev, unsigned int maxcnt);581 static int ether3_rx(struct net_device *dev, unsigned int maxcnt) in ether3_rx() argument624 maxcnt ++; /* compensate for loopedback packet */ in ether3_rx()664 while (-- maxcnt); in ether3_rx()679 return maxcnt; in ether3_rx()
477 chassis_info.actcnt = chassis_info.maxcnt = 0; in early_led_init()487 if (chassis_info.actcnt <= 0 || chassis_info.actcnt != chassis_info.maxcnt) in early_led_init()
455 unsigned long maxcnt; /* maximum number of bytes that could be returned */ member