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

/freebsd-13-stable/sys/net/
H A Dif_fwsubr.c88 struct fw_hwaddr *destfw; local
135 destfw = (struct fw_hwaddr *)(mtag + 1);
137 destfw = NULL;
150 (u_char *) destfw, NULL, NULL);
164 *destfw = *(struct fw_hwaddr *) ar_tha(ah);
180 (u_char *) destfw, NULL, NULL);
200 bcopy(destfw, h.firewire_dhost, 8);
225 speed = min(fc->fc_speed, destfw->sspd);
226 psize = min(512 << speed, 2 << destfw->sender_max_rec);
/freebsd-13-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);

Completed in 175 milliseconds