Lines Matching refs:v_next
183 /* The command structure has two 'next' pointers; v_next is the address of
187 * v_next field, because the 82596 is unaware of v_next. It may seem more
188 * logical to put v_next at the end of the structure, but we cannot do that
194 struct i596_cmd *v_next; /* Address from CPUs viewpoint */
243 struct i596_rfd *v_next; /* Address from CPUs viewpoint */
260 struct i596_rbd *v_next;
462 cmd = cmd->v_next;
473 rfd = rfd->v_next;
483 rbd = rbd->v_next;
507 rbd->v_next = rbd+1;
517 rbd->v_next = dma->rbds;
524 rfd->v_next = rfd+1;
535 rfd->v_next = dma->rfds;
795 lp->rbd_head = rbd->v_next;
809 lp->rfd_head = rfd->v_next;
832 lp->cmd_head = ptr->v_next;
849 ptr->v_next = NULL;
855 ptr->v_next = NULL;
907 cmd->v_next = NULL;
914 lp->cmd_tail->v_next = cmd;
1183 lp->cmd_head = ptr->v_next;
1252 ptr->v_next = NULL;
1267 ptr = ptr->v_next;