Lines Matching refs:v_next
182 /* The command structure has two 'next' pointers; v_next is the address of
186 * v_next field, because the 82596 is unaware of v_next. It may seem more
187 * logical to put v_next at the end of the structure, but we cannot do that
193 struct i596_cmd *v_next; /* Address from CPUs viewpoint */
242 struct i596_rfd *v_next; /* Address from CPUs viewpoint */
259 struct i596_rbd *v_next;
461 cmd = cmd->v_next;
472 rfd = rfd->v_next;
482 rbd = rbd->v_next;
506 rbd->v_next = rbd+1;
516 rbd->v_next = dma->rbds;
523 rfd->v_next = rfd+1;
534 rfd->v_next = dma->rfds;
794 lp->rbd_head = rbd->v_next;
808 lp->rfd_head = rfd->v_next;
831 lp->cmd_head = ptr->v_next;
848 ptr->v_next = NULL;
854 ptr->v_next = NULL;
906 cmd->v_next = NULL;
913 lp->cmd_tail->v_next = cmd;
1182 lp->cmd_head = ptr->v_next;
1251 ptr->v_next = NULL;
1266 ptr = ptr->v_next;