Searched refs:segcnt (Results 1 – 1 of 1) sorted by relevance
3898 int segcnt, free; in tulip_txput() local3934 segcnt = 1; in tulip_txput()3937 segcnt++; in tulip_txput()3940 CTR2(KTR_TULIP, "tulip_txput: sending packet %p (%d chunks)", m, segcnt); in tulip_txput()3944 segcnt = 0; in tulip_txput()4019 for (; nsegs - segcnt > 1; segcnt += 2) { in tulip_txput()4023 eop->di_desc->d_addr1 = segs[segcnt].ds_addr & 0xffffffff; in tulip_txput()4024 eop->di_desc->d_length1 = segs[segcnt].ds_len; in tulip_txput()4025 eop->di_desc->d_addr2 = segs[segcnt+1].ds_addr & 0xffffffff; in tulip_txput()4026 eop->di_desc->d_length2 = segs[segcnt+1].ds_len; in tulip_txput()[all …]