Lines Matching defs:v_next
215 /* The command structure has two 'next' pointers; v_next is the address of
219 * v_next field, because the 82596 is unaware of v_next. It may seem more
220 * logical to put v_next at the end of the structure, but we cannot do that
226 struct i596_cmd *v_next; /* Address from CPUs viewpoint */
269 struct i596_rfd *v_next; /* Address from CPUs viewpoint */
281 struct i596_rbd *v_next;
478 cmd = cmd->v_next;
487 rfd = rfd->v_next;
494 rbd = rbd->v_next;
556 rbd->v_next = rbd+1;
569 rbd->v_next = lp->rbds;
576 rfd->v_next = rfd+1;
587 rfd->v_next = lp->rfds;
849 lp->rbd_head = rbd->v_next;
866 lp->rfd_head = rfd->v_next;
882 lp->cmd_head = ptr->v_next;
896 ptr->v_next = ptr->b_next = I596_NULL;
901 ptr->v_next = ptr->b_next = I596_NULL;
946 cmd->v_next = cmd->b_next = I596_NULL;
951 lp->cmd_tail->v_next = cmd;
1277 lp->cmd_head = ptr->v_next;
1331 ptr->v_next = ptr->b_next = I596_NULL;
1338 ptr = ptr->v_next;