Searched refs:destfw (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwip.c538 struct fw_hwaddr *destfw; local
578 destfw = NULL;
580 destfw = (struct fw_hwaddr *) (mtag + 1);
602 if ((m->m_flags & M_BCAST) || !destfw) {
634 eui.hi = ntohl(destfw->sender_unique_ID_hi);
635 eui.lo = ntohl(destfw->sender_unique_ID_lo);
653 ntohs(destfw->sender_unicast_FIFO_hi);
655 ntohl(destfw->sender_unicast_FIFO_lo);
662 xfer->send.spd = min(destfw->sspd, fc->speed);
/freebsd-11-stable/sys/net/
H A Dif_fwsubr.c86 struct fw_hwaddr *destfw; local
133 destfw = (struct fw_hwaddr *)(mtag + 1);
135 destfw = NULL;
148 (u_char *) destfw, NULL, NULL);
162 *destfw = *(struct fw_hwaddr *) ar_tha(ah);
178 (u_char *) destfw, NULL, NULL);
198 bcopy(destfw, h.firewire_dhost, 8);
223 speed = min(fc->fc_speed, destfw->sspd);
224 psize = min(512 << speed, 2 << destfw->sender_max_rec);

Completed in 176 milliseconds