Home
last modified time | relevance | path

Searched refs:REQUEST_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/ata/
Dsata_mv.c164 #define REQUEST_QUEUE_SIZE 32 macro
165 #define RESPONSE_QUEUE_SIZE REQUEST_QUEUE_SIZE
483 slot = (slot + 1) % REQUEST_QUEUE_SIZE; in get_next_reqip()
939 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()
946 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in init_sata()
951 priv->crpb_alloc = malloc(sizeof(struct crpb) * REQUEST_QUEUE_SIZE + in init_sata()
958 sizeof(struct crpb) * REQUEST_QUEUE_SIZE + CRPB_ALIGN); in init_sata()