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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dlasi_82596.c242 /* The command structure has two 'next' pointers; v_next is the address of
246 * v_next field, because the 82596 is unaware of v_next. It may seem more
247 * logical to put v_next at the end of the structure, but we cannot do that
253 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_cmd
302 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_rfd
319 struct i596_rbd *v_next; member in struct:i596_rbd
507 cmd = cmd->v_next;
516 rfd = rfd->v_next;
523 rbd = rbd->v_next;
[all...]
H A D82596.c212 /* The command structure has two 'next' pointers; v_next is the address of
216 * v_next field, because the 82596 is unaware of v_next. It may seem more
217 * logical to put v_next at the end of the structure, but we cannot do that
223 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_cmd
266 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member in struct:i596_rfd
278 struct i596_rbd *v_next; member in struct:i596_rbd
482 cmd = cmd->v_next;
491 rfd = rfd->v_next;
498 rbd = rbd->v_next;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvolume.h26 struct vol *v_next; member in struct:vol
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c586 for ( volume = Volumes; volume; volume = volume->v_next ) {
692 for ( volume = Volumes; volume; volume = volume->v_next ) {
891 volume->v_next = Volumes;
1384 for ( vol = Volumes; vol; vol = vol->v_next ) {
1393 nvol = vol->v_next;
1401 ovol->v_next = nvol;
1417 Volumes = Volumes->v_next;
1420 for ( vol = Volumes->v_next, ovol = Volumes; vol; vol = nvol) {
1421 nvol = vol->v_next;
1424 ovol->v_next
[all...]
H A Dafp_avahi.c71 for (volume = getvolumes(); volume; volume = volume->v_next) {

Completed in 67 milliseconds