ATA_ERING_SIZE
ering->cursor %= ATA_ERING_SIZE;
idx = (idx - 1 + ATA_ERING_SIZE) % ATA_ERING_SIZE;
struct ata_ering_entry ring[ATA_ERING_SIZE];