Searched refs:st_idx (Results 1 – 2 of 2) sorted by relevance
1870 return (hw->st_idx != sky2_read16(hw, STAT_PUT_IDX)); in sky2_more_work()1883 while (hw->st_idx != hwidx) { in sky2_status_intr()1884 struct sky2_status_le *le = hw->st_le + hw->st_idx; in sky2_status_intr()1890 hw->st_idx = RING_NEXT(hw->st_idx, STATUS_RING_SIZE); in sky2_status_intr()2278 hw->st_idx = 0; in sky2_reset()
1886 u32 st_idx; member