Lines Matching refs:q_head
148 #define AAC_IS_Q_EMPTY(q) ((q)->q_head == NULL)
3138 q->q_head = NULL;
3139 q->q_tail = (struct aac_cmd *)&q->q_head;
3152 if ((acp = q->q_head) != NULL) {
3153 if ((q->q_head = acp->next) != NULL)
3156 q->q_tail = (struct aac_cmd *)&q->q_head;
4343 while ((acp = softs->q_busy.q_head) != NULL)
4353 while ((acp = softs->q_wait[i].q_head) != NULL)
5990 for (acp = q->q_head; acp; acp = next_acp) {
6008 if (softs->q_wait[AAC_CMDQ_SYNC].q_head)
6010 if (softs->q_wait[AAC_CMDQ_ASYNC].q_head)
6672 for (acp = softs->q_busy.q_head; acp; acp = acp->next) {