Searched refs:crqb_alloc (Results 1 – 1 of 1) sorted by relevance
260 void *crqb_alloc; member939 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()941 if (!priv->crqb_alloc) { in init_sata()945 memset(priv->crqb_alloc, 0, in init_sata()947 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()