Lines Matching defs:v_next
216 /* The command structure has two 'next' pointers; v_next is the address of
220 * v_next field, because the 82596 is unaware of v_next. It may seem more
221 * logical to put v_next at the end of the structure, but we cannot do that
227 struct i596_cmd *v_next; /* Address from CPUs viewpoint */
270 struct i596_rfd *v_next; /* Address from CPUs viewpoint */
282 struct i596_rbd *v_next;
479 cmd = cmd->v_next;
488 rfd = rfd->v_next;
495 rbd = rbd->v_next;
557 rbd->v_next = rbd+1;
570 rbd->v_next = lp->rbds;
577 rfd->v_next = rfd+1;
588 rfd->v_next = lp->rfds;
850 lp->rbd_head = rbd->v_next;
867 lp->rfd_head = rfd->v_next;
883 lp->cmd_head = ptr->v_next;
897 ptr->v_next = ptr->b_next = I596_NULL;
902 ptr->v_next = ptr->b_next = I596_NULL;
947 cmd->v_next = cmd->b_next = I596_NULL;
952 lp->cmd_tail->v_next = cmd;
1288 lp->cmd_head = ptr->v_next;
1342 ptr->v_next = ptr->b_next = I596_NULL;
1349 ptr = ptr->v_next;