Lines Matching refs:cmd_head
326 struct i596_cmd *cmd_head; member
477 cmd = lp->cmd_head; in i596_display_data()
685 lp->cmd_head = lp->scb.cmd = I596_NULL; in init_i596_mem()
903 while (lp->cmd_head != I596_NULL) { in i596_cleanup_cmd()
904 ptr = lp->cmd_head; in i596_cleanup_cmd()
905 lp->cmd_head = ptr->v_next; in i596_cleanup_cmd()
973 if (lp->cmd_head != I596_NULL) { in i596_add_cmd()
977 lp->cmd_head = cmd; in i596_add_cmd()
1326 while ((lp->cmd_head != I596_NULL) && (lp->cmd_head->status & STAT_C)) { in i596_interrupt()
1327 ptr = lp->cmd_head; in i596_interrupt()
1330 lp->cmd_head->status, lp->cmd_head->command)); in i596_interrupt()
1331 lp->cmd_head = ptr->v_next; in i596_interrupt()
1389 ptr = lp->cmd_head; in i596_interrupt()
1395 if ((lp->cmd_head != I596_NULL)) in i596_interrupt()
1397 lp->scb.cmd = WSWAPcmd(virt_to_bus(&lp->cmd_head->status)); in i596_interrupt()