Searched refs:REQUEST_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance
165 #define REQUEST_QUEUE_SIZE 32 macro166 #define RESPONSE_QUEUE_SIZE REQUEST_QUEUE_SIZE484 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()