Lines Matching refs:cmd_head
329 struct i596_cmd *cmd_head; member
475 cmd = lp->cmd_head; in i596_display_data()
669 lp->cmd_head = lp->scb.cmd = I596_NULL; in init_i596_mem()
881 while (lp->cmd_head != I596_NULL) { in i596_cleanup_cmd()
882 ptr = lp->cmd_head; in i596_cleanup_cmd()
883 lp->cmd_head = ptr->v_next; in i596_cleanup_cmd()
951 if (lp->cmd_head != I596_NULL) { in i596_add_cmd()
955 lp->cmd_head = cmd; in i596_add_cmd()
1283 while ((lp->cmd_head != I596_NULL) && (lp->cmd_head->status & STAT_C)) { in i596_interrupt()
1284 ptr = lp->cmd_head; in i596_interrupt()
1287 lp->cmd_head->status, lp->cmd_head->command)); in i596_interrupt()
1288 lp->cmd_head = ptr->v_next; in i596_interrupt()
1346 ptr = lp->cmd_head; in i596_interrupt()
1352 if ((lp->cmd_head != I596_NULL)) in i596_interrupt()
1354 lp->scb.cmd = WSWAPcmd(virt_to_bus(&lp->cmd_head->status)); in i596_interrupt()