nextout          3415 dev/pci/if_de.c 	    tulip_desc_t * const nextout = ri->ri_nextout;
nextout          3434 dev/pci/if_de.c 	    nextout->d_addr1 = map->dm_segs[0].ds_addr;
nextout          3435 dev/pci/if_de.c 	    nextout->d_length1 = map->dm_segs[0].ds_len;
nextout          3437 dev/pci/if_de.c 		nextout->d_addr2 = map->dm_segs[1].ds_addr;
nextout          3438 dev/pci/if_de.c 		nextout->d_length2 = map->dm_segs[1].ds_len;
nextout          3440 dev/pci/if_de.c 		nextout->d_addr2 = 0;
nextout          3441 dev/pci/if_de.c 		nextout->d_length2 = 0;
nextout          3443 dev/pci/if_de.c 	    TULIP_RXDESC_POSTSYNC(sc, nextout, sizeof(*nextout));
nextout          3444 dev/pci/if_de.c 	    nextout->d_status = TULIP_DSTS_OWNER;
nextout          3445 dev/pci/if_de.c 	    TULIP_RXDESC_POSTSYNC(sc, nextout, sizeof(u_int32_t));
nextout          3813 dev/pci/if_de.c     tulip_desc_t *eop, *nextout;
nextout          3851 dev/pci/if_de.c     eop = nextout = ri->ri_nextout;
nextout          3938 dev/pci/if_de.c 	eop = nextout;
nextout          3946 dev/pci/if_de.c 	if (++nextout == ri->ri_last)
nextout          3947 dev/pci/if_de.c 	    nextout = ri->ri_first;
nextout          3950 dev/pci/if_de.c 	eop = nextout;
nextout          3957 dev/pci/if_de.c 	if (++nextout == ri->ri_last)
nextout          3958 dev/pci/if_de.c 	    nextout = ri->ri_first;
nextout          3985 dev/pci/if_de.c     nextout->d_status = 0;
nextout          3986 dev/pci/if_de.c     TULIP_TXDESC_PRESYNC(sc, nextout, sizeof(u_int32_t));
nextout          4015 dev/pci/if_de.c     ri->ri_nextout = nextout;
nextout          4073 dev/pci/if_de.c     tulip_desc_t *nextout;
nextout          4106 dev/pci/if_de.c     nextout = ri->ri_nextout;
nextout          4107 dev/pci/if_de.c     nextout->d_flag &= TULIP_DFLAG_ENDRING|TULIP_DFLAG_CHAIN;
nextout          4108 dev/pci/if_de.c     nextout->d_flag |= TULIP_DFLAG_TxFIRSTSEG|TULIP_DFLAG_TxLASTSEG
nextout          4111 dev/pci/if_de.c 	nextout->d_flag |= TULIP_DFLAG_TxHASHFILT;
nextout          4113 dev/pci/if_de.c 	nextout->d_flag |= TULIP_DFLAG_TxHASHFILT|TULIP_DFLAG_TxINVRSFILT;
nextout          4115 dev/pci/if_de.c     nextout->d_length2 = 0;
nextout          4116 dev/pci/if_de.c     nextout->d_addr2 = 0;
nextout          4117 dev/pci/if_de.c     nextout->d_length1 = sc->tulip_setupmap->dm_segs[0].ds_len;
nextout          4118 dev/pci/if_de.c     nextout->d_addr1 = sc->tulip_setupmap->dm_segs[0].ds_addr;
nextout          4120 dev/pci/if_de.c 	nextout->d_length2 = sc->tulip_setupmap->dm_segs[1].ds_len;
nextout          4121 dev/pci/if_de.c 	nextout->d_addr2 = sc->tulip_setupmap->dm_segs[1].ds_addr;
nextout          4124 dev/pci/if_de.c     TULIP_TXDESC_PRESYNC(sc, nextout, sizeof(*nextout));
nextout          4139 dev/pci/if_de.c     nextout->d_status = TULIP_DSTS_OWNER;
nextout          4143 dev/pci/if_de.c     TULIP_TXDESC_PRESYNC(sc, nextout, sizeof(u_int32_t));
nextout           691 dev/pci/if_lmc.c 			lmc_desc_t * const nextout = ri->ri_nextout;
nextout           715 dev/pci/if_lmc.c 			ctl = letoh32(nextout->d_ctl);
nextout           717 dev/pci/if_lmc.c 			if ((nextout+1) == ri->ri_last)
nextout           720 dev/pci/if_lmc.c 			nextout->d_addr1 = htole32(map->dm_segs[0].ds_addr);
nextout           722 dev/pci/if_lmc.c 				nextout->d_addr2 = htole32(map->dm_segs[1].ds_addr);
nextout           723 dev/pci/if_lmc.c 				nextout->d_ctl = 
nextout           728 dev/pci/if_lmc.c 				nextout->d_addr2 = 0;
nextout           729 dev/pci/if_lmc.c 				nextout->d_ctl = 
nextout           733 dev/pci/if_lmc.c 			LMC_RXDESC_POSTSYNC(sc, nextout, sizeof(*nextout));
nextout           735 dev/pci/if_lmc.c 			LMC_RXDESC_POSTSYNC(sc, nextout, sizeof(u_int32_t));
nextout           988 dev/pci/if_lmc.c 	lmc_desc_t *eop, *nextout;
nextout          1021 dev/pci/if_lmc.c 	eop = nextout = ri->ri_nextout;
nextout          1090 dev/pci/if_lmc.c 		eop = nextout;
nextout          1103 dev/pci/if_lmc.c 		if (++nextout == ri->ri_last)
nextout          1104 dev/pci/if_lmc.c 			nextout = ri->ri_first;
nextout          1109 dev/pci/if_lmc.c 		eop = nextout;
nextout          1120 dev/pci/if_lmc.c 		if (++nextout == ri->ri_last)
nextout          1121 dev/pci/if_lmc.c 			nextout = ri->ri_first;
nextout          1140 dev/pci/if_lmc.c 	nextout->d_status = 0;
nextout          1141 dev/pci/if_lmc.c 	LMC_TXDESC_PRESYNC(sc, nextout, sizeof(u_int32_t));
nextout          1180 dev/pci/if_lmc.c 	ri->ri_nextout = nextout;