st_idx           2714 drivers/net/ethernet/marvell/sky2.c 		struct sky2_status_le *le  = hw->st_le + hw->st_idx;
st_idx           2725 drivers/net/ethernet/marvell/sky2.c 		hw->st_idx = RING_NEXT(hw->st_idx, hw->st_size);
st_idx           2790 drivers/net/ethernet/marvell/sky2.c 	} while (hw->st_idx != idx);
st_idx           3039 drivers/net/ethernet/marvell/sky2.c 	while ((idx = sky2_read16(hw, STAT_PUT_IDX)) != hw->st_idx) {
st_idx           3065 drivers/net/ethernet/marvell/sky2.c 	prefetch(&hw->st_le[hw->st_idx]);
st_idx           3391 drivers/net/ethernet/marvell/sky2.c 	hw->st_idx = 0;
st_idx           4538 drivers/net/ethernet/marvell/sky2.c 	if (hw->st_idx == last)
st_idx           4542 drivers/net/ethernet/marvell/sky2.c 		for (idx = hw->st_idx; idx != last && idx < hw->st_size;
st_idx           2305 drivers/net/ethernet/marvell/sky2.h 	u32		     st_idx;