Searched refs:cmd_count (Results 1 – 1 of 1) sorted by relevance
54 static int *cmd_count; variable168 sport->tx_buf, nextfrag, nextwrite, cmd_count[nextfrag]); in enqueue_cmd()169 nextwrite[cmd_count[nextfrag]].ac97_tag |= TAG_CMD; in enqueue_cmd()170 nextwrite[cmd_count[nextfrag]].ac97_addr = addr; in enqueue_cmd()171 nextwrite[cmd_count[nextfrag]].ac97_data = data; in enqueue_cmd()172 ++cmd_count[nextfrag]; in enqueue_cmd()331 cmd_count = (int *)get_zeroed_page(GFP_KERNEL); in bf5xx_ac97_probe()332 if (cmd_count == NULL) in bf5xx_ac97_probe()390 free_page((unsigned long)cmd_count); in bf5xx_ac97_probe()391 cmd_count = NULL; in bf5xx_ac97_probe()[all …]