Searched refs:v_next (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dlib82596.c184 /* The command structure has two 'next' pointers; v_next is the address of
188 * v_next field, because the 82596 is unaware of v_next. It may seem more
189 * logical to put v_next at the end of the structure, but we cannot do that
195 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_cmd
244 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_rfd
261 struct i596_rbd *v_next; member in struct:i596_rbd
432 cmd = cmd->v_next;
443 rfd = rfd->v_next;
453 rbd = rbd->v_next;
[all...]
H A D82596.c213 /* The command structure has two 'next' pointers; v_next is the address of
217 * v_next field, because the 82596 is unaware of v_next. It may seem more
218 * logical to put v_next at the end of the structure, but we cannot do that
224 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_cmd
267 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_rfd
279 struct i596_rbd *v_next; member in struct:i596_rbd
481 cmd = cmd->v_next;
490 rfd = rfd->v_next;
497 rbd = rbd->v_next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c598 for ( volume = Volumes; volume; volume = volume->v_next ) {
704 for ( volume = Volumes; volume; volume = volume->v_next ) {
905 volume->v_next = Volumes;
1405 for ( vol = Volumes; vol; vol = vol->v_next ) {
1414 nvol = vol->v_next;
1422 ovol->v_next = nvol;
1438 Volumes = Volumes->v_next;
1441 for ( vol = Volumes->v_next, ovol = Volumes; vol; vol = nvol) {
1442 nvol = vol->v_next;
1445 ovol->v_next
[all...]
H A Dafp_avahi.c73 for (volume = getvolumes(); volume; volume = volume->v_next) {
H A Dafp_mdns.c139 for (volume = getvolumes(); volume; volume = volume->v_next) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolume.h25 struct vol *v_next; member in struct:vol

Completed in 80 milliseconds