Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_mv.c165 #define REQUEST_QUEUE_SIZE 32 macro
166 #define RESPONSE_QUEUE_SIZE REQUEST_QUEUE_SIZE
484 slot = (slot + 1) % REQUEST_QUEUE_SIZE; in get_next_reqip()
940 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()
947 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in init_sata()
952 priv->crpb_alloc = malloc(sizeof(struct crpb) * REQUEST_QUEUE_SIZE + in init_sata()
959 sizeof(struct crpb) * REQUEST_QUEUE_SIZE + CRPB_ALIGN); in init_sata()